Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-42574
Vulnerability from cvelistv5
Published
2021-11-01 00:00
Modified
2024-08-04 03:38
Severity ?
EPSS score ?
Summary
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.
References
{ "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_4602
Vulnerability from csaf_redhat
Published
2021-11-10 10:00
Modified
2024-11-13 23:34
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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_4034
Vulnerability from csaf_redhat
Published
2021-11-01 08:09
Modified
2024-11-13 23:33
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
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.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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_4587
Vulnerability from csaf_redhat
Published
2021-11-10 09:59
Modified
2024-11-13 23:35
Summary
Red Hat Security Advisory: gcc security update
Notes
Topic
An update for gcc is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:
This update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.
There are three levels of warning supported by gcc:
"-Wbidirectional=unpaired", which warns about improperly terminated BiDi contexts. (This is the default.)
"-Wbidirectional=none", which turns the warning off.
"-Wbidirectional=any", which warns about any use of bidirectional characters.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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_4724
Vulnerability from csaf_redhat
Published
2021-11-17 16:59
Modified
2024-11-13 23:36
Summary
Red Hat Security Advisory: devtoolset-10-annobin security update
Notes
Topic
An update for devtoolset-10-annobin is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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:4590
Vulnerability from csaf_redhat
Published
2021-11-10 11:06
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: rust-toolset:rhel8 security update
Notes
Topic
An update for the rust-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in rust in order to facilitate detection of BiDi Unicode characters:
Rust 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.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:56+00:00", "generator": { "date": "2025-02-28T01:31:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:56+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:4724
Vulnerability from csaf_redhat
Published
2021-11-17 16:59
Modified
2025-02-28 01:32
Summary
Red Hat Security Advisory: devtoolset-10-annobin security update
Notes
Topic
An update for devtoolset-10-annobin is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:32:15+00:00", "generator": { "date": "2025-02-28T01:32:15+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:32:15+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_4591
Vulnerability from csaf_redhat
Published
2021-11-10 09:52
Modified
2024-11-13 23:34
Summary
Red Hat Security Advisory: gcc-toolset-11-annobin security update
Notes
Topic
An update for gcc-toolset-11-annobin is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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:4729
Vulnerability from csaf_redhat
Published
2021-11-18 10:04
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: devtoolset-11-annobin security update
Notes
Topic
An update for devtoolset-11-annobin is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:21+00:00", "generator": { "date": "2025-02-28T01:31:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:21+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
Published
2021-11-01 08:22
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:34+00:00", "generator": { "date": "2025-02-28T01:31:34+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:34+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:4599
Vulnerability from csaf_redhat
Published
2021-11-10 09:15
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: annobin security update
Notes
Topic
An update for annobin is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:32+00:00", "generator": { "date": "2025-02-28T01:31:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:32+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_4599
Vulnerability from csaf_redhat
Published
2021-11-10 09:15
Modified
2024-11-13 23:35
Summary
Red Hat Security Advisory: annobin security update
Notes
Topic
An update for annobin is now available for Red Hat Enterprise Linux 8.1 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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:4589
Vulnerability from csaf_redhat
Published
2021-11-10 09:15
Modified
2025-02-28 01:32
Summary
Red Hat Security Advisory: gcc-toolset-10-annobin security update
Notes
Topic
An update for gcc-toolset-10-annobin is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:32:25+00:00", "generator": { "date": "2025-02-28T01:32:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:32:25+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:4035
Vulnerability from csaf_redhat
Published
2021-11-01 08:03
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
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.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:42+00:00", "generator": { "date": "2025-02-28T01:31:42+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31: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.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
Published
2021-11-01 07:47
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 7.4 Advanced Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:27+00:00", "generator": { "date": "2025-02-28T01:31:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31: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 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:4649
Vulnerability from csaf_redhat
Published
2021-11-15 10:29
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: gcc-toolset-10-binutils security update
Notes
Topic
An update for gcc-toolset-10-binutils is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:58+00:00", "generator": { "date": "2025-02-28T01:31:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31: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 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:4037
Vulnerability from csaf_redhat
Published
2021-11-01 07:44
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 7.3 Advanced Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:19+00:00", "generator": { "date": "2025-02-28T01:31:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:19+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux 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_4592
Vulnerability from csaf_redhat
Published
2021-11-10 09:48
Modified
2024-11-13 23:34
Summary
Red Hat Security Advisory: gcc-toolset-10-annobin security update
Notes
Topic
An update for gcc-toolset-10-annobin is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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:4600
Vulnerability from csaf_redhat
Published
2021-11-10 09:40
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: annobin security update
Notes
Topic
An update for annobin is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:44+00:00", "generator": { "date": "2025-02-28T01:31:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31: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.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_4588
Vulnerability from csaf_redhat
Published
2021-11-10 09:04
Modified
2024-11-13 23:35
Summary
Red Hat Security Advisory: gcc-toolset-10-binutils security update
Notes
Topic
An update for gcc-toolset-10-binutils is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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:4594
Vulnerability from csaf_redhat
Published
2021-11-10 09:47
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: gcc-toolset-11-binutils security update
Notes
Topic
An update for gcc-toolset-11-binutils is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:21+00:00", "generator": { "date": "2025-02-28T01:31:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:21+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:4585
Vulnerability from csaf_redhat
Published
2021-11-10 09:07
Modified
2025-02-28 01:32
Summary
Red Hat Security Advisory: gcc-toolset-10-gcc security update
Notes
Topic
An update for gcc-toolset-10-gcc is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:
This update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.
There are three levels of warning supported by gcc:
"-Wbidirectional=unpaired", which warns about improperly terminated BiDi contexts. (This is the default.)
"-Wbidirectional=none", which turns the warning off.
"-Wbidirectional=any", which warns about any use of bidirectional characters.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:32:02+00:00", "generator": { "date": "2025-02-28T01:32:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:32: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 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:4669
Vulnerability from csaf_redhat
Published
2021-11-15 11:50
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: devtoolset-11-gcc security update
Notes
Topic
An update for devtoolset-11-gcc is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:
This update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.
There are three levels of warning supported by gcc:
"-Wbidirectional=unpaired", which warns about improperly terminated BiDi contexts. (This is the default.)
"-Wbidirectional=none", which turns the warning off.
"-Wbidirectional=any", which warns about any use of bidirectional characters.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:51+00:00", "generator": { "date": "2025-02-28T01:31:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:51+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:4595
Vulnerability from csaf_redhat
Published
2021-11-10 09:58
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:15+00:00", "generator": { "date": "2025-02-28T01:31:15+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:15+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.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:4593
Vulnerability from csaf_redhat
Published
2021-11-10 09:48
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: annobin security update
Notes
Topic
An update for annobin is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:27+00:00", "generator": { "date": "2025-02-28T01:31:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31: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 (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_4038
Vulnerability from csaf_redhat
Published
2021-11-01 07:44
Modified
2024-11-13 23:32
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 7.2 Advanced Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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:4037
Vulnerability from csaf_redhat
Published
2021-11-01 07:44
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 7.3 Advanced Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:19+00:00", "generator": { "date": "2025-02-28T01:31:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:19+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux 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:4589
Vulnerability from csaf_redhat
Published
2021-11-10 09:15
Modified
2025-02-28 01:32
Summary
Red Hat Security Advisory: gcc-toolset-10-annobin security update
Notes
Topic
An update for gcc-toolset-10-annobin is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:32:25+00:00", "generator": { "date": "2025-02-28T01:32:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:32:25+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
Published
2021-11-18 10:09
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: devtoolset-11-binutils security update
Notes
Topic
An update for devtoolset-11-binutils is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:27+00:00", "generator": { "date": "2025-02-28T01:31:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:27+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:4600
Vulnerability from csaf_redhat
Published
2021-11-10 09:40
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: annobin security update
Notes
Topic
An update for annobin is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:44+00:00", "generator": { "date": "2025-02-28T01:31:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31: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.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:4601
Vulnerability from csaf_redhat
Published
2021-11-10 09:52
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:25+00:00", "generator": { "date": "2025-02-28T01:31:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:25+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:4669
Vulnerability from csaf_redhat
Published
2021-11-15 11:50
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: devtoolset-11-gcc security update
Notes
Topic
An update for devtoolset-11-gcc is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:
This update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.
There are three levels of warning supported by gcc:
"-Wbidirectional=unpaired", which warns about improperly terminated BiDi contexts. (This is the default.)
"-Wbidirectional=none", which turns the warning off.
"-Wbidirectional=any", which warns about any use of bidirectional characters.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:51+00:00", "generator": { "date": "2025-02-28T01:31:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:51+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:4039
Vulnerability from csaf_redhat
Published
2021-11-01 07:57
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: devtoolset-10-gcc security update
Notes
Topic
An update for devtoolset-10-gcc is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
This gcc update implements -Wbidirectional=[none|unpaired|any] to warn about possibly dangerous bidirectional characters.
There are three levels of warning supported by GCC:
"-Wbidirectional=unpaired", which warns about improperly terminated bidi contexts. (This is the default)
"-Wbidirectional=none", turns the warning off.
"-Wbidirectional=any" warns about any use of bidirectional characters.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:55+00:00", "generator": { "date": "2025-02-28T01:31:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31: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 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:4723
Vulnerability from csaf_redhat
Published
2021-11-17 16:22
Modified
2025-02-28 01:32
Summary
Red Hat Security Advisory: devtoolset-10-binutils security update
Notes
Topic
An update for devtoolset-10-binutils is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:32:22+00:00", "generator": { "date": "2025-02-28T01:32:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:32:22+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_4596
Vulnerability from csaf_redhat
Published
2021-11-10 10:46
Modified
2024-11-13 23:34
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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_4601
Vulnerability from csaf_redhat
Published
2021-11-10 09:52
Modified
2024-11-13 23:34
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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:4743
Vulnerability from csaf_redhat
Published
2021-11-18 17:49
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: llvm-toolset:rhel8 security update
Notes
Topic
An update for the llvm-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in clang in order to facilitate detection of BiDi Unicode characters:
clang-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.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:34+00:00", "generator": { "date": "2025-02-28T01:31:34+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:34+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:4592
Vulnerability from csaf_redhat
Published
2021-11-10 09:48
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: gcc-toolset-10-annobin security update
Notes
Topic
An update for gcc-toolset-10-annobin is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:40+00:00", "generator": { "date": "2025-02-28T01:31:40+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:40+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_4669
Vulnerability from csaf_redhat
Published
2021-11-15 11:50
Modified
2024-11-13 23:35
Summary
Red Hat Security Advisory: devtoolset-11-gcc security update
Notes
Topic
An update for devtoolset-11-gcc is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:
This update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.
There are three levels of warning supported by gcc:
"-Wbidirectional=unpaired", which warns about improperly terminated BiDi contexts. (This is the default.)
"-Wbidirectional=none", which turns the warning off.
"-Wbidirectional=any", which warns about any use of bidirectional characters.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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:4594
Vulnerability from csaf_redhat
Published
2021-11-10 09:47
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: gcc-toolset-11-binutils security update
Notes
Topic
An update for gcc-toolset-11-binutils is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:21+00:00", "generator": { "date": "2025-02-28T01:31:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:21+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_4595
Vulnerability from csaf_redhat
Published
2021-11-10 09:58
Modified
2024-11-13 23:34
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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:4724
Vulnerability from csaf_redhat
Published
2021-11-17 16:59
Modified
2025-02-28 01:32
Summary
Red Hat Security Advisory: devtoolset-10-annobin security update
Notes
Topic
An update for devtoolset-10-annobin is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:32:15+00:00", "generator": { "date": "2025-02-28T01:32:15+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:32:15+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:4038
Vulnerability from csaf_redhat
Published
2021-11-01 07:44
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 7.2 Advanced Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:12+00:00", "generator": { "date": "2025-02-28T01:31:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31: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 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:4596
Vulnerability from csaf_redhat
Published
2021-11-10 10:46
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: binutils security update
Notes
Topic
An update for binutils is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in binutils in order to facilitate detection of BiDi Unicode characters:
Tools which display names or strings (readelf, strings, nm, objdump) have a new command line option --unicode / -U which controls how Unicode characters are handled.
Using "--unicode=default" will treat them as normal for the tool. This is the default behaviour when --unicode option is not used.
Using "--unicode=locale" will display them according to the current locale.
Using "--unicode=hex" will display them as hex byte values.
Using "--unicode=escape" will display them as Unicode escape sequences.
Using "--unicode=highlight" will display them as Unicode escape sequences highlighted in red, if supported by the output device.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:49+00:00", "generator": { "date": "2025-02-28T01:31:49+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31: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 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:4694
Vulnerability from csaf_redhat
Published
2021-11-16 11:37
Modified
2025-02-28 01:32
Summary
Red Hat Security Advisory: rust-toolset-1.54-rust security update
Notes
Topic
An update for rust-toolset-1.54-rust is now available for Red Hat Developer Tools.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in rust in order to facilitate detection of BiDi Unicode characters:
Rust 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.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:32:06+00:00", "generator": { "date": "2025-02-28T01:32:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:32:06+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_4593
Vulnerability from csaf_redhat
Published
2021-11-10 09:48
Modified
2024-11-13 23:34
Summary
Red Hat Security Advisory: annobin security update
Notes
Topic
An update for annobin is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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_4600
Vulnerability from csaf_redhat
Published
2021-11-10 09:40
Modified
2024-11-13 23:35
Summary
Red Hat Security Advisory: annobin security update
Notes
Topic
An update for annobin is now available for Red Hat Enterprise Linux 8.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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_4694
Vulnerability from csaf_redhat
Published
2021-11-16 11:37
Modified
2024-11-13 23:35
Summary
Red Hat Security Advisory: rust-toolset-1.54-rust security update
Notes
Topic
An update for rust-toolset-1.54-rust is now available for Red Hat Developer Tools.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in rust in order to facilitate detection of BiDi Unicode characters:
Rust 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.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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_4598
Vulnerability from csaf_redhat
Published
2021-11-10 10:26
Modified
2024-11-13 23:35
Summary
Red Hat Security Advisory: annobin security update
Notes
Topic
An update for annobin is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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:4591
Vulnerability from csaf_redhat
Published
2021-11-10 09:52
Modified
2025-02-28 01:31
Summary
Red Hat Security Advisory: gcc-toolset-11-annobin security update
Notes
Topic
An update for gcc-toolset-11-annobin is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Annobin provides a compiler plugin to annotate and tools to examine compiled binary files.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in annobin in order to facilitate detection of BiDi Unicode characters:
This update of annobin adds a new annocheck test to detect the presence of multibyte characters in symbol names.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:31:34+00:00", "generator": { "date": "2025-02-28T01:31:34+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:31:34+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_4743
Vulnerability from csaf_redhat
Published
2021-11-18 17:49
Modified
2024-11-13 23:36
Summary
Red Hat Security Advisory: llvm-toolset:rhel8 security update
Notes
Topic
An update for the llvm-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
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.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in clang in order to facilitate detection of BiDi Unicode characters:
clang-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.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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:4585
Vulnerability from csaf_redhat
Published
2021-11-10 09:07
Modified
2025-02-28 01:32
Summary
Red Hat Security Advisory: gcc-toolset-10-gcc security update
Notes
Topic
An update for gcc-toolset-10-gcc is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The gcc packages provide compilers for C, C++, Java, Fortran, Objective C, and Ada 95 GNU, as well as related support libraries.
Security Fix(es):
* Developer environment: Unicode's bidirectional (BiDi) override characters can cause trojan source attacks (CVE-2021-42574)
The following changes were introduced in gcc in order to facilitate detection of BiDi Unicode characters:
This update implements a new warning option -Wbidirectional to warn about possibly dangerous bidirectional characters.
There are three levels of warning supported by gcc:
"-Wbidirectional=unpaired", which warns about improperly terminated BiDi contexts. (This is the default.)
"-Wbidirectional=none", which turns the warning off.
"-Wbidirectional=any", which warns about any use of bidirectional characters.
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_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-02-28T01:32:02+00:00", "generator": { "date": "2025-02-28T01:32:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "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-02-28T01:32: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 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.