Action not permitted
Modal body text goes here.
cve-2023-38497
Vulnerability from cvelistv5
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T17:46:55.143Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87" }, { "name": "https://github.com/rust-lang/cargo/pull/12443", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/rust-lang/cargo/pull/12443" }, { "name": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff" }, { "name": "https://en.wikipedia.org/wiki/Umask", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://en.wikipedia.org/wiki/Umask" }, { "name": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497" }, { "name": "https://www.rust-lang.org/policies/security", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.rust-lang.org/policies/security" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/" } ], "title": "CVE Program Container" }, { "affected": [ { "cpes": [ "cpe:2.3:a:rust-lang:cargo:*:*:*:*:*:rust:*:*" ], "defaultStatus": "unknown", "product": "cargo", "vendor": "rust-lang", "versions": [ { "lessThan": "0.72.2", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2023-38497", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-10-08T18:02:25.711058Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-10-08T18:06:00.736Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "cargo", "vendor": "rust-lang", "versions": [ { "status": "affected", "version": "\u003c 0.72.2" } ] } ], "descriptions": [ { "lang": "en", "value": "Cargo downloads the Rust project\u2019s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user. To prevent existing cached extractions from being exploitable, the Cargo binary version 0.72.2 included in Rust 1.71.1 or later will purge caches generated by older Cargo versions automatically. As a workaround, configure one\u0027s system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-278", "description": "CWE-278: Insecure Preserved Inherited Permissions", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-08-04T15:51:44.878Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87" }, { "name": "https://github.com/rust-lang/cargo/pull/12443", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rust-lang/cargo/pull/12443" }, { "name": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff" }, { "name": "https://en.wikipedia.org/wiki/Umask", "tags": [ "x_refsource_MISC" ], "url": "https://en.wikipedia.org/wiki/Umask" }, { "name": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497" }, { "name": "https://www.rust-lang.org/policies/security", "tags": [ "x_refsource_MISC" ], "url": "https://www.rust-lang.org/policies/security" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/" } ], "source": { "advisory": "GHSA-j3xp-wfr4-hx87", "discovery": "UNKNOWN" }, "title": "Cargo not respecting umask when extracting crate archives" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-38497", "datePublished": "2023-08-04T15:51:44.878Z", "dateReserved": "2023-07-18T16:28:12.076Z", "dateUpdated": "2024-10-08T18:06:00.736Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-38497\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-08-04T16:15:10.370\",\"lastModified\":\"2023-08-17T19:15:12.613\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"Cargo downloads the Rust project\u2019s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user. To prevent existing cached extractions from being exploitable, the Cargo binary version 0.72.2 included in Rust 1.71.1 or later will purge caches generated by older Cargo versions automatically. As a workaround, configure one\u0027s system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.\"},{\"lang\":\"es\",\"value\":\"Cargo descarga las dependencias del proyecto Rust y compila el proyecto. Cargo antes de la versi\u00f3n 0.72.2, incluido con Rust antes de la versi\u00f3n 1.71.1, no respetaba la umask al extraer archivos crate en sistemas tipo UNIX. Si el usuario descargaba un crate que conten\u00eda archivos escribibles por cualquier usuario local, otro usuario local pod\u00eda aprovecharse de esto para cambiar el c\u00f3digo fuente compilado y ejecutado por el usuario actual. Para evitar que las extracciones en cach\u00e9 existentes puedan ser explotadas, el binario Cargo versi\u00f3n 0.72.2 incluido en Rust 1.71.1 o posterior purgar\u00e1 autom\u00e1ticamente las cach\u00e9s generadas por versiones anteriores de Cargo. Como soluci\u00f3n, configure su sistema para evitar que otros usuarios locales accedan al directorio Cargo, normalmente ubicado en `~/.cargo`.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":1.3,\"impactScore\":5.9},{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\",\"baseScore\":7.9,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":1.5,\"impactScore\":5.8}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-278\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-732\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rust-lang:cargo:*:*:*:*:*:rust:*:*\",\"versionEndExcluding\":\"0.72.2\",\"matchCriteriaId\":\"6B2B9FDF-667F-4909-BBC8-3C6210BF03EC\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC559B26-5DFC-4B7A-A27C-B77DE755DFF9\"}]}]}],\"references\":[{\"url\":\"https://en.wikipedia.org/wiki/Umask\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Not Applicable\"]},{\"url\":\"https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rust-lang/cargo/pull/12443\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://www.rust-lang.org/policies/security\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]}]}}" } }
ghsa-j3xp-wfr4-hx87
Vulnerability from github
The Rust Security Response WG was notified that Cargo did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user.
This vulnerability has been assigned CVE-2023-38497.
Overview
In UNIX-like systems, each file has three sets of permissions: for the user owning the file, for the group owning the file, and for all other local users. The "umask" is configured on most systems to limit those permissions during file creation, removing dangerous ones. For example, the default umask on macOS and most Linux distributions only allow the user owning a file to write to it, preventing the group owning it or other local users from doing the same.
When a dependency is downloaded by Cargo, its source code has to be extracted on disk to allow the Rust compiler to read as part of the build. To improve performance, this extraction only happens the first time a dependency is used, caching the pre-extracted files for future invocations.
Unfortunately, it was discovered that Cargo did not respect the umask during extraction, and propagated the permissions stored in the crate archive as-is. If an archive contained files writeable by any user on the system (and the system configuration didn't prevent writes through other security measures), another local user on the system could replace or tweak the source code of a dependency, potentially achieving code execution the next time the project is compiled.
Affected Versions
All Rust versions before 1.71.1 on UNIX-like systems (like macOS and Linux) are affected. Note that additional system-dependent security measures configured on the local system might prevent the vulnerability from being exploited.
Users on Windows and other non-UNIX-like systems are not affected.
Mitigations
We recommend all users to update to Rust 1.71.1, which will be released later today, as it fixes the vulnerability by respecting the umask when extracting crate archives. If you build your own toolchain, patches for 1.71.0 source tarballs are available here.
To prevent existing cached extractions from being exploitable, the Cargo binary included in Rust 1.71.1 or later will purge the caches it tries to access if they were generated by older Cargo versions.
If you cannot update to Rust 1.71.1, we recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in ~/.cargo
:
chmod go= ~/.cargo
Acknowledgments
We want to thank Addison Crump for responsibly disclosing this to us according to the Rust security policy.
We also want to thank the members of the Rust project who helped us disclose the vulnerability: Weihang Lo for developing the fix; Eric Huss for reviewing the fix; Pietro Albini for writing this advisory; Pietro Albini, Manish Goregaokar and Josh Stone for coordinating this disclosure; Josh Triplett, Arlo Siemen, Scott Schafer, and Jacob Finkelman for advising during the disclosure.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 0.72.1" }, "package": { "ecosystem": "crates.io", "name": "cargo" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.72.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-38497" ], "database_specific": { "cwe_ids": [ "CWE-278", "CWE-732" ], "github_reviewed": true, "github_reviewed_at": "2023-08-03T16:30:52Z", "nvd_published_at": "2023-08-04T16:15:10Z", "severity": "HIGH" }, "details": "The Rust Security Response WG was notified that Cargo did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user.\n\nThis vulnerability has been assigned CVE-2023-38497.\n\n## Overview\n\nIn UNIX-like systems, each file has three sets of permissions: for the user owning the file, for the group owning the file, and for all other local users. The \"[umask][1]\" is configured on most systems to limit those permissions during file creation, removing dangerous ones. For example, the default umask on macOS and most Linux distributions only allow the user owning a file to write to it, preventing the group owning it or other local users from doing the same.\n\nWhen a dependency is downloaded by Cargo, its source code has to be extracted on disk to allow the Rust compiler to read as part of the build. To improve performance, this extraction only happens the first time a dependency is used, caching the pre-extracted files for future invocations.\n\nUnfortunately, it was discovered that Cargo did not respect the umask during extraction, and propagated the permissions stored in the crate archive as-is. If an archive contained files writeable by any user on the system (and the system configuration didn\u0027t prevent writes through other security measures), another local user on the system could replace or tweak the source code of a dependency, potentially achieving code execution the next time the project is compiled.\n\n## Affected Versions\n\nAll Rust versions before 1.71.1 on UNIX-like systems (like macOS and Linux) are affected. Note that additional system-dependent security measures configured on the local system might prevent the vulnerability from being exploited.\n\nUsers on Windows and other non-UNIX-like systems are not affected.\n\n## Mitigations\n\nWe recommend all users to update to Rust 1.71.1, which will be released later today, as it fixes the vulnerability by respecting the umask when extracting crate archives. If you build your own toolchain, patches for 1.71.0 source tarballs are [available here][2].\n\nTo prevent existing cached extractions from being exploitable, the Cargo binary included in Rust 1.71.1 or later will purge the caches it tries to access if they were generated by older Cargo versions.\n\nIf you cannot update to Rust 1.71.1, we recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`:\n\n```\nchmod go= ~/.cargo\n```\n\n## Acknowledgments\n\nWe want to thank Addison Crump for responsibly disclosing this to us according to the [Rust security policy][3].\n\nWe also want to thank the members of the Rust project who helped us disclose the vulnerability: Weihang Lo for developing the fix; Eric Huss for reviewing the fix; Pietro Albini for writing this advisory; Pietro Albini, Manish Goregaokar and Josh Stone for coordinating this disclosure; Josh Triplett, Arlo Siemen, Scott Schafer, and Jacob Finkelman for advising during the disclosure.\n\n[1]: https://en.wikipedia.org/wiki/Umask\n[2]: https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\n[3]: https://www.rust-lang.org/policies/security", "id": "GHSA-j3xp-wfr4-hx87", "modified": "2023-08-03T16:30:52Z", "published": "2023-08-03T16:30:52Z", "references": [ { "type": "WEB", "url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497" }, { "type": "WEB", "url": "https://github.com/rust-lang/cargo/pull/12443" }, { "type": "WEB", "url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff" }, { "type": "WEB", "url": "https://en.wikipedia.org/wiki/Umask" }, { "type": "PACKAGE", "url": "https://github.com/rust-lang/cargo" }, { "type": "WEB", "url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4" }, { "type": "WEB", "url": "https://www.rust-lang.org/policies/security" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N", "type": "CVSS_V3" } ], "summary": "Cargo not respecting umask when extracting crate archives" }
rhsa-2023_4634
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rust is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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* rust-cargo: cargo does not respect the umask when extracting dependencies (CVE-2023-38497)\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-2023:4634", "url": "https://access.redhat.com/errata/RHSA-2023:4634" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2228038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4634.json" } ], "title": "Red Hat Security Advisory: rust security update", "tracking": { "current_release_date": "2024-11-06T03:31:42+00:00", "generator": { "date": "2024-11-06T03:31:42+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:4634", "initial_release_date": "2023-08-14T14:22:13+00:00", "revision_history": [ { "date": "2023-08-14T14:22:13+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-08-14T14:22:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03: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 AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.66.1-2.el9_2.aarch64", "product": { "name": "cargo-0:1.66.1-2.el9_2.aarch64", "product_id": "cargo-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "clippy-0:1.66.1-2.el9_2.aarch64", "product": { "name": "clippy-0:1.66.1-2.el9_2.aarch64", "product_id": "clippy-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rust-0:1.66.1-2.el9_2.aarch64", "product": { "name": "rust-0:1.66.1-2.el9_2.aarch64", "product_id": "rust-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rust-analysis-0:1.66.1-2.el9_2.aarch64", "product": { "name": "rust-analysis-0:1.66.1-2.el9_2.aarch64", "product_id": "rust-analysis-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rust-analyzer-0:1.66.1-2.el9_2.aarch64", "product": { "name": "rust-analyzer-0:1.66.1-2.el9_2.aarch64", "product_id": "rust-analyzer-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rust-doc-0:1.66.1-2.el9_2.aarch64", "product": { "name": "rust-doc-0:1.66.1-2.el9_2.aarch64", "product_id": "rust-doc-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-0:1.66.1-2.el9_2.aarch64", "product": { "name": "rust-std-static-0:1.66.1-2.el9_2.aarch64", "product_id": "rust-std-static-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rust-toolset-0:1.66.1-2.el9_2.aarch64", "product": { "name": "rust-toolset-0:1.66.1-2.el9_2.aarch64", "product_id": "rust-toolset-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rustfmt-0:1.66.1-2.el9_2.aarch64", "product": { "name": "rustfmt-0:1.66.1-2.el9_2.aarch64", "product_id": "rustfmt-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.66.1-2.el9_2.aarch64", "product": { "name": "rust-debugsource-0:1.66.1-2.el9_2.aarch64", "product_id": "rust-debugsource-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.66.1-2.el9_2.aarch64", "product": { "name": "cargo-debuginfo-0:1.66.1-2.el9_2.aarch64", "product_id": "cargo-debuginfo-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.66.1-2.el9_2.aarch64", "product": { "name": "clippy-debuginfo-0:1.66.1-2.el9_2.aarch64", "product_id": "clippy-debuginfo-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64", "product": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64", "product_id": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.66.1-2.el9_2.aarch64", "product": { "name": "rust-debuginfo-0:1.66.1-2.el9_2.aarch64", "product_id": "rust-debuginfo-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64", "product": { "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64", "product_id": "rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "cargo-0:1.66.1-2.el9_2.ppc64le", "product_id": "cargo-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "clippy-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "clippy-0:1.66.1-2.el9_2.ppc64le", "product_id": "clippy-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "rust-0:1.66.1-2.el9_2.ppc64le", "product_id": "rust-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-analysis-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "rust-analysis-0:1.66.1-2.el9_2.ppc64le", "product_id": "rust-analysis-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-analyzer-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "rust-analyzer-0:1.66.1-2.el9_2.ppc64le", "product_id": "rust-analyzer-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-doc-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "rust-doc-0:1.66.1-2.el9_2.ppc64le", "product_id": "rust-doc-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "rust-std-static-0:1.66.1-2.el9_2.ppc64le", "product_id": "rust-std-static-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "rust-toolset-0:1.66.1-2.el9_2.ppc64le", "product_id": "rust-toolset-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rustfmt-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "rustfmt-0:1.66.1-2.el9_2.ppc64le", "product_id": "rustfmt-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "rust-debugsource-0:1.66.1-2.el9_2.ppc64le", "product_id": "rust-debugsource-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product_id": "cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product_id": "clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product_id": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "rust-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product_id": "rust-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product": { "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product_id": "rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.66.1-2.el9_2.x86_64", "product": { "name": "cargo-0:1.66.1-2.el9_2.x86_64", "product_id": "cargo-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "clippy-0:1.66.1-2.el9_2.x86_64", "product": { "name": "clippy-0:1.66.1-2.el9_2.x86_64", "product_id": "clippy-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rust-0:1.66.1-2.el9_2.x86_64", "product": { "name": "rust-0:1.66.1-2.el9_2.x86_64", "product_id": "rust-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rust-analysis-0:1.66.1-2.el9_2.x86_64", "product": { "name": "rust-analysis-0:1.66.1-2.el9_2.x86_64", "product_id": "rust-analysis-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rust-analyzer-0:1.66.1-2.el9_2.x86_64", "product": { "name": "rust-analyzer-0:1.66.1-2.el9_2.x86_64", "product_id": "rust-analyzer-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rust-doc-0:1.66.1-2.el9_2.x86_64", "product": { "name": "rust-doc-0:1.66.1-2.el9_2.x86_64", "product_id": "rust-doc-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-0:1.66.1-2.el9_2.x86_64", "product": { "name": "rust-std-static-0:1.66.1-2.el9_2.x86_64", "product_id": "rust-std-static-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-0:1.66.1-2.el9_2.x86_64", "product": { "name": "rust-toolset-0:1.66.1-2.el9_2.x86_64", "product_id": "rust-toolset-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rustfmt-0:1.66.1-2.el9_2.x86_64", "product": { "name": "rustfmt-0:1.66.1-2.el9_2.x86_64", "product_id": "rustfmt-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.66.1-2.el9_2.x86_64", "product": { "name": "rust-debugsource-0:1.66.1-2.el9_2.x86_64", "product_id": "rust-debugsource-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.66.1-2.el9_2.x86_64", "product": { "name": "cargo-debuginfo-0:1.66.1-2.el9_2.x86_64", "product_id": "cargo-debuginfo-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.66.1-2.el9_2.x86_64", "product": { "name": "clippy-debuginfo-0:1.66.1-2.el9_2.x86_64", "product_id": "clippy-debuginfo-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64", "product": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64", "product_id": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.66.1-2.el9_2.x86_64", "product": { "name": "rust-debuginfo-0:1.66.1-2.el9_2.x86_64", "product_id": "rust-debuginfo-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64", "product": { "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64", "product_id": "rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rust-std-static-0:1.66.1-2.el9_2.i686", "product": { "name": "rust-std-static-0:1.66.1-2.el9_2.i686", "product_id": "rust-std-static-0:1.66.1-2.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.el9_2?arch=i686" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.66.1-2.el9_2.i686", "product": { "name": "rust-debugsource-0:1.66.1-2.el9_2.i686", "product_id": "rust-debugsource-0:1.66.1-2.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.el9_2?arch=i686" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.66.1-2.el9_2.i686", "product": { "name": "cargo-debuginfo-0:1.66.1-2.el9_2.i686", "product_id": "cargo-debuginfo-0:1.66.1-2.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.el9_2?arch=i686" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.66.1-2.el9_2.i686", "product": { "name": "clippy-debuginfo-0:1.66.1-2.el9_2.i686", "product_id": "clippy-debuginfo-0:1.66.1-2.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.el9_2?arch=i686" } } }, { "category": "product_version", "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686", "product": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686", "product_id": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.el9_2?arch=i686" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.66.1-2.el9_2.i686", "product": { "name": "rust-debuginfo-0:1.66.1-2.el9_2.i686", "product_id": "rust-debuginfo-0:1.66.1-2.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.el9_2?arch=i686" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.i686", "product": { "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.i686", "product_id": "rustfmt-debuginfo-0:1.66.1-2.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.el9_2?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.66.1-2.el9_2.s390x", "product": { "name": "cargo-0:1.66.1-2.el9_2.s390x", "product_id": "cargo-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "clippy-0:1.66.1-2.el9_2.s390x", "product": { "name": "clippy-0:1.66.1-2.el9_2.s390x", "product_id": "clippy-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rust-0:1.66.1-2.el9_2.s390x", "product": { "name": "rust-0:1.66.1-2.el9_2.s390x", "product_id": "rust-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rust-analysis-0:1.66.1-2.el9_2.s390x", "product": { "name": "rust-analysis-0:1.66.1-2.el9_2.s390x", "product_id": "rust-analysis-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rust-analyzer-0:1.66.1-2.el9_2.s390x", "product": { "name": "rust-analyzer-0:1.66.1-2.el9_2.s390x", "product_id": "rust-analyzer-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rust-doc-0:1.66.1-2.el9_2.s390x", "product": { "name": "rust-doc-0:1.66.1-2.el9_2.s390x", "product_id": "rust-doc-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rust-std-static-0:1.66.1-2.el9_2.s390x", "product": { "name": "rust-std-static-0:1.66.1-2.el9_2.s390x", "product_id": "rust-std-static-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-0:1.66.1-2.el9_2.s390x", "product": { "name": "rust-toolset-0:1.66.1-2.el9_2.s390x", "product_id": "rust-toolset-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rustfmt-0:1.66.1-2.el9_2.s390x", "product": { "name": "rustfmt-0:1.66.1-2.el9_2.s390x", "product_id": "rustfmt-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.66.1-2.el9_2.s390x", "product": { "name": "rust-debugsource-0:1.66.1-2.el9_2.s390x", "product_id": "rust-debugsource-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.66.1-2.el9_2.s390x", "product": { "name": "cargo-debuginfo-0:1.66.1-2.el9_2.s390x", "product_id": "cargo-debuginfo-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.66.1-2.el9_2.s390x", "product": { "name": "clippy-debuginfo-0:1.66.1-2.el9_2.s390x", "product_id": "clippy-debuginfo-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x", "product": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x", "product_id": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.66.1-2.el9_2.s390x", "product": { "name": "rust-debuginfo-0:1.66.1-2.el9_2.s390x", "product_id": "rust-debuginfo-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x", "product": { "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x", "product_id": "rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rust-0:1.66.1-2.el9_2.src", "product": { "name": "rust-0:1.66.1-2.el9_2.src", "product_id": "rust-0:1.66.1-2.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.66.1-2.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rust-debugger-common-0:1.66.1-2.el9_2.noarch", "product": { "name": "rust-debugger-common-0:1.66.1-2.el9_2.noarch", "product_id": "rust-debugger-common-0:1.66.1-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugger-common@1.66.1-2.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "rust-gdb-0:1.66.1-2.el9_2.noarch", "product": { "name": "rust-gdb-0:1.66.1-2.el9_2.noarch", "product_id": "rust-gdb-0:1.66.1-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-gdb@1.66.1-2.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "rust-lldb-0:1.66.1-2.el9_2.noarch", "product": { "name": "rust-lldb-0:1.66.1-2.el9_2.noarch", "product_id": "rust-lldb-0:1.66.1-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-lldb@1.66.1-2.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "rust-src-0:1.66.1-2.el9_2.noarch", "product": { "name": "rust-src-0:1.66.1-2.el9_2.noarch", "product_id": "rust-src-0:1.66.1-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-src@1.66.1-2.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.66.1-2.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch", "product": { "name": "rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch", "product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.66.1-2.el9_2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "cargo-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "cargo-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.s390x" }, "product_reference": "cargo-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "cargo-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "cargo-debuginfo-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.i686" }, "product_reference": "cargo-debuginfo-0:1.66.1-2.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.s390x" }, "product_reference": "cargo-debuginfo-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "cargo-debuginfo-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "clippy-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "clippy-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.s390x" }, "product_reference": "clippy-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "clippy-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "clippy-debuginfo-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.i686" }, "product_reference": "clippy-debuginfo-0:1.66.1-2.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.s390x" }, "product_reference": "clippy-debuginfo-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "clippy-debuginfo-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "rust-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "rust-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.s390x" }, "product_reference": "rust-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.66.1-2.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.src" }, "product_reference": "rust-0:1.66.1-2.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "rust-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "rust-analysis-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "rust-analysis-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.s390x" }, "product_reference": "rust-analysis-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "rust-analysis-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "rust-analyzer-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "rust-analyzer-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.s390x" }, "product_reference": "rust-analyzer-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "rust-analyzer-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686" }, "product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x" }, "product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugger-common-0:1.66.1-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.el9_2.noarch" }, "product_reference": "rust-debugger-common-0:1.66.1-2.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "rust-debuginfo-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.i686" }, "product_reference": "rust-debuginfo-0:1.66.1-2.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "rust-debuginfo-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.s390x" }, "product_reference": "rust-debuginfo-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "rust-debuginfo-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "rust-debugsource-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.i686" }, "product_reference": "rust-debugsource-0:1.66.1-2.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "rust-debugsource-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.s390x" }, "product_reference": "rust-debugsource-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "rust-debugsource-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "rust-doc-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "rust-doc-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.s390x" }, "product_reference": "rust-doc-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "rust-doc-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-gdb-0:1.66.1-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.el9_2.noarch" }, "product_reference": "rust-gdb-0:1.66.1-2.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-lldb-0:1.66.1-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.el9_2.noarch" }, "product_reference": "rust-lldb-0:1.66.1-2.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-src-0:1.66.1-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.el9_2.noarch" }, "product_reference": "rust-src-0:1.66.1-2.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "rust-std-static-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.i686" }, "product_reference": "rust-std-static-0:1.66.1-2.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "rust-std-static-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.s390x" }, "product_reference": "rust-std-static-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "rust-std-static-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch" }, "product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "rust-toolset-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "rust-toolset-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.s390x" }, "product_reference": "rust-toolset-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "rust-toolset-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "rustfmt-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "rustfmt-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.s390x" }, "product_reference": "rustfmt-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "rustfmt-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64" }, "product_reference": "rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.i686" }, "product_reference": "rustfmt-debuginfo-0:1.66.1-2.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le" }, "product_reference": "rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x" }, "product_reference": "rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64" }, "product_reference": "rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Addison Crump" ] } ], "cve": "CVE-2023-38497", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "discovery_date": "2023-08-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228038" } ], "notes": [ { "category": "description", "text": "A flaw was found in the rust-cargo package. Cargo, as bundled with the Rust compiler, did not respect the umask when extracting dependency tarballs and caching the extraction for future builds. If a dependency contained files with 0777 permissions, another local user could edit the cache of the extracted source code, potentially executing arbitrary code with the privileges of the user running Cargo during the next build.", "title": "Vulnerability description" }, { "category": "summary", "text": "rust-cargo: cargo does not respect the umask when extracting dependencies", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-38497" }, { "category": "external", "summary": "RHBZ#2228038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-38497", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38497" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2023/08/03/2", "url": "https://www.openwall.com/lists/oss-security/2023/08/03/2" } ], "release_date": "2023-08-03T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T14:22:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4634" }, { "category": "workaround", "details": "We recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rust-cargo: cargo does not respect the umask when extracting dependencies" } ] }
rhsa-2024_3418
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rust is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Rust Toolset provides the Rust programming language compiler rustc, the cargo\nbuild tool and dependency manager, and required libraries.\n\nSecurity Fix(es):\n\n* rust-cargo: cargo does not respect the umask when extracting dependencies\n(CVE-2023-38497)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted 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-2024:3418", "url": "https://access.redhat.com/errata/RHSA-2024:3418" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2228038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3418.json" } ], "title": "Red Hat Security Advisory: rust security update", "tracking": { "current_release_date": "2024-11-06T06:02:18+00:00", "generator": { "date": "2024-11-06T06:02:18+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:3418", "initial_release_date": "2024-05-28T14:09:13+00:00", "revision_history": [ { "date": "2024-05-28T14:09:13+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-28T14:09:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:02: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 EUS (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.0::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "cargo-0:1.58.1-1.el9_0.1.aarch64", "product_id": "cargo-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "clippy-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "clippy-0:1.58.1-1.el9_0.1.aarch64", "product_id": "clippy-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "rls-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "rls-0:1.58.1-1.el9_0.1.aarch64", "product_id": "rls-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "rust-0:1.58.1-1.el9_0.1.aarch64", "product_id": "rust-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-analysis-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "rust-analysis-0:1.58.1-1.el9_0.1.aarch64", "product_id": "rust-analysis-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-doc-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "rust-doc-0:1.58.1-1.el9_0.1.aarch64", "product_id": "rust-doc-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "rust-std-static-0:1.58.1-1.el9_0.1.aarch64", "product_id": "rust-std-static-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "rustfmt-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "rustfmt-0:1.58.1-1.el9_0.1.aarch64", "product_id": "rustfmt-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "rust-debugsource-0:1.58.1-1.el9_0.1.aarch64", "product_id": "rust-debugsource-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product_id": "cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product_id": "clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product_id": "rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product_id": "rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.el9_0.1?arch=aarch64" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product_id": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.el9_0.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "cargo-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "cargo-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "clippy-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "clippy-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "clippy-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rls-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "rls-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "rls-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "rust-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "rust-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-analysis-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "rust-analysis-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "rust-analysis-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-doc-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "rust-doc-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "rust-doc-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "rust-std-static-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "rust-std-static-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rustfmt-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "rustfmt-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "rustfmt-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.el9_0.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product_id": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.el9_0.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "cargo-0:1.58.1-1.el9_0.1.x86_64", "product_id": "cargo-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "clippy-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "clippy-0:1.58.1-1.el9_0.1.x86_64", "product_id": "clippy-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "rls-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "rls-0:1.58.1-1.el9_0.1.x86_64", "product_id": "rls-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "rust-0:1.58.1-1.el9_0.1.x86_64", "product_id": "rust-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-analysis-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "rust-analysis-0:1.58.1-1.el9_0.1.x86_64", "product_id": "rust-analysis-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-doc-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "rust-doc-0:1.58.1-1.el9_0.1.x86_64", "product_id": "rust-doc-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "rust-std-static-0:1.58.1-1.el9_0.1.x86_64", "product_id": "rust-std-static-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "rustfmt-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "rustfmt-0:1.58.1-1.el9_0.1.x86_64", "product_id": "rustfmt-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "rust-debugsource-0:1.58.1-1.el9_0.1.x86_64", "product_id": "rust-debugsource-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product_id": "cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product_id": "clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product_id": "rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product_id": "rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.el9_0.1?arch=x86_64" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product_id": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.el9_0.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.el9_0.1.i686", "product": { "name": "rust-std-static-0:1.58.1-1.el9_0.1.i686", "product_id": "rust-std-static-0:1.58.1-1.el9_0.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.el9_0.1?arch=i686" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.el9_0.1.i686", "product": { "name": "rust-debugsource-0:1.58.1-1.el9_0.1.i686", "product_id": "rust-debugsource-0:1.58.1-1.el9_0.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.el9_0.1?arch=i686" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.i686", "product": { "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.i686", "product_id": "cargo-debuginfo-0:1.58.1-1.el9_0.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.el9_0.1?arch=i686" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.i686", "product": { "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.i686", "product_id": "clippy-debuginfo-0:1.58.1-1.el9_0.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.el9_0.1?arch=i686" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.i686", "product": { "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.i686", "product_id": "rls-debuginfo-0:1.58.1-1.el9_0.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.el9_0.1?arch=i686" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.i686", "product": { "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.i686", "product_id": "rust-debuginfo-0:1.58.1-1.el9_0.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.el9_0.1?arch=i686" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686", "product_id": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.el9_0.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "cargo-0:1.58.1-1.el9_0.1.s390x", "product_id": "cargo-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "clippy-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "clippy-0:1.58.1-1.el9_0.1.s390x", "product_id": "clippy-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "rls-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "rls-0:1.58.1-1.el9_0.1.s390x", "product_id": "rls-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "rust-0:1.58.1-1.el9_0.1.s390x", "product_id": "rust-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-analysis-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "rust-analysis-0:1.58.1-1.el9_0.1.s390x", "product_id": "rust-analysis-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-doc-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "rust-doc-0:1.58.1-1.el9_0.1.s390x", "product_id": "rust-doc-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "rust-std-static-0:1.58.1-1.el9_0.1.s390x", "product_id": "rust-std-static-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "rustfmt-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "rustfmt-0:1.58.1-1.el9_0.1.s390x", "product_id": "rustfmt-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "rust-debugsource-0:1.58.1-1.el9_0.1.s390x", "product_id": "rust-debugsource-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product_id": "cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product_id": "clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product_id": "rls-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product_id": "rust-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.el9_0.1?arch=s390x" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product_id": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.el9_0.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cargo-doc-0:1.58.1-1.el9_0.1.noarch", "product": { "name": "cargo-doc-0:1.58.1-1.el9_0.1.noarch", "product_id": "cargo-doc-0:1.58.1-1.el9_0.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-doc@1.58.1-1.el9_0.1?arch=noarch" } } }, { "category": "product_version", "name": "rust-debugger-common-0:1.58.1-1.el9_0.1.noarch", "product": { "name": "rust-debugger-common-0:1.58.1-1.el9_0.1.noarch", "product_id": "rust-debugger-common-0:1.58.1-1.el9_0.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugger-common@1.58.1-1.el9_0.1?arch=noarch" } } }, { "category": "product_version", "name": "rust-gdb-0:1.58.1-1.el9_0.1.noarch", "product": { "name": "rust-gdb-0:1.58.1-1.el9_0.1.noarch", "product_id": "rust-gdb-0:1.58.1-1.el9_0.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-gdb@1.58.1-1.el9_0.1?arch=noarch" } } }, { "category": "product_version", "name": "rust-lldb-0:1.58.1-1.el9_0.1.noarch", "product": { "name": "rust-lldb-0:1.58.1-1.el9_0.1.noarch", "product_id": "rust-lldb-0:1.58.1-1.el9_0.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-lldb@1.58.1-1.el9_0.1?arch=noarch" } } }, { "category": "product_version", "name": "rust-src-0:1.58.1-1.el9_0.1.noarch", "product": { "name": "rust-src-0:1.58.1-1.el9_0.1.noarch", "product_id": "rust-src-0:1.58.1-1.el9_0.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-src@1.58.1-1.el9_0.1?arch=noarch" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.58.1-1.el9_0.1?arch=noarch" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch", "product": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch", "product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.58.1-1.el9_0.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rust-0:1.58.1-1.el9_0.1.src", "product": { "name": "rust-0:1.58.1-1.el9_0.1.src", "product_id": "rust-0:1.58.1-1.el9_0.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.el9_0.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "cargo-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "cargo-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "cargo-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "cargo-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.i686" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.el9_0.1.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-doc-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:cargo-doc-0:1.58.1-1.el9_0.1.noarch" }, "product_reference": "cargo-doc-0:1.58.1-1.el9_0.1.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "clippy-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "clippy-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "clippy-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "clippy-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.i686" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.el9_0.1.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "rls-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "rls-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "rls-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "rls-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.i686" }, "product_reference": "rls-debuginfo-0:1.58.1-1.el9_0.1.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "rls-debuginfo-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "rust-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "rust-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "rust-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.el9_0.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.src" }, "product_reference": "rust-0:1.58.1-1.el9_0.1.src", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "rust-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "rust-analysis-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "rust-analysis-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "rust-analysis-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "rust-analysis-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugger-common-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-debugger-common-0:1.58.1-1.el9_0.1.noarch" }, "product_reference": "rust-debugger-common-0:1.58.1-1.el9_0.1.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.i686" }, "product_reference": "rust-debuginfo-0:1.58.1-1.el9_0.1.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "rust-debuginfo-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "rust-debugsource-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.i686" }, "product_reference": "rust-debugsource-0:1.58.1-1.el9_0.1.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "rust-debugsource-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "rust-debugsource-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "rust-doc-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "rust-doc-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "rust-doc-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "rust-doc-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-gdb-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-gdb-0:1.58.1-1.el9_0.1.noarch" }, "product_reference": "rust-gdb-0:1.58.1-1.el9_0.1.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-lldb-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-lldb-0:1.58.1-1.el9_0.1.noarch" }, "product_reference": "rust-lldb-0:1.58.1-1.el9_0.1.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-src-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-src-0:1.58.1-1.el9_0.1.noarch" }, "product_reference": "rust-src-0:1.58.1-1.el9_0.1.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "rust-std-static-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.i686" }, "product_reference": "rust-std-static-0:1.58.1-1.el9_0.1.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "rust-std-static-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "rust-std-static-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "rust-std-static-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch" }, "product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "rustfmt-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "rustfmt-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "rustfmt-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "rustfmt-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Addison Crump" ] } ], "cve": "CVE-2023-38497", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "discovery_date": "2023-08-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228038" } ], "notes": [ { "category": "description", "text": "A flaw was found in the rust-cargo package. Cargo, as bundled with the Rust compiler, did not respect the umask when extracting dependency tarballs and caching the extraction for future builds. If a dependency contained files with 0777 permissions, another local user could edit the cache of the extracted source code, potentially executing arbitrary code with the privileges of the user running Cargo during the next build.", "title": "Vulnerability description" }, { "category": "summary", "text": "rust-cargo: cargo does not respect the umask when extracting dependencies", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cargo-doc-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.src", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-debugger-common-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-gdb-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-lldb-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-src-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-38497" }, { "category": "external", "summary": "RHBZ#2228038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-38497", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38497" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2023/08/03/2", "url": "https://www.openwall.com/lists/oss-security/2023/08/03/2" } ], "release_date": "2023-08-03T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-28T14:09:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cargo-doc-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.src", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-debugger-common-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-gdb-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-lldb-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-src-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3418" }, { "category": "workaround", "details": "We recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.", "product_ids": [ "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cargo-doc-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.src", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-debugger-common-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-gdb-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-lldb-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-src-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:cargo-doc-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.src", "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-debugger-common-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-gdb-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-lldb-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-src-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.x86_64", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x", "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rust-cargo: cargo does not respect the umask when extracting dependencies" } ] }
rhsa-2023_4651
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rust-toolset-1.66-rust is now available for Red Hat Developer Tools.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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* rust-cargo: cargo does not respect the umask when extracting dependencies (CVE-2023-38497)\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-2023:4651", "url": "https://access.redhat.com/errata/RHSA-2023:4651" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2228038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4651.json" } ], "title": "Red Hat Security Advisory: rust-toolset-1.66-rust security update", "tracking": { "current_release_date": "2024-11-06T03:32:06+00:00", "generator": { "date": "2024-11-06T03:32:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:4651", "initial_release_date": "2023-08-15T00:13:31+00:00", "revision_history": [ { "date": "2023-08-15T00:13:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-08-15T00:13:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03: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-2023.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2023::el7" } } }, { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2023::el7" } } } ], "category": "product_family", "name": "Red Hat Developer Tools" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "product": { "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "product_id": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-cargo@1.66.1-2.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "product": { "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "product_id": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-clippy@1.66.1-2.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "product": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "product_id": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust@1.66.1-2.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "product": { "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "product_id": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analysis@1.66.1-2.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "product": { "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "product_id": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analyzer@1.66.1-2.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "product": { "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "product_id": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-doc@1.66.1-2.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "product": { "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "product_id": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-std-static@1.66.1-2.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64", "product": { "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64", "product_id": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rustfmt@1.66.1-2.el7_9?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "product": { "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "product_id": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-debuginfo@1.66.1-2.el7_9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "product": { "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "product_id": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-cargo@1.66.1-2.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "product": { "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "product_id": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-clippy@1.66.1-2.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "product": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "product_id": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust@1.66.1-2.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "product": { "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "product_id": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analysis@1.66.1-2.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "product": { "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "product_id": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analyzer@1.66.1-2.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "product": { "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "product_id": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-doc@1.66.1-2.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "product": { "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "product_id": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-std-static@1.66.1-2.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "product": { "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "product_id": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rustfmt@1.66.1-2.el7_9?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "product": { "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "product_id": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-debuginfo@1.66.1-2.el7_9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "product": { "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "product_id": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-cargo@1.66.1-2.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "product": { "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "product_id": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-clippy@1.66.1-2.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "product": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "product_id": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust@1.66.1-2.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "product": { "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "product_id": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analysis@1.66.1-2.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "product": { "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "product_id": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analyzer@1.66.1-2.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "product": { "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "product_id": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-doc@1.66.1-2.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "product": { "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "product_id": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-std-static@1.66.1-2.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "product": { "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "product_id": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rustfmt@1.66.1-2.el7_9?arch=ppc64" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "product": { "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "product_id": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-debuginfo@1.66.1-2.el7_9?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "product": { "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "product_id": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-cargo@1.66.1-2.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "product": { "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "product_id": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-clippy@1.66.1-2.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "product": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "product_id": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust@1.66.1-2.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "product": { "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "product_id": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analysis@1.66.1-2.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "product": { "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "product_id": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analyzer@1.66.1-2.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "product": { "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "product_id": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-doc@1.66.1-2.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "product": { "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "product_id": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-std-static@1.66.1-2.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "product": { "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "product_id": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rustfmt@1.66.1-2.el7_9?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "product": { "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "product_id": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-debuginfo@1.66.1-2.el7_9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "product": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "product_id": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust@1.66.1-2.el7_9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "product": { "name": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "product_id": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-debugger-common@1.66.1-2.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "product": { "name": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "product_id": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-gdb@1.66.1-2.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "product": { "name": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "product_id": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-lldb@1.66.1-2.el7_9?arch=noarch" } } }, { "category": "product_version", "name": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "product": { "name": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "product_id": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-src@1.66.1-2.el7_9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src" }, "product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch" }, "product_reference": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch" }, "product_reference": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch" }, "product_reference": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch" }, "product_reference": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Server-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src" }, "product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch" }, "product_reference": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch" }, "product_reference": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch" }, "product_reference": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch" }, "product_reference": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64" }, "product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le" }, "product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x" }, "product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "relates_to_product_reference": "7Workstation-DevTools-2023.2" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64" }, "product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2023.2" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Addison Crump" ] } ], "cve": "CVE-2023-38497", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "discovery_date": "2023-08-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228038" } ], "notes": [ { "category": "description", "text": "A flaw was found in the rust-cargo package. Cargo, as bundled with the Rust compiler, did not respect the umask when extracting dependency tarballs and caching the extraction for future builds. If a dependency contained files with 0777 permissions, another local user could edit the cache of the extracted source code, potentially executing arbitrary code with the privileges of the user running Cargo during the next build.", "title": "Vulnerability description" }, { "category": "summary", "text": "rust-cargo: cargo does not respect the umask when extracting dependencies", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-38497" }, { "category": "external", "summary": "RHBZ#2228038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-38497", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38497" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2023/08/03/2", "url": "https://www.openwall.com/lists/oss-security/2023/08/03/2" } ], "release_date": "2023-08-03T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-15T00:13:31+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-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4651" }, { "category": "workaround", "details": "We recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.", "product_ids": [ "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x", "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rust-cargo: cargo does not respect the umask when extracting dependencies" } ] }
rhsa-2024_3428
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the rust-toolset:rhel8 module is now available for Red Hat\nEnterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. 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\nbuild tool and dependency manager, and required libraries.\n\nSecurity Fix(es):\n\n* rust-cargo: cargo does not respect the umask when extracting dependencies\n(CVE-2023-38497)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, 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-2024:3428", "url": "https://access.redhat.com/errata/RHSA-2024:3428" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2228038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3428.json" } ], "title": "Red Hat Security Advisory: rust-toolset:rhel8 security update", "tracking": { "current_release_date": "2024-11-06T06:01:06+00:00", "generator": { "date": "2024-11-06T06:01:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:3428", "initial_release_date": "2024-05-28T13:43:53+00:00", "revision_history": [ { "date": "2024-05-28T13:43:53+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-28T13:43:53+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:01:06+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.6)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "rust-toolset:rhel8:8060020240312174911:aeeed864", "product": { "name": "rust-toolset:rhel8:8060020240312174911:aeeed864", "product_id": "rust-toolset:rhel8:8060020240312174911:aeeed864", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/rust-toolset@rhel8:8060020240312174911:aeeed864" } } }, { "category": "product_version", "name": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product": { "name": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product_id": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch" } } }, { "category": "product_version", "name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product": { "name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product_id": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugger-common@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch" } } }, { "category": "product_version", "name": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product": { "name": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product_id": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-gdb@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch" } } }, { "category": "product_version", "name": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product": { "name": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product_id": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-lldb@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch" } } }, { "category": "product_version", "name": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product": { "name": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product_id": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-src@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src", "product": { "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src", "product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=src" } } }, { "category": "product_version", "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "product": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, "product_reference": "rust-toolset:rhel8:8060020240312174911:aeeed864", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch" }, "product_reference": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src" }, "product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch" }, "product_reference": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch" }, "product_reference": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch" }, "product_reference": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch" }, "product_reference": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src" }, "product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 as a component of rust-toolset:rhel8:8060020240312174911:aeeed864 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Addison Crump" ] } ], "cve": "CVE-2023-38497", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "discovery_date": "2023-08-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228038" } ], "notes": [ { "category": "description", "text": "A flaw was found in the rust-cargo package. Cargo, as bundled with the Rust compiler, did not respect the umask when extracting dependency tarballs and caching the extraction for future builds. If a dependency contained files with 0777 permissions, another local user could edit the cache of the extracted source code, potentially executing arbitrary code with the privileges of the user running Cargo during the next build.", "title": "Vulnerability description" }, { "category": "summary", "text": "rust-cargo: cargo does not respect the umask when extracting dependencies", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-38497" }, { "category": "external", "summary": "RHBZ#2228038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-38497", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38497" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2023/08/03/2", "url": "https://www.openwall.com/lists/oss-security/2023/08/03/2" } ], "release_date": "2023-08-03T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-28T13:43:53+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.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3428" }, { "category": "workaround", "details": "We recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.", "product_ids": [ "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x", "AppStream-8.6.0.Z.EUS:rust-toolset:rhel8:8060020240312174911:aeeed864:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rust-cargo: cargo does not respect the umask when extracting dependencies" } ] }
rhsa-2023_4635
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the 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 Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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* rust-cargo: cargo does not respect the umask when extracting dependencies (CVE-2023-38497)\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-2023:4635", "url": "https://access.redhat.com/errata/RHSA-2023:4635" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2228038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4635.json" } ], "title": "Red Hat Security Advisory: rust-toolset:rhel8 security update", "tracking": { "current_release_date": "2024-11-06T03:32:10+00:00", "generator": { "date": "2024-11-06T03:32:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:4635", "initial_release_date": "2023-08-14T14:38:02+00:00", "revision_history": [ { "date": "2023-08-14T14:38:02+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-08-14T14:38:02+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:32:10+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.8.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "rust-toolset:rhel8:8080020230807230209:0a78da64", "product": { "name": "rust-toolset:rhel8:8080020230807230209:0a78da64", "product_id": "rust-toolset:rhel8:8080020230807230209:0a78da64", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/rust-toolset@rhel8:8080020230807230209:0a78da64" } } }, { "category": "product_version", "name": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "product": { "name": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "product_id": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugger-common@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch" } } }, { "category": "product_version", "name": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "product": { "name": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "product_id": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-gdb@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch" } } }, { "category": "product_version", "name": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "product": { "name": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "product_id": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-lldb@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch" } } }, { "category": "product_version", "name": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "product": { "name": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "product_id": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-src@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product": { "name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src", "product": { "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src", "product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product": { "name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product": { "name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product": { "name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, "product_reference": "rust-toolset:rhel8:8080020230807230209:0a78da64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src" }, "product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch" }, "product_reference": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch" }, "product_reference": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch" }, "product_reference": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch" }, "product_reference": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64" }, "product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le" }, "product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x" }, "product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 as a component of rust-toolset:rhel8:8080020230807230209:0a78da64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" }, "product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Addison Crump" ] } ], "cve": "CVE-2023-38497", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "discovery_date": "2023-08-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2228038" } ], "notes": [ { "category": "description", "text": "A flaw was found in the rust-cargo package. Cargo, as bundled with the Rust compiler, did not respect the umask when extracting dependency tarballs and caching the extraction for future builds. If a dependency contained files with 0777 permissions, another local user could edit the cache of the extracted source code, potentially executing arbitrary code with the privileges of the user running Cargo during the next build.", "title": "Vulnerability description" }, { "category": "summary", "text": "rust-cargo: cargo does not respect the umask when extracting dependencies", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-38497" }, { "category": "external", "summary": "RHBZ#2228038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-38497", "url": "https://www.cve.org/CVERecord?id=CVE-2023-38497" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2023/08/03/2", "url": "https://www.openwall.com/lists/oss-security/2023/08/03/2" } ], "release_date": "2023-08-03T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-08-14T14:38:02+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.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:4635" }, { "category": "workaround", "details": "We recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x", "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset:rhel8:8080020230807230209:0a78da64:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rust-cargo: cargo does not respect the umask when extracting dependencies" } ] }
wid-sec-w-2023-2062
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein lokaler Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um beliebigen Programmcode mit den Rechten des Dienstes auszuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-2062 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2062.json" }, { "category": "self", "summary": "WID-SEC-2023-2062 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2062" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4634 vom 2023-08-14", "url": "https://access.redhat.com/errata/RHSA-2023:4634" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4635 vom 2023-08-14", "url": "https://access.redhat.com/errata/RHSA-2023:4635" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:4651 vom 2023-08-14", "url": "https://access.redhat.com/errata/RHSA-2023:4651" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-4634 vom 2023-08-25", "url": "https://linux.oracle.com/errata/ELSA-2023-4634.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-4635 vom 2023-08-28", "url": "http://linux.oracle.com/errata/ELSA-2023-4635.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2023-2223 vom 2023-09-08", "url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2223.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3251-1 vom 2023-09-22", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016289.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3428 vom 2024-05-28", "url": "https://access.redhat.com/errata/RHSA-2024:3428" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3418 vom 2024-05-28", "url": "https://access.redhat.com/errata/RHSA-2024:3418" } ], "source_lang": "en-US", "title": "Red Hat Enterprise Linux (Rust): Schwachstelle erm\u00f6glicht Ausf\u00fchren von beliebigem Programmcode mit den Rechten des Dienstes", "tracking": { "current_release_date": "2024-05-28T22:00:00.000+00:00", "generator": { "date": "2024-05-29T08:07:52.334+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-2062", "initial_release_date": "2023-08-14T22:00:00.000+00:00", "revision_history": [ { "date": "2023-08-14T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-08-27T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-08-28T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-09-10T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-09-21T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-05-28T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "6" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "category": "product_version", "name": "8", "product": { "name": "Red Hat Enterprise Linux 8", "product_id": "T014111", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8" } } }, { "category": "product_version", "name": "9", "product": { "name": "Red Hat Enterprise Linux 9", "product_id": "T023632", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9" } } }, { "category": "product_version", "name": "rust", "product": { "name": "Red Hat Enterprise Linux rust", "product_id": "T029304", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:rust" } } } ], "category": "product_name", "name": "Enterprise Linux" } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-38497", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Red Hat Enterprise Linux. Diese besteht in der Komponente Rust, bzw. in \"Cargo\", welche im Bundle mit Rust ver\u00f6ffentlicht wird. Der Fehler ist darauf zur\u00fcckzuf\u00fchren, dass der Quellcode welcher im Cache enthalten ist, manipulierbar ist und dadurch beliebiger Programmcode ausgef\u00fchrt werden kann. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode mit Rechten des Dienstes auszuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich." } ], "product_status": { "known_affected": [ "T002207", "T023632", "67646", "398363", "T029304", "T004914", "T014111" ] }, "release_date": "2023-08-14T22:00:00Z", "title": "CVE-2023-38497" } ] }
gsd-2023-38497
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2023-38497", "id": "GSD-2023-38497" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-38497" ], "details": "Cargo downloads the Rust project\u2019s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user. To prevent existing cached extractions from being exploitable, the Cargo binary version 0.72.2 included in Rust 1.71.1 or later will purge caches generated by older Cargo versions automatically. As a workaround, configure one\u0027s system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.", "id": "GSD-2023-38497", "modified": "2023-12-13T01:20:36.061554Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-38497", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "cargo", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003c 0.72.2" } ] } } ] }, "vendor_name": "rust-lang" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Cargo downloads the Rust project\u2019s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user. To prevent existing cached extractions from being exploitable, the Cargo binary version 0.72.2 included in Rust 1.71.1 or later will purge caches generated by older Cargo versions automatically. As a workaround, configure one\u0027s system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`." } ] }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-278", "lang": "eng", "value": "CWE-278: Insecure Preserved Inherited Permissions" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87", "refsource": "MISC", "url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87" }, { "name": "https://github.com/rust-lang/cargo/pull/12443", "refsource": "MISC", "url": "https://github.com/rust-lang/cargo/pull/12443" }, { "name": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff", "refsource": "MISC", "url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff" }, { "name": "https://en.wikipedia.org/wiki/Umask", "refsource": "MISC", "url": "https://en.wikipedia.org/wiki/Umask" }, { "name": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497", "refsource": "MISC", "url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497" }, { "name": "https://www.rust-lang.org/policies/security", "refsource": "MISC", "url": "https://www.rust-lang.org/policies/security" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/" } ] }, "source": { "advisory": "GHSA-j3xp-wfr4-hx87", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:rust-lang:cargo:*:*:*:*:*:rust:*:*", "cpe_name": [], "versionEndExcluding": "0.72.2", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-38497" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Cargo downloads the Rust project\u2019s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user. To prevent existing cached extractions from being exploitable, the Cargo binary version 0.72.2 included in Rust 1.71.1 or later will purge caches generated by older Cargo versions automatically. As a workaround, configure one\u0027s system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-278" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/rust-lang/cargo/pull/12443", "refsource": "MISC", "tags": [ "Mailing List", "Patch" ], "url": "https://github.com/rust-lang/cargo/pull/12443" }, { "name": "https://en.wikipedia.org/wiki/Umask", "refsource": "MISC", "tags": [ "Not Applicable" ], "url": "https://en.wikipedia.org/wiki/Umask" }, { "name": "https://www.rust-lang.org/policies/security", "refsource": "MISC", "tags": [ "Product" ], "url": "https://www.rust-lang.org/policies/security" }, { "name": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff", "refsource": "MISC", "tags": [ "Patch" ], "url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff" }, { "name": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497" }, { "name": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87", "refsource": "MISC", "tags": [ "Vendor Advisory" ], "url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/", "refsource": "MISC", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/", "refsource": "MISC", "tags": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.3, "impactScore": 5.9 } }, "lastModifiedDate": "2023-08-17T19:15Z", "publishedDate": "2023-08-04T16:15Z" } } }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.