Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-38497 (GCVE-0-2023-38497)
Vulnerability from cvelistv5
- CWE-278 - Insecure Preserved Inherited Permissions
{
"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-17T18:06:20.542Z",
"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": "2025-02-13T17:01:51.522Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2023-38497\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-08-04T16:15:10.370\",\"lastModified\":\"2024-11-21T08:13:41.803\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"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\":\"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\",\"baseScore\":7.9,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.5,\"impactScore\":5.8},{\"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\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.3,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"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\"]},{\"url\":\"https://en.wikipedia.org/wiki/Umask\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Not Applicable\"]},{\"url\":\"https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rust-lang/cargo/pull/12443\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.rust-lang.org/policies/security\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87\", \"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/pull/12443\", \"name\": \"https://github.com/rust-lang/cargo/pull/12443\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\", \"name\": \"https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://en.wikipedia.org/wiki/Umask\", \"name\": \"https://en.wikipedia.org/wiki/Umask\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\", \"name\": \"https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://www.rust-lang.org/policies/security\", \"name\": \"https://www.rust-lang.org/policies/security\", \"tags\": [\"x_refsource_MISC\", \"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/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T17:46:55.143Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-38497\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-08T18:02:25.711058Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:rust-lang:cargo:*:*:*:*:*:rust:*:*\"], \"vendor\": \"rust-lang\", \"product\": \"cargo\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.72.2\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-08T18:02:57.732Z\"}}], \"cna\": {\"title\": \"Cargo not respecting umask when extracting crate archives\", \"source\": {\"advisory\": \"GHSA-j3xp-wfr4-hx87\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"rust-lang\", \"product\": \"cargo\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.72.2\"}]}], \"references\": [{\"url\": \"https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87\", \"name\": \"https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/rust-lang/cargo/pull/12443\", \"name\": \"https://github.com/rust-lang/cargo/pull/12443\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\", \"name\": \"https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://en.wikipedia.org/wiki/Umask\", \"name\": \"https://en.wikipedia.org/wiki/Umask\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\", \"name\": \"https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://www.rust-lang.org/policies/security\", \"name\": \"https://www.rust-lang.org/policies/security\", \"tags\": [\"x_refsource_MISC\"]}, {\"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/\"}], \"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`.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-278\", \"description\": \"CWE-278: Insecure Preserved Inherited Permissions\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-08-17T18:06:20.542Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-38497\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-13T17:01:51.522Z\", \"dateReserved\": \"2023-07-18T16:28:12.076Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-08-04T15:51:44.878Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
suse-su-2023:3251-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rust1.71",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rust1.71 fixes the following issues:\n\nUpdate to version 1.71.1:\n\n- CVE-2023-38497: Fixed privilege escalation with Cargo not respecting umask when extracting dependencies (bsc#1213817).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3251,SUSE-SLE-Module-Development-Tools-15-SP4-2023-3251,SUSE-SLE-Module-Development-Tools-15-SP5-2023-3251,openSUSE-SLE-15.4-2023-3251,openSUSE-SLE-15.5-2023-3251",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3251-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3251-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233251-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3251-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/015829.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213817",
"url": "https://bugzilla.suse.com/1213817"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-38497 page",
"url": "https://www.suse.com/security/cve/CVE-2023-38497/"
}
],
"title": "Security update for rust1.71",
"tracking": {
"current_release_date": "2023-08-08T20:15:23Z",
"generator": {
"date": "2023-08-08T20:15:23Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3251-1",
"initial_release_date": "2023-08-08T20:15:23Z",
"revision_history": [
{
"date": "2023-08-08T20:15:23Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-150400.9.6.1.aarch64",
"product": {
"name": "cargo1.71-1.71.1-150400.9.6.1.aarch64",
"product_id": "cargo1.71-1.71.1-150400.9.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-150400.9.6.1.aarch64",
"product": {
"name": "rust1.71-1.71.1-150400.9.6.1.aarch64",
"product_id": "rust1.71-1.71.1-150400.9.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-150400.9.6.1.i586",
"product": {
"name": "cargo1.71-1.71.1-150400.9.6.1.i586",
"product_id": "cargo1.71-1.71.1-150400.9.6.1.i586"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-150400.9.6.1.i586",
"product": {
"name": "rust1.71-1.71.1-150400.9.6.1.i586",
"product_id": "rust1.71-1.71.1-150400.9.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"product": {
"name": "cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"product_id": "cargo1.71-1.71.1-150400.9.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-150400.9.6.1.ppc64le",
"product": {
"name": "rust1.71-1.71.1-150400.9.6.1.ppc64le",
"product_id": "rust1.71-1.71.1-150400.9.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-150400.9.6.1.s390x",
"product": {
"name": "cargo1.71-1.71.1-150400.9.6.1.s390x",
"product_id": "cargo1.71-1.71.1-150400.9.6.1.s390x"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-150400.9.6.1.s390x",
"product": {
"name": "rust1.71-1.71.1-150400.9.6.1.s390x",
"product_id": "rust1.71-1.71.1-150400.9.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-150400.9.6.1.x86_64",
"product": {
"name": "cargo1.71-1.71.1-150400.9.6.1.x86_64",
"product_id": "cargo1.71-1.71.1-150400.9.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-150400.9.6.1.x86_64",
"product": {
"name": "rust1.71-1.71.1-150400.9.6.1.x86_64",
"product_id": "rust1.71-1.71.1-150400.9.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-38497",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-38497"
}
],
"notes": [
{
"category": "general",
"text": "Cargo downloads the Rust project\u0027s 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`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-38497",
"url": "https://www.suse.com/security/cve/CVE-2023-38497"
},
{
"category": "external",
"summary": "SUSE Bug 1213817 for CVE-2023-38497",
"url": "https://bugzilla.suse.com/1213817"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-08T20:15:23Z",
"details": "moderate"
}
],
"title": "CVE-2023-38497"
}
]
}
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": "2025-11-21T18:43:40+00:00",
"generator": {
"date": "2025-11-21T18:43:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-21T18:43:40+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_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-14T00:33:18+00:00",
"generator": {
"date": "2024-11-14T00:33:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.0"
}
},
"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-14T00:33: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_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-14T00:05:47+00:00",
"generator": {
"date": "2024-11-14T00:05:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.0"
}
},
"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-14T00:05:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.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"
}
]
}
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": "2025-11-21T19:03:08+00:00",
"generator": {
"date": "2025-11-21T19:03:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-21T19:03:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.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-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": "2025-11-21T19:03:10+00:00",
"generator": {
"date": "2025-11-21T19:03:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-21T19:03: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 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": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugger-common@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-gdb@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-lldb@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-src@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=src\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=src\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"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.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"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.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"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.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.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-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
]
},
"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:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
],
"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:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
]
}
],
"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:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
]
}
],
"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": "2025-11-21T19:03:08+00:00",
"generator": {
"date": "2025-11-21T19:03:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-21T19:03:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.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: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": "2025-11-21T18:43:36+00:00",
"generator": {
"date": "2025-11-21T18:43:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-21T18:43:36+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": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=src\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8)",
"product_id": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugger-common@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8)",
"product_id": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-gdb@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8)",
"product_id": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-lldb@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8)",
"product_id": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-src@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"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.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"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.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"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.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.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-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
]
},
"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:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
],
"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:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
]
}
],
"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:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rust-cargo: cargo does not respect the umask when extracting dependencies"
}
]
}
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": "2025-11-21T18:43:33+00:00",
"generator": {
"date": "2025-11-21T18:43:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-21T18:43:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 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-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-14T00:05:38+00:00",
"generator": {
"date": "2024-11-14T00:05:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.0"
}
},
"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-14T00:05:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 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-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": "2025-11-21T18:43:33+00:00",
"generator": {
"date": "2025-11-21T18:43:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-21T18:43:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 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-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": "2025-11-21T18:43:40+00:00",
"generator": {
"date": "2025-11-21T18:43:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-21T18:43:40+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": "2025-11-21T19:03:10+00:00",
"generator": {
"date": "2025-11-21T19:03:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-21T19:03: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 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": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugger-common@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-gdb@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-lldb@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-src@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=src\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=src\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"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.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"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.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"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.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.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-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
]
},
"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:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
],
"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:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
]
}
],
"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:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
]
}
],
"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-14T00:33:28+00:00",
"generator": {
"date": "2024-11-14T00:33:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.0"
}
},
"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-14T00:33:28+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_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-14T00:05:55+00:00",
"generator": {
"date": "2024-11-14T00:05:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.0"
}
},
"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-14T00:05:55+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-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": "2025-11-21T18:43:36+00:00",
"generator": {
"date": "2025-11-21T18:43:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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": "2025-11-21T18:43:36+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": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=src\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8)",
"product_id": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugger-common@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8)",
"product_id": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-gdb@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8)",
"product_id": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-lldb@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8)",
"product_id": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-src@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"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\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"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.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"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.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"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.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"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 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.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-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
]
},
"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:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
],
"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:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
]
}
],
"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:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rust-cargo: cargo does not respect the umask when extracting dependencies"
}
]
}
opensuse-su-2024:13101-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "cargo1.71-1.71.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the cargo1.71-1.71.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13101",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13101-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-38497 page",
"url": "https://www.suse.com/security/cve/CVE-2023-38497/"
}
],
"title": "cargo1.71-1.71.1-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13101-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-1.1.aarch64",
"product": {
"name": "cargo1.71-1.71.1-1.1.aarch64",
"product_id": "cargo1.71-1.71.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-1.1.aarch64",
"product": {
"name": "rust1.71-1.71.1-1.1.aarch64",
"product_id": "rust1.71-1.71.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-1.1.ppc64le",
"product": {
"name": "cargo1.71-1.71.1-1.1.ppc64le",
"product_id": "cargo1.71-1.71.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-1.1.ppc64le",
"product": {
"name": "rust1.71-1.71.1-1.1.ppc64le",
"product_id": "rust1.71-1.71.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-1.1.s390x",
"product": {
"name": "cargo1.71-1.71.1-1.1.s390x",
"product_id": "cargo1.71-1.71.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-1.1.s390x",
"product": {
"name": "rust1.71-1.71.1-1.1.s390x",
"product_id": "rust1.71-1.71.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-1.1.x86_64",
"product": {
"name": "cargo1.71-1.71.1-1.1.x86_64",
"product_id": "cargo1.71-1.71.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-1.1.x86_64",
"product": {
"name": "rust1.71-1.71.1-1.1.x86_64",
"product_id": "rust1.71-1.71.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.aarch64"
},
"product_reference": "cargo1.71-1.71.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.ppc64le"
},
"product_reference": "cargo1.71-1.71.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.s390x"
},
"product_reference": "cargo1.71-1.71.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.x86_64"
},
"product_reference": "cargo1.71-1.71.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rust1.71-1.71.1-1.1.aarch64"
},
"product_reference": "rust1.71-1.71.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rust1.71-1.71.1-1.1.ppc64le"
},
"product_reference": "rust1.71-1.71.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rust1.71-1.71.1-1.1.s390x"
},
"product_reference": "rust1.71-1.71.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rust1.71-1.71.1-1.1.x86_64"
},
"product_reference": "rust1.71-1.71.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-38497",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-38497"
}
],
"notes": [
{
"category": "general",
"text": "Cargo downloads the Rust project\u0027s 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`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.aarch64",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.ppc64le",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.s390x",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.x86_64",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.aarch64",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.ppc64le",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.s390x",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-38497",
"url": "https://www.suse.com/security/cve/CVE-2023-38497"
},
{
"category": "external",
"summary": "SUSE Bug 1213817 for CVE-2023-38497",
"url": "https://bugzilla.suse.com/1213817"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.aarch64",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.ppc64le",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.s390x",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.x86_64",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.aarch64",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.ppc64le",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.s390x",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.aarch64",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.ppc64le",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.s390x",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.x86_64",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.aarch64",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.ppc64le",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.s390x",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-38497"
}
]
}
fkie_cve-2023-38497
Vulnerability from fkie_nvd
7.3 (High) - CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://en.wikipedia.org/wiki/Umask | Not Applicable | |
| security-advisories@github.com | https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff | Patch | |
| security-advisories@github.com | https://github.com/rust-lang/cargo/pull/12443 | Mailing List, Patch | |
| security-advisories@github.com | https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87 | Vendor Advisory | |
| security-advisories@github.com | https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497 | Third Party Advisory | |
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/ | Mailing List, Third Party Advisory | |
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/ | ||
| security-advisories@github.com | https://www.rust-lang.org/policies/security | Product | |
| af854a3a-2127-422b-91ae-364da2661108 | https://en.wikipedia.org/wiki/Umask | Not Applicable | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff | Patch | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/rust-lang/cargo/pull/12443 | Mailing List, Patch | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87 | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/ | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://www.rust-lang.org/policies/security | Product |
| Vendor | Product | Version | |
|---|---|---|---|
| rust-lang | cargo | * | |
| fedoraproject | fedora | 38 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:rust-lang:cargo:*:*:*:*:*:rust:*:*",
"matchCriteriaId": "6B2B9FDF-667F-4909-BBC8-3C6210BF03EC",
"versionEndExcluding": "0.72.2",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*",
"matchCriteriaId": "CC559B26-5DFC-4B7A-A27C-B77DE755DFF9",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"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`."
}
],
"id": "CVE-2023-38497",
"lastModified": "2024-11-21T08:13:41.803",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.9,
"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"
},
"exploitabilityScore": 1.5,
"impactScore": 5.8,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"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,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2023-08-04T16:15:10.370",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Not Applicable"
],
"url": "https://en.wikipedia.org/wiki/Umask"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Patch"
],
"url": "https://github.com/rust-lang/cargo/pull/12443"
},
{
"source": "security-advisories@github.com",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/"
},
{
"source": "security-advisories@github.com",
"tags": [
"Product"
],
"url": "https://www.rust-lang.org/policies/security"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Not Applicable"
],
"url": "https://en.wikipedia.org/wiki/Umask"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch"
],
"url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Patch"
],
"url": "https://github.com/rust-lang/cargo/pull/12443"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Product"
],
"url": "https://www.rust-lang.org/policies/security"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-278"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-732"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
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"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202409-07 vom 2024-09-22",
"url": "https://security.gentoo.org/glsa/202409-07"
}
],
"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-09-22T22:00:00.000+00:00",
"generator": {
"date": "2024-09-23T08:05:20.073+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"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"
},
{
"date": "2024-09-22T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Gentoo aufgenommen"
}
],
"status": "final",
"version": "7"
}
},
"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": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"category": "product_name",
"name": "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",
"T012167",
"T029304",
"T004914",
"T014111"
]
},
"release_date": "2023-08-14T22:00:00.000+00:00",
"title": "CVE-2023-38497"
}
]
}
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"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202409-07 vom 2024-09-22",
"url": "https://security.gentoo.org/glsa/202409-07"
}
],
"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-09-22T22:00:00.000+00:00",
"generator": {
"date": "2024-09-23T08:05:20.073+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"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"
},
{
"date": "2024-09-22T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Gentoo aufgenommen"
}
],
"status": "final",
"version": "7"
}
},
"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": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"category": "product_name",
"name": "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",
"T012167",
"T029304",
"T004914",
"T014111"
]
},
"release_date": "2023-08-14T22:00:00.000+00:00",
"title": "CVE-2023-38497"
}
]
}
msrc_cve-2023-38497
Vulnerability from csaf_microsoft
Notes
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2023-38497 Cargo not respecting umask when extracting crate archives - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-38497.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Cargo not respecting umask when extracting crate archives",
"tracking": {
"current_release_date": "2023-09-01T00:00:00.000Z",
"generator": {
"date": "2025-10-20T00:37:53.043Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2023-38497",
"initial_release_date": "2023-08-01T00:00:00.000Z",
"revision_history": [
{
"date": "2023-09-01T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 rust 1.72.0-2",
"product": {
"name": "\u003ccbl2 rust 1.72.0-2",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 rust 1.72.0-2",
"product": {
"name": "cbl2 rust 1.72.0-2",
"product_id": "17953"
}
}
],
"category": "product_name",
"name": "rust"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 rust 1.72.0-2 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 rust 1.72.0-2 as a component of CBL Mariner 2.0",
"product_id": "17953-17086"
},
"product_reference": "17953",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-38497",
"cwe": {
"id": "CWE-278",
"name": "Insecure Preserved Inherited Permissions"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"17953-17086"
],
"known_affected": [
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-38497 Cargo not respecting umask when extracting crate archives - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-38497.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-09-01T00:00:00.000Z",
"details": "1.72.0-2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7.3,
"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"
},
"products": [
"17086-1"
]
}
],
"title": "Cargo not respecting umask when extracting crate archives"
}
]
}
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"
}
}
}
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"
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.