Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-40909 (GCVE-0-2025-40909)
Vulnerability from cvelistv5 – Published: 2025-05-30 12:20 – Updated: 2026-04-18 14:15| URL | Tags |
|---|---|
| https://github.com/Perl/perl5/commit/918bfff86ca8… | patch |
| https://www.openwall.com/lists/oss-security/2025/… | mailing-listexploit |
| https://github.com/Perl/perl5/issues/23010 | issue-tracking |
| https://bugs.debian.org/cgi-bin/bugreport.cgi?bug… | related |
| https://github.com/Perl/perl5/issues/10387 | related |
| https://perldoc.perl.org/5.14.0/perl5136delta#Dir… | related |
| https://github.com/Perl/perl5/commit/11a11ecf4bea… | related |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-04-18T14:15:40.356Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/05/23/1"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/05/30/4"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/2"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/5"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/6"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/7"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/03/1"
},
{
"url": "http://seclists.org/fulldisclosure/2025/Sep/55"
},
{
"url": "http://seclists.org/fulldisclosure/2025/Sep/54"
},
{
"url": "http://seclists.org/fulldisclosure/2025/Sep/53"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2026/04/msg00018.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-40909",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-05-30T14:05:00.839656Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-05-30T14:09:50.842Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"packageName": "perl",
"product": "perl",
"programRoutines": [
{
"name": "threads"
}
],
"repo": "https://github.com/perl/perl5",
"vendor": "perl",
"versions": [
{
"lessThan": "5.41.13",
"status": "affected",
"version": "5.13.6",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Vincent Lefevre"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Perl threads have a working directory race condition where file operations may target unintended paths.\u003cbr\u003e\u003cbr\u003eIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u0026nbsp;that handle for the new thread, which is visible from any third (or\u0026nbsp;more) thread already running. \u003cbr\u003e\u003cbr\u003eThis may lead to unintended operations\u0026nbsp;such as loading code or accessing files from unexpected locations,\u0026nbsp;which a local attacker may be able to exploit.\u003cbr\u003e\u003cbr\u003eThe bug was introduced in commit\u0026nbsp;11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6"
}
],
"value": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u00a0that handle for the new thread, which is visible from any third (or\u00a0more) thread already running. \n\nThis may lead to unintended operations\u00a0such as loading code or accessing files from unexpected locations,\u00a0which a local attacker may be able to exploit.\n\nThe bug was introduced in commit\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-689",
"description": "CWE-689 Permission Race Condition During Resource Copy",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-426",
"description": "CWE-426 Untrusted Search Path",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-09-05T13:24:00.827Z",
"orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"shortName": "CPANSec"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"tags": [
"mailing-list",
"exploit"
],
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"tags": [
"related"
],
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"tags": [
"related"
],
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"tags": [
"related"
],
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"tags": [
"related"
],
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
}
],
"solutions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Update perl to an unaffected version, or apply the patch provided in the references section."
}
],
"value": "Update perl to an unaffected version, or apply the patch provided in the references section."
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Perl threads have a working directory race condition where file operations may target unintended paths",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"assignerShortName": "CPANSec",
"cveId": "CVE-2025-40909",
"datePublished": "2025-05-30T12:20:11.237Z",
"dateReserved": "2025-04-16T09:05:34.360Z",
"dateUpdated": "2026-04-18T14:15:40.356Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-40909",
"date": "2026-05-30",
"epss": "0.00031",
"percentile": "0.0957"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-40909\",\"sourceIdentifier\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"published\":\"2025-05-30T13:15:22.350\",\"lastModified\":\"2026-04-18T15:16:18.460\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Perl threads have a working directory race condition where file operations may target unintended paths.\\n\\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u00a0that handle for the new thread, which is visible from any third (or\u00a0more) thread already running. \\n\\nThis may lead to unintended operations\u00a0such as loading code or accessing files from unexpected locations,\u00a0which a local attacker may be able to exploit.\\n\\nThe bug was introduced in commit\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6\"},{\"lang\":\"es\",\"value\":\"Los subprocesos de Perl tienen una condici\u00f3n de ejecuci\u00f3n en el directorio de trabajo donde las operaciones con archivos pueden dirigirse a rutas no deseadas. Si un identificador de directorio est\u00e1 abierto al crear el subproceso, el directorio de trabajo actual de todo el proceso se modifica temporalmente para clonar dicho identificador para el nuevo subproceso, visible desde cualquier tercer subproceso (o m\u00e1s) en ejecuci\u00f3n. Esto puede provocar operaciones no deseadas, como la carga de c\u00f3digo o el acceso a archivos desde ubicaciones inesperadas, que un atacante local podr\u00eda explotar. El error se introdujo en el commit 11a11ecf4bea72b17d250cfb43c897be1341861e y se public\u00f3 en la versi\u00f3n 5.13.6 de Perl.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.5,\"impactScore\":3.4}]},\"weaknesses\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-426\"},{\"lang\":\"en\",\"value\":\"CWE-689\"}]}],\"references\":[{\"url\":\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/Perl/perl5/issues/10387\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/Perl/perl5/issues/23010\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://www.openwall.com/lists/oss-security/2025/05/22/2\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"http://seclists.org/fulldisclosure/2025/Sep/53\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://seclists.org/fulldisclosure/2025/Sep/54\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://seclists.org/fulldisclosure/2025/Sep/55\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/05/23/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/05/30/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/02/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/02/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/02/6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/02/7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/03/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2026/04/msg00018.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/05/23/1\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/05/30/4\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/02/2\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/02/5\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/02/6\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/02/7\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/03/1\"}, {\"url\": \"http://seclists.org/fulldisclosure/2025/Sep/55\"}, {\"url\": \"http://seclists.org/fulldisclosure/2025/Sep/54\"}, {\"url\": \"http://seclists.org/fulldisclosure/2025/Sep/53\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2026/04/msg00018.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-04-18T14:15:40.356Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.9, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-40909\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-05-30T14:05:00.839656Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-05-30T14:09:40.567Z\"}}], \"cna\": {\"title\": \"Perl threads have a working directory race condition where file operations may target unintended paths\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Vincent Lefevre\"}], \"affected\": [{\"repo\": \"https://github.com/perl/perl5\", \"vendor\": \"perl\", \"product\": \"perl\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.13.6\", \"lessThan\": \"5.41.13\", \"versionType\": \"custom\"}], \"packageName\": \"perl\", \"collectionURL\": \"https://cpan.org/modules\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"threads\"}]}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Update perl to an unaffected version, or apply the patch provided in the references section.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Update perl to an unaffected version, or apply the patch provided in the references section.\", \"base64\": false}]}], \"references\": [{\"url\": \"https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch\", \"tags\": [\"patch\"]}, {\"url\": \"https://www.openwall.com/lists/oss-security/2025/05/22/2\", \"tags\": [\"mailing-list\", \"exploit\"]}, {\"url\": \"https://github.com/Perl/perl5/issues/23010\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226\", \"tags\": [\"related\"]}, {\"url\": \"https://github.com/Perl/perl5/issues/10387\", \"tags\": [\"related\"]}, {\"url\": \"https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads\", \"tags\": [\"related\"]}, {\"url\": \"https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e\", \"tags\": [\"related\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Perl threads have a working directory race condition where file operations may target unintended paths.\\n\\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\\u00a0that handle for the new thread, which is visible from any third (or\\u00a0more) thread already running. \\n\\nThis may lead to unintended operations\\u00a0such as loading code or accessing files from unexpected locations,\\u00a0which a local attacker may be able to exploit.\\n\\nThe bug was introduced in commit\\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Perl threads have a working directory race condition where file operations may target unintended paths.\u003cbr\u003e\u003cbr\u003eIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u0026nbsp;that handle for the new thread, which is visible from any third (or\u0026nbsp;more) thread already running. \u003cbr\u003e\u003cbr\u003eThis may lead to unintended operations\u0026nbsp;such as loading code or accessing files from unexpected locations,\u0026nbsp;which a local attacker may be able to exploit.\u003cbr\u003e\u003cbr\u003eThe bug was introduced in commit\u0026nbsp;11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-689\", \"description\": \"CWE-689 Permission Race Condition During Resource Copy\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-426\", \"description\": \"CWE-426 Untrusted Search Path\"}]}], \"providerMetadata\": {\"orgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"shortName\": \"CPANSec\", \"dateUpdated\": \"2025-09-05T13:24:00.827Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-40909\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-18T14:15:40.356Z\", \"dateReserved\": \"2025-04-16T09:05:34.360Z\", \"assignerOrgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"datePublished\": \"2025-05-30T12:20:11.237Z\", \"assignerShortName\": \"CPANSec\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2025-40909
Vulnerability from fkie_nvd - Published: 2025-05-30 13:15 - Updated: 2026-04-18 15:16| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u00a0that handle for the new thread, which is visible from any third (or\u00a0more) thread already running. \n\nThis may lead to unintended operations\u00a0such as loading code or accessing files from unexpected locations,\u00a0which a local attacker may be able to exploit.\n\nThe bug was introduced in commit\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6"
},
{
"lang": "es",
"value": "Los subprocesos de Perl tienen una condici\u00f3n de ejecuci\u00f3n en el directorio de trabajo donde las operaciones con archivos pueden dirigirse a rutas no deseadas. Si un identificador de directorio est\u00e1 abierto al crear el subproceso, el directorio de trabajo actual de todo el proceso se modifica temporalmente para clonar dicho identificador para el nuevo subproceso, visible desde cualquier tercer subproceso (o m\u00e1s) en ejecuci\u00f3n. Esto puede provocar operaciones no deseadas, como la carga de c\u00f3digo o el acceso a archivos desde ubicaciones inesperadas, que un atacante local podr\u00eda explotar. El error se introdujo en el commit 11a11ecf4bea72b17d250cfb43c897be1341861e y se public\u00f3 en la versi\u00f3n 5.13.6 de Perl."
}
],
"id": "CVE-2025-40909",
"lastModified": "2026-04-18T15:16:18.460",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"exploitabilityScore": 2.5,
"impactScore": 3.4,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2025-05-30T13:15:22.350",
"references": [
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://seclists.org/fulldisclosure/2025/Sep/53"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://seclists.org/fulldisclosure/2025/Sep/54"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://seclists.org/fulldisclosure/2025/Sep/55"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/05/23/1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/05/30/4"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/5"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/6"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/7"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/06/03/1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.debian.org/debian-lts-announce/2026/04/msg00018.html"
}
],
"sourceIdentifier": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"vulnStatus": "Deferred",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-426"
},
{
"lang": "en",
"value": "CWE-689"
}
],
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"type": "Secondary"
}
]
}
GHSA-JPF5-526X-C5HW
Vulnerability from github – Published: 2025-05-30 15:30 – Updated: 2026-04-18 15:34Perl threads have a working directory race condition where file operations may target unintended paths.
If a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running.
This may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.
The bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6
{
"affected": [],
"aliases": [
"CVE-2025-40909"
],
"database_specific": {
"cwe_ids": [
"CWE-362",
"CWE-426"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-05-30T13:15:22Z",
"severity": "MODERATE"
},
"details": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u00a0that handle for the new thread, which is visible from any third (or\u00a0more) thread already running. \n\nThis may lead to unintended operations\u00a0such as loading code or accessing files from unexpected locations,\u00a0which a local attacker may be able to exploit.\n\nThe bug was introduced in commit\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6",
"id": "GHSA-jpf5-526x-c5hw",
"modified": "2026-04-18T15:34:15Z",
"published": "2025-05-30T15:30:30Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"type": "WEB",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"type": "WEB",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"type": "WEB",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"type": "WEB",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"type": "WEB",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2026/04/msg00018.html"
},
{
"type": "WEB",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"type": "WEB",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
},
{
"type": "WEB",
"url": "http://seclists.org/fulldisclosure/2025/Sep/53"
},
{
"type": "WEB",
"url": "http://seclists.org/fulldisclosure/2025/Sep/54"
},
{
"type": "WEB",
"url": "http://seclists.org/fulldisclosure/2025/Sep/55"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/05/23/1"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/05/30/4"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/2"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/5"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/6"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/06/02/7"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/06/03/1"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2025-40909
Vulnerability from csaf_microsoft - Published: 2025-05-02 00:00 - Updated: 2026-02-21 03:26| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 19554-17086 | — | ||
| Unresolved product id: 20310-17086 | — | ||
| Unresolved product id: 20313-17084 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-40909 Perl threads have a working directory race condition where file operations may target unintended paths - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-40909.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": "Perl threads have a working directory race condition where file operations may target unintended paths",
"tracking": {
"current_release_date": "2026-02-21T03:26:37.000Z",
"generator": {
"date": "2026-02-25T08:25:47.799Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-40909",
"initial_release_date": "2025-05-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-07-29T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-02-21T03:26:37.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccm2 perl 5.34.1-491",
"product": {
"name": "\u003ccm2 perl 5.34.1-491",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "cm2 perl 5.34.1-491",
"product": {
"name": "cm2 perl 5.34.1-491",
"product_id": "19554"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 perl 5.34.1-491",
"product": {
"name": "\u003ccbl2 perl 5.34.1-491",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cbl2 perl 5.34.1-491",
"product": {
"name": "cbl2 perl 5.34.1-491",
"product_id": "20310"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 perl 5.38.2-509",
"product": {
"name": "\u003cazl3 perl 5.38.2-509",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 perl 5.38.2-509",
"product": {
"name": "azl3 perl 5.38.2-509",
"product_id": "20313"
}
}
],
"category": "product_name",
"name": "perl"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccm2 perl 5.34.1-491 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cm2 perl 5.34.1-491 as a component of CBL Mariner 2.0",
"product_id": "19554-17086"
},
"product_reference": "19554",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 perl 5.34.1-491 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 perl 5.34.1-491 as a component of CBL Mariner 2.0",
"product_id": "20310-17086"
},
"product_reference": "20310",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 perl 5.38.2-509 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 perl 5.38.2-509 as a component of Azure Linux 3.0",
"product_id": "20313-17084"
},
"product_reference": "20313",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0026#39;Race Condition\u0026#39;)"
},
"notes": [
{
"category": "general",
"text": "CPANSec",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19554-17086",
"20310-17086",
"20313-17084"
],
"known_affected": [
"17086-3",
"17086-2",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-40909 Perl threads have a working directory race condition where file operations may target unintended paths - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-40909.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-29T00:00:00.000Z",
"details": "5.34.1-491:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-3",
"17086-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-07-29T00:00:00.000Z",
"details": "5.38.2-509:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalsScore": 0.0,
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.9,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"17086-3",
"17086-2",
"17084-1"
]
}
],
"title": "Perl threads have a working directory race condition where file operations may target unintended paths"
}
]
}
NCSC-2025-0290
Vulnerability from csaf_ncscnl - Published: 2025-09-16 11:16 - Updated: 2025-09-16 11:16| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Apple / macOS Sequoia
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Sonoma
|
vers:unknown/* | ||
|
vers:unknown/*
Apple / macOS Tahoe
|
vers:unknown/* |
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "nl",
"notes": [
{
"category": "legal_disclaimer",
"text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
},
{
"category": "description",
"text": "Apple heeft kwetsbaarheden verholpen in macOS.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden omvatten verschillende problemen met betrekking tot de toegang tot gevoelige gebruikersdata, permissies, en beveiligingslekken die konden leiden tot ongeautoriseerde toegang of het omzeilen van sandbox-beperkingen. Deze kwetsbaarheden konden door kwaadwillenden worden misbruikt om gevoelige informatie te verkrijgen of om de stabiliteit van het systeem in gevaar te brengen. De updates zijn cruciaal voor het waarborgen van de integriteit en privacy van gebruikersdata.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Apple heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.",
"title": "Oplossingen"
},
{
"category": "general",
"text": "medium",
"title": "Kans"
},
{
"category": "general",
"text": "high",
"title": "Schade"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "general",
"text": "UNIX Symbolic Link (Symlink) Following",
"title": "CWE-61"
},
{
"category": "general",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "general",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
},
{
"category": "general",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "general",
"text": "Buffer Over-read",
"title": "CWE-126"
},
{
"category": "general",
"text": "Numeric Truncation Error",
"title": "CWE-197"
},
{
"category": "general",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "general",
"text": "CWE-265",
"title": "CWE-265"
},
{
"category": "general",
"text": "CWE-275",
"title": "CWE-275"
},
{
"category": "general",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Use After Free",
"title": "CWE-416"
},
{
"category": "general",
"text": "Untrusted Search Path",
"title": "CWE-426"
},
{
"category": "general",
"text": "Permission Race Condition During Resource Copy",
"title": "CWE-689"
},
{
"category": "general",
"text": "Selection of Less-Secure Algorithm During Negotiation (\u0027Algorithm Downgrade\u0027)",
"title": "CWE-757"
},
{
"category": "general",
"text": "Protection Mechanism Failure",
"title": "CWE-693"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference",
"url": "https://support.apple.com/en-us/125110"
},
{
"category": "external",
"summary": "Reference",
"url": "https://support.apple.com/en-us/125111"
},
{
"category": "external",
"summary": "Reference",
"url": "https://support.apple.com/en-us/125112"
}
],
"title": "Kwetsbaarheden verholpen in Apple macOS",
"tracking": {
"current_release_date": "2025-09-16T11:16:20.572265Z",
"generator": {
"date": "2025-08-04T16:30:00Z",
"engine": {
"name": "V.A.",
"version": "1.3"
}
},
"id": "NCSC-2025-0290",
"initial_release_date": "2025-09-16T11:16:20.572265Z",
"revision_history": [
{
"date": "2025-09-16T11:16:20.572265Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-1"
}
}
],
"category": "product_name",
"name": "macOS Sequoia"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-2"
}
}
],
"category": "product_name",
"name": "macOS Sonoma"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-3"
}
}
],
"category": "product_name",
"name": "macOS Tahoe"
}
],
"category": "vendor",
"name": "Apple"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-27280",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "other",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
},
{
"category": "other",
"text": "Buffer Over-read",
"title": "CWE-126"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27280 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-27280.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
}
],
"title": "CVE-2024-27280"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"notes": [
{
"category": "other",
"text": "Numeric Truncation Error",
"title": "CWE-197"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:L/VI:H/VA:L/SC:L/SI:H/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:D/RE:L/U:Green",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-6965 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-6965.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
}
],
"title": "CVE-2025-6965"
},
{
"cve": "CVE-2025-24088",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-24088 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-24088.json"
}
],
"title": "CVE-2025-24088"
},
{
"cve": "CVE-2025-24197",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-24197 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-24197.json"
}
],
"title": "CVE-2025-24197"
},
{
"cve": "CVE-2025-31255",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-31255 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-31255.json"
}
],
"title": "CVE-2025-31255"
},
{
"cve": "CVE-2025-31259",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-31259 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-31259.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
}
],
"title": "CVE-2025-31259"
},
{
"cve": "CVE-2025-31268",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-31268 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-31268.json"
}
],
"title": "CVE-2025-31268"
},
{
"cve": "CVE-2025-31269",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-31269 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-31269.json"
}
],
"title": "CVE-2025-31269"
},
{
"cve": "CVE-2025-31270",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-31270 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-31270.json"
}
],
"title": "CVE-2025-31270"
},
{
"cve": "CVE-2025-31271",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-31271 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-31271.json"
}
],
"title": "CVE-2025-31271"
},
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-426",
"name": "Untrusted Search Path"
},
"notes": [
{
"category": "other",
"text": "Untrusted Search Path",
"title": "CWE-426"
},
{
"category": "other",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
},
{
"category": "other",
"text": "Permission Race Condition During Resource Copy",
"title": "CWE-689"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-40909 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-40909.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
}
],
"title": "CVE-2025-40909"
},
{
"cve": "CVE-2025-43190",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43190 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43190.json"
}
],
"title": "CVE-2025-43190"
},
{
"cve": "CVE-2025-43204",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43204 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43204.json"
}
],
"title": "CVE-2025-43204"
},
{
"cve": "CVE-2025-43207",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43207 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43207.json"
}
],
"title": "CVE-2025-43207"
},
{
"cve": "CVE-2025-43208",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43208 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43208.json"
}
],
"title": "CVE-2025-43208"
},
{
"cve": "CVE-2025-43231",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43231 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43231.json"
}
],
"title": "CVE-2025-43231"
},
{
"cve": "CVE-2025-43262",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43262 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43262.json"
}
],
"title": "CVE-2025-43262"
},
{
"cve": "CVE-2025-43272",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43272 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43272.json"
}
],
"title": "CVE-2025-43272"
},
{
"cve": "CVE-2025-43273",
"cwe": {
"id": "CWE-693",
"name": "Protection Mechanism Failure"
},
"notes": [
{
"category": "other",
"text": "Protection Mechanism Failure",
"title": "CWE-693"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43273 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43273.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
}
],
"title": "CVE-2025-43273"
},
{
"cve": "CVE-2025-43277",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43277 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43277.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
}
],
"title": "CVE-2025-43277"
},
{
"cve": "CVE-2025-43279",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43279 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43279.json"
}
],
"title": "CVE-2025-43279"
},
{
"cve": "CVE-2025-43283",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43283 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43283.json"
}
],
"title": "CVE-2025-43283"
},
{
"cve": "CVE-2025-43285",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43285 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43285.json"
}
],
"title": "CVE-2025-43285"
},
{
"cve": "CVE-2025-43286",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43286 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43286.json"
}
],
"title": "CVE-2025-43286"
},
{
"cve": "CVE-2025-43287",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43287 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43287.json"
}
],
"title": "CVE-2025-43287"
},
{
"cve": "CVE-2025-43291",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43291 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43291.json"
}
],
"title": "CVE-2025-43291"
},
{
"cve": "CVE-2025-43292",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43292 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43292.json"
}
],
"title": "CVE-2025-43292"
},
{
"cve": "CVE-2025-43293",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43293 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43293.json"
}
],
"title": "CVE-2025-43293"
},
{
"cve": "CVE-2025-43294",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43294 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43294.json"
}
],
"title": "CVE-2025-43294"
},
{
"cve": "CVE-2025-43295",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43295 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43295.json"
}
],
"title": "CVE-2025-43295"
},
{
"cve": "CVE-2025-43297",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43297 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43297.json"
}
],
"title": "CVE-2025-43297"
},
{
"cve": "CVE-2025-43298",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43298 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43298.json"
}
],
"title": "CVE-2025-43298"
},
{
"cve": "CVE-2025-43299",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43299 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43299.json"
}
],
"title": "CVE-2025-43299"
},
{
"cve": "CVE-2025-43301",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43301 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43301.json"
}
],
"title": "CVE-2025-43301"
},
{
"cve": "CVE-2025-43302",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43302 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43302.json"
}
],
"title": "CVE-2025-43302"
},
{
"cve": "CVE-2025-43303",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43303 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43303.json"
}
],
"title": "CVE-2025-43303"
},
{
"cve": "CVE-2025-43304",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43304 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43304.json"
}
],
"title": "CVE-2025-43304"
},
{
"cve": "CVE-2025-43305",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43305 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43305.json"
}
],
"title": "CVE-2025-43305"
},
{
"cve": "CVE-2025-43307",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43307 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43307.json"
}
],
"title": "CVE-2025-43307"
},
{
"cve": "CVE-2025-43308",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43308 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43308.json"
}
],
"title": "CVE-2025-43308"
},
{
"cve": "CVE-2025-43310",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43310 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43310.json"
}
],
"title": "CVE-2025-43310"
},
{
"cve": "CVE-2025-43311",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43311 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43311.json"
}
],
"title": "CVE-2025-43311"
},
{
"cve": "CVE-2025-43312",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43312 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43312.json"
}
],
"title": "CVE-2025-43312"
},
{
"cve": "CVE-2025-43314",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43314 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43314.json"
}
],
"title": "CVE-2025-43314"
},
{
"cve": "CVE-2025-43315",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43315 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43315.json"
}
],
"title": "CVE-2025-43315"
},
{
"cve": "CVE-2025-43316",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43316 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43316.json"
}
],
"title": "CVE-2025-43316"
},
{
"cve": "CVE-2025-43317",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43317 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43317.json"
}
],
"title": "CVE-2025-43317"
},
{
"cve": "CVE-2025-43318",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43318 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43318.json"
}
],
"title": "CVE-2025-43318"
},
{
"cve": "CVE-2025-43319",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43319 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43319.json"
}
],
"title": "CVE-2025-43319"
},
{
"cve": "CVE-2025-43321",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43321 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43321.json"
}
],
"title": "CVE-2025-43321"
},
{
"cve": "CVE-2025-43325",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43325 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43325.json"
}
],
"title": "CVE-2025-43325"
},
{
"cve": "CVE-2025-43326",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43326 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43326.json"
}
],
"title": "CVE-2025-43326"
},
{
"cve": "CVE-2025-43327",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43327 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43327.json"
}
],
"title": "CVE-2025-43327"
},
{
"cve": "CVE-2025-43328",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43328 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43328.json"
}
],
"title": "CVE-2025-43328"
},
{
"cve": "CVE-2025-43329",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43329 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43329.json"
}
],
"title": "CVE-2025-43329"
},
{
"cve": "CVE-2025-43330",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43330 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43330.json"
}
],
"title": "CVE-2025-43330"
},
{
"cve": "CVE-2025-43331",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43331 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43331.json"
}
],
"title": "CVE-2025-43331"
},
{
"cve": "CVE-2025-43332",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43332 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43332.json"
}
],
"title": "CVE-2025-43332"
},
{
"cve": "CVE-2025-43333",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43333 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43333.json"
}
],
"title": "CVE-2025-43333"
},
{
"cve": "CVE-2025-43337",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43337 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43337.json"
}
],
"title": "CVE-2025-43337"
},
{
"cve": "CVE-2025-43340",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43340 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43340.json"
}
],
"title": "CVE-2025-43340"
},
{
"cve": "CVE-2025-43341",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43341 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43341.json"
}
],
"title": "CVE-2025-43341"
},
{
"cve": "CVE-2025-43342",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43342 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43342.json"
}
],
"title": "CVE-2025-43342"
},
{
"cve": "CVE-2025-43343",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43343 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43343.json"
}
],
"title": "CVE-2025-43343"
},
{
"cve": "CVE-2025-43344",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43344 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43344.json"
}
],
"title": "CVE-2025-43344"
},
{
"cve": "CVE-2025-43346",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43346 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43346.json"
}
],
"title": "CVE-2025-43346"
},
{
"cve": "CVE-2025-43347",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43347 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43347.json"
}
],
"title": "CVE-2025-43347"
},
{
"cve": "CVE-2025-43349",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43349 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43349.json"
}
],
"title": "CVE-2025-43349"
},
{
"cve": "CVE-2025-43353",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43353 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43353.json"
}
],
"title": "CVE-2025-43353"
},
{
"cve": "CVE-2025-43354",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43354 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43354.json"
}
],
"title": "CVE-2025-43354"
},
{
"cve": "CVE-2025-43355",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43355 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43355.json"
}
],
"title": "CVE-2025-43355"
},
{
"cve": "CVE-2025-43356",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43356 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43356.json"
}
],
"title": "CVE-2025-43356"
},
{
"cve": "CVE-2025-43357",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43357 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43357.json"
}
],
"title": "CVE-2025-43357"
},
{
"cve": "CVE-2025-43358",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43358 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43358.json"
}
],
"title": "CVE-2025-43358"
},
{
"cve": "CVE-2025-43359",
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43359 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43359.json"
}
],
"title": "CVE-2025-43359"
},
{
"cve": "CVE-2025-43366",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43366 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43366.json"
}
],
"title": "CVE-2025-43366"
},
{
"cve": "CVE-2025-43367",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43367 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43367.json"
}
],
"title": "CVE-2025-43367"
},
{
"cve": "CVE-2025-43368",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43368 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43368.json"
}
],
"title": "CVE-2025-43368"
},
{
"cve": "CVE-2025-43369",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43369 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43369.json"
}
],
"title": "CVE-2025-43369"
},
{
"cve": "CVE-2025-43372",
"notes": [
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43372 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43372.json"
}
],
"title": "CVE-2025-43372"
}
]
}
OPENSUSE-SU-2025:15258-1
Vulnerability from csaf_opensuse - Published: 2025-07-03 00:00 - Updated: 2025-07-03 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-5.40.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-5.40.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-5.40.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-5.40.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-5.40.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-5.40.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-5.40.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-5.40.2-3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-doc-5.40.2-3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-doc-5.40.2-3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-doc-5.40.2-3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-doc-5.40.2-3.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "perl-32bit-5.40.2-3.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the perl-32bit-5.40.2-3.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15258",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15258-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-40909 page",
"url": "https://www.suse.com/security/cve/CVE-2025-40909/"
}
],
"title": "perl-32bit-5.40.2-3.1 on GA media",
"tracking": {
"current_release_date": "2025-07-03T00:00:00Z",
"generator": {
"date": "2025-07-03T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15258-1",
"initial_release_date": "2025-07-03T00:00:00Z",
"revision_history": [
{
"date": "2025-07-03T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-5.40.2-3.1.aarch64",
"product": {
"name": "perl-5.40.2-3.1.aarch64",
"product_id": "perl-5.40.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-32bit-5.40.2-3.1.aarch64",
"product": {
"name": "perl-32bit-5.40.2-3.1.aarch64",
"product_id": "perl-32bit-5.40.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-base-5.40.2-3.1.aarch64",
"product": {
"name": "perl-base-5.40.2-3.1.aarch64",
"product_id": "perl-base-5.40.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-base-32bit-5.40.2-3.1.aarch64",
"product": {
"name": "perl-base-32bit-5.40.2-3.1.aarch64",
"product_id": "perl-base-32bit-5.40.2-3.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-doc-5.40.2-3.1.aarch64",
"product": {
"name": "perl-doc-5.40.2-3.1.aarch64",
"product_id": "perl-doc-5.40.2-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.40.2-3.1.ppc64le",
"product": {
"name": "perl-5.40.2-3.1.ppc64le",
"product_id": "perl-5.40.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-32bit-5.40.2-3.1.ppc64le",
"product": {
"name": "perl-32bit-5.40.2-3.1.ppc64le",
"product_id": "perl-32bit-5.40.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-base-5.40.2-3.1.ppc64le",
"product": {
"name": "perl-base-5.40.2-3.1.ppc64le",
"product_id": "perl-base-5.40.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-base-32bit-5.40.2-3.1.ppc64le",
"product": {
"name": "perl-base-32bit-5.40.2-3.1.ppc64le",
"product_id": "perl-base-32bit-5.40.2-3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-doc-5.40.2-3.1.ppc64le",
"product": {
"name": "perl-doc-5.40.2-3.1.ppc64le",
"product_id": "perl-doc-5.40.2-3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.40.2-3.1.s390x",
"product": {
"name": "perl-5.40.2-3.1.s390x",
"product_id": "perl-5.40.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-32bit-5.40.2-3.1.s390x",
"product": {
"name": "perl-32bit-5.40.2-3.1.s390x",
"product_id": "perl-32bit-5.40.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-base-5.40.2-3.1.s390x",
"product": {
"name": "perl-base-5.40.2-3.1.s390x",
"product_id": "perl-base-5.40.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-base-32bit-5.40.2-3.1.s390x",
"product": {
"name": "perl-base-32bit-5.40.2-3.1.s390x",
"product_id": "perl-base-32bit-5.40.2-3.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-doc-5.40.2-3.1.s390x",
"product": {
"name": "perl-doc-5.40.2-3.1.s390x",
"product_id": "perl-doc-5.40.2-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.40.2-3.1.x86_64",
"product": {
"name": "perl-5.40.2-3.1.x86_64",
"product_id": "perl-5.40.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-32bit-5.40.2-3.1.x86_64",
"product": {
"name": "perl-32bit-5.40.2-3.1.x86_64",
"product_id": "perl-32bit-5.40.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-base-5.40.2-3.1.x86_64",
"product": {
"name": "perl-base-5.40.2-3.1.x86_64",
"product_id": "perl-base-5.40.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-base-32bit-5.40.2-3.1.x86_64",
"product": {
"name": "perl-base-32bit-5.40.2-3.1.x86_64",
"product_id": "perl-base-32bit-5.40.2-3.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-doc-5.40.2-3.1.x86_64",
"product": {
"name": "perl-doc-5.40.2-3.1.x86_64",
"product_id": "perl-doc-5.40.2-3.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": "perl-5.40.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-5.40.2-3.1.aarch64"
},
"product_reference": "perl-5.40.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.40.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-5.40.2-3.1.ppc64le"
},
"product_reference": "perl-5.40.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.40.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-5.40.2-3.1.s390x"
},
"product_reference": "perl-5.40.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.40.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-5.40.2-3.1.x86_64"
},
"product_reference": "perl-5.40.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-32bit-5.40.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.aarch64"
},
"product_reference": "perl-32bit-5.40.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-32bit-5.40.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.ppc64le"
},
"product_reference": "perl-32bit-5.40.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-32bit-5.40.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.s390x"
},
"product_reference": "perl-32bit-5.40.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-32bit-5.40.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.x86_64"
},
"product_reference": "perl-32bit-5.40.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.40.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-5.40.2-3.1.aarch64"
},
"product_reference": "perl-base-5.40.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.40.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-5.40.2-3.1.ppc64le"
},
"product_reference": "perl-base-5.40.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.40.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-5.40.2-3.1.s390x"
},
"product_reference": "perl-base-5.40.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.40.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-5.40.2-3.1.x86_64"
},
"product_reference": "perl-base-5.40.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-32bit-5.40.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.aarch64"
},
"product_reference": "perl-base-32bit-5.40.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-32bit-5.40.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.ppc64le"
},
"product_reference": "perl-base-32bit-5.40.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-32bit-5.40.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.s390x"
},
"product_reference": "perl-base-32bit-5.40.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-32bit-5.40.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.x86_64"
},
"product_reference": "perl-base-32bit-5.40.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-5.40.2-3.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.aarch64"
},
"product_reference": "perl-doc-5.40.2-3.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-5.40.2-3.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.ppc64le"
},
"product_reference": "perl-doc-5.40.2-3.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-5.40.2-3.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.s390x"
},
"product_reference": "perl-doc-5.40.2-3.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-5.40.2-3.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.x86_64"
},
"product_reference": "perl-doc-5.40.2-3.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-40909"
}
],
"notes": [
{
"category": "general",
"text": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running. \n\nThis may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.\n\nThe bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.x86_64",
"openSUSE Tumbleweed:perl-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-5.40.2-3.1.x86_64",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.x86_64",
"openSUSE Tumbleweed:perl-base-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-base-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-base-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-base-5.40.2-3.1.x86_64",
"openSUSE Tumbleweed:perl-doc-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-doc-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-doc-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-doc-5.40.2-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-40909",
"url": "https://www.suse.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "SUSE Bug 1244079 for CVE-2025-40909",
"url": "https://bugzilla.suse.com/1244079"
}
],
"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:perl-32bit-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.x86_64",
"openSUSE Tumbleweed:perl-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-5.40.2-3.1.x86_64",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.x86_64",
"openSUSE Tumbleweed:perl-base-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-base-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-base-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-base-5.40.2-3.1.x86_64",
"openSUSE Tumbleweed:perl-doc-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-doc-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-doc-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-doc-5.40.2-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.x86_64",
"openSUSE Tumbleweed:perl-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-5.40.2-3.1.x86_64",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.x86_64",
"openSUSE Tumbleweed:perl-base-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-base-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-base-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-base-5.40.2-3.1.x86_64",
"openSUSE Tumbleweed:perl-doc-5.40.2-3.1.aarch64",
"openSUSE Tumbleweed:perl-doc-5.40.2-3.1.ppc64le",
"openSUSE Tumbleweed:perl-doc-5.40.2-3.1.s390x",
"openSUSE Tumbleweed:perl-doc-5.40.2-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-40909"
}
]
}
RHSA-2025:11545
Vulnerability from csaf_redhat - Published: 2025-07-22 18:22 - Updated: 2026-04-14 19:33A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:11545",
"url": "https://access.redhat.com/errata/RHSA-2025:11545"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11545.json"
}
],
"title": "Red Hat Security Advisory: perl security update",
"tracking": {
"current_release_date": "2026-04-14T19:33:55+00:00",
"generator": {
"date": "2026-04-14T19:33:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:11545",
"initial_release_date": "2025-07-22T18:22:26+00:00",
"revision_history": [
{
"date": "2025-07-22T18:22:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-22T18:22:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T19:33:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.el9_4.1.src",
"product": {
"name": "perl-4:5.32.1-481.el9_4.1.src",
"product_id": "perl-4:5.32.1-481.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.el9_4.1.aarch64",
"product": {
"name": "perl-B-0:1.80-481.el9_4.1.aarch64",
"product_id": "perl-B-0:1.80-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"product_id": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"product": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"product_id": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.el9_4.1.aarch64",
"product": {
"name": "perl-Errno-0:1.30-481.el9_4.1.aarch64",
"product_id": "perl-Errno-0:1.30-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"product": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"product_id": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"product_id": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"product": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"product_id": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"product": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"product_id": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"product_id": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.el9_4.1.aarch64",
"product": {
"name": "perl-IO-0:1.43-481.el9_4.1.aarch64",
"product_id": "perl-IO-0:1.43-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"product": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"product_id": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"product": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"product_id": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"product": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"product_id": "perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"product": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"product_id": "perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"product_id": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"product_id": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.el9_4.1.aarch64",
"product": {
"name": "perl-lib-0:0.65-481.el9_4.1.aarch64",
"product_id": "perl-lib-0:0.65-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.el9_4.1.aarch64",
"product": {
"name": "perl-mro-0:1.23-481.el9_4.1.aarch64",
"product_id": "perl-mro-0:1.23-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.el9_4.1.ppc64le",
"product": {
"name": "perl-B-0:1.80-481.el9_4.1.ppc64le",
"product_id": "perl-B-0:1.80-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"product_id": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"product": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"product_id": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"product_id": "perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"product_id": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"product_id": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"product": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"product_id": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"product_id": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"product_id": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.el9_4.1.ppc64le",
"product": {
"name": "perl-IO-0:1.43-481.el9_4.1.ppc64le",
"product_id": "perl-IO-0:1.43-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"product": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"product_id": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"product": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"product_id": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"product_id": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"product": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"product_id": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"product_id": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"product_id": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.el9_4.1.ppc64le",
"product": {
"name": "perl-lib-0:0.65-481.el9_4.1.ppc64le",
"product_id": "perl-lib-0:0.65-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.el9_4.1.ppc64le",
"product": {
"name": "perl-mro-0:1.23-481.el9_4.1.ppc64le",
"product_id": "perl-mro-0:1.23-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.el9_4.1.x86_64",
"product": {
"name": "perl-B-0:1.80-481.el9_4.1.x86_64",
"product_id": "perl-B-0:1.80-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"product_id": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"product": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"product_id": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.el9_4.1.x86_64",
"product": {
"name": "perl-Errno-0:1.30-481.el9_4.1.x86_64",
"product_id": "perl-Errno-0:1.30-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"product": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"product_id": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"product_id": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"product": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"product_id": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"product": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"product_id": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"product_id": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.el9_4.1.x86_64",
"product": {
"name": "perl-IO-0:1.43-481.el9_4.1.x86_64",
"product_id": "perl-IO-0:1.43-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"product": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"product_id": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"product": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"product_id": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"product": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"product_id": "perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"product": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"product_id": "perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"product_id": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"product_id": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.el9_4.1.x86_64",
"product": {
"name": "perl-lib-0:0.65-481.el9_4.1.x86_64",
"product_id": "perl-lib-0:0.65-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.el9_4.1.x86_64",
"product": {
"name": "perl-mro-0:1.23-481.el9_4.1.x86_64",
"product_id": "perl-mro-0:1.23-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.el9_4.1.i686",
"product": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.i686",
"product_id": "perl-devel-4:5.32.1-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.el9_4.1.i686",
"product": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.i686",
"product_id": "perl-libs-4:5.32.1-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"product": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.el9_4.1.s390x",
"product": {
"name": "perl-B-0:1.80-481.el9_4.1.s390x",
"product_id": "perl-B-0:1.80-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"product_id": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"product": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"product_id": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.el9_4.1.s390x",
"product": {
"name": "perl-Errno-0:1.30-481.el9_4.1.s390x",
"product_id": "perl-Errno-0:1.30-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"product": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"product_id": "perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"product_id": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"product": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"product_id": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"product": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"product_id": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"product_id": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.el9_4.1.s390x",
"product": {
"name": "perl-IO-0:1.43-481.el9_4.1.s390x",
"product_id": "perl-IO-0:1.43-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"product": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"product_id": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"product": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"product_id": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.el9_4.1.s390x",
"product": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.s390x",
"product_id": "perl-Opcode-0:1.48-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.el9_4.1.s390x",
"product": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.s390x",
"product_id": "perl-POSIX-0:1.94-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"product_id": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"product_id": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-devel-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.el9_4.1.s390x",
"product": {
"name": "perl-lib-0:0.65-481.el9_4.1.s390x",
"product_id": "perl-lib-0:0.65-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-libs-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.el9_4.1.s390x",
"product": {
"name": "perl-mro-0:1.23-481.el9_4.1.s390x",
"product_id": "perl-mro-0:1.23-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-ph-0:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"product": {
"name": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"product_id": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Attribute-Handlers@1.01-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"product": {
"name": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"product_id": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoLoader@5.74-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"product": {
"name": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"product_id": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoSplit@5.74-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"product": {
"name": "perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"product_id": "perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Benchmark@1.23-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"product": {
"name": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"product_id": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Class-Struct@0.66-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"product": {
"name": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"product_id": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Config-Extensions@0.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"product": {
"name": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"product_id": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBM_Filter@0.06-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"product": {
"name": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"product_id": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"product": {
"name": "perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"product_id": "perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DirHandle@1.05-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"product": {
"name": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"product_id": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Dumpvalue@2.27-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-English-0:1.11-481.el9_4.1.noarch",
"product": {
"name": "perl-English-0:1.11-481.el9_4.1.noarch",
"product_id": "perl-English-0:1.11-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-English@1.11-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"product": {
"name": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"product_id": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Constant@0.25-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"product": {
"name": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"product_id": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.35-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"product": {
"name": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"product_id": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.09-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"product": {
"name": "perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"product_id": "perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Basename@2.85-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"product": {
"name": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"product_id": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Compare@1.100.600-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"product": {
"name": "perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"product_id": "perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Copy@2.34-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Find-0:1.37-481.el9_4.1.noarch",
"product": {
"name": "perl-File-Find-0:1.37-481.el9_4.1.noarch",
"product_id": "perl-File-Find-0:1.37-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find@1.37-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-stat-0:1.09-481.el9_4.1.noarch",
"product": {
"name": "perl-File-stat-0:1.09-481.el9_4.1.noarch",
"product_id": "perl-File-stat-0:1.09-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-stat@1.09-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileCache-0:1.10-481.el9_4.1.noarch",
"product": {
"name": "perl-FileCache-0:1.10-481.el9_4.1.noarch",
"product_id": "perl-FileCache-0:1.10-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileCache@1.10-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"product": {
"name": "perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"product_id": "perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileHandle@2.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FindBin-0:1.51-481.el9_4.1.noarch",
"product": {
"name": "perl-FindBin-0:1.51-481.el9_4.1.noarch",
"product_id": "perl-FindBin-0:1.51-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FindBin@1.51-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"product": {
"name": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"product_id": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Getopt-Std@1.12-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"product": {
"name": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"product_id": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Collate@1.02-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"product": {
"name": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"product_id": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-LangTags@0.44-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"product": {
"name": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"product_id": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-Open3@1.21-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"product": {
"name": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"product_id": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-481.el9_4.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"product": {
"name": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"product_id": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-Complex@1.59-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Memoize-0:1.03-481.el9_4.1.noarch",
"product": {
"name": "perl-Memoize-0:1.03-481.el9_4.1.noarch",
"product_id": "perl-Memoize-0:1.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Memoize@1.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"product": {
"name": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"product_id": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-481.el9_4.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-NEXT-0:0.67-481.el9_4.1.noarch",
"product": {
"name": "perl-NEXT-0:0.67-481.el9_4.1.noarch",
"product_id": "perl-NEXT-0:0.67-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NEXT@0.67-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Net-0:1.02-481.el9_4.1.noarch",
"product": {
"name": "perl-Net-0:1.02-481.el9_4.1.noarch",
"product_id": "perl-Net-0:1.02-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Net@1.02-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"product": {
"name": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"product_id": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Functions@1.13-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"product": {
"name": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"product_id": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Html@1.25-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Safe-0:2.41-481.el9_4.1.noarch",
"product": {
"name": "perl-Safe-0:2.41-481.el9_4.1.noarch",
"product_id": "perl-Safe-0:2.41-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Safe@2.41-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"product": {
"name": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"product_id": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Search-Dict@1.07-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"product": {
"name": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"product_id": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelectSaver@1.02-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"product": {
"name": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"product_id": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelfLoader@1.26-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Symbol-0:1.08-481.el9_4.1.noarch",
"product": {
"name": "perl-Symbol-0:1.08-481.el9_4.1.noarch",
"product_id": "perl-Symbol-0:1.08-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Symbol@1.08-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"product": {
"name": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"product_id": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-Complete@1.403-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"product": {
"name": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"product_id": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-ReadLine@1.17-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Test-0:1.31-481.el9_4.1.noarch",
"product": {
"name": "perl-Test-0:1.31-481.el9_4.1.noarch",
"product_id": "perl-Test-0:1.31-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test@1.31-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"product": {
"name": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"product_id": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Abbrev@1.02-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-0:3.05-481.el9_4.1.noarch",
"product": {
"name": "perl-Thread-0:3.05-481.el9_4.1.noarch",
"product_id": "perl-Thread-0:3.05-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread@3.05-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"product": {
"name": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"product_id": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread-Semaphore@2.13-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-0:4.6-481.el9_4.1.noarch",
"product": {
"name": "perl-Tie-0:4.6-481.el9_4.1.noarch",
"product_id": "perl-Tie-0:4.6-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie@4.6-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"product": {
"name": "perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"product_id": "perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-File@1.06-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"product": {
"name": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"product_id": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-Memoize@1.1-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Time-0:1.03-481.el9_4.1.noarch",
"product": {
"name": "perl-Time-0:1.03-481.el9_4.1.noarch",
"product_id": "perl-Time-0:1.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time@1.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"product": {
"name": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"product_id": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-UCD@0.75-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"product": {
"name": "perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"product_id": "perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-User-pwent@1.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-autouse-0:1.11-481.el9_4.1.noarch",
"product": {
"name": "perl-autouse-0:1.11-481.el9_4.1.noarch",
"product_id": "perl-autouse-0:1.11-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-autouse@1.11-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-base-0:2.27-481.el9_4.1.noarch",
"product": {
"name": "perl-base-0:2.27-481.el9_4.1.noarch",
"product_id": "perl-base-0:2.27-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-base@2.27-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-blib-0:1.07-481.el9_4.1.noarch",
"product": {
"name": "perl-blib-0:1.07-481.el9_4.1.noarch",
"product_id": "perl-blib-0:1.07-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-blib@1.07-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-debugger-0:1.56-481.el9_4.1.noarch",
"product": {
"name": "perl-debugger-0:1.56-481.el9_4.1.noarch",
"product_id": "perl-debugger-0:1.56-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugger@1.56-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-deprecate-0:0.04-481.el9_4.1.noarch",
"product": {
"name": "perl-deprecate-0:0.04-481.el9_4.1.noarch",
"product_id": "perl-deprecate-0:0.04-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-deprecate@0.04-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"product": {
"name": "perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"product_id": "perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-diagnostics@1.37-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-doc-0:5.32.1-481.el9_4.1.noarch",
"product": {
"name": "perl-doc-0:5.32.1-481.el9_4.1.noarch",
"product_id": "perl-doc-0:5.32.1-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-doc@5.32.1-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"product": {
"name": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"product_id": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-encoding-warnings@0.13-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-fields-0:2.27-481.el9_4.1.noarch",
"product": {
"name": "perl-fields-0:2.27-481.el9_4.1.noarch",
"product_id": "perl-fields-0:2.27-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-fields@2.27-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-filetest-0:1.03-481.el9_4.1.noarch",
"product": {
"name": "perl-filetest-0:1.03-481.el9_4.1.noarch",
"product_id": "perl-filetest-0:1.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-filetest@1.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-if-0:0.60.800-481.el9_4.1.noarch",
"product": {
"name": "perl-if-0:0.60.800-481.el9_4.1.noarch",
"product_id": "perl-if-0:0.60.800-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-if@0.60.800-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-less-0:0.03-481.el9_4.1.noarch",
"product": {
"name": "perl-less-0:0.03-481.el9_4.1.noarch",
"product_id": "perl-less-0:0.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-less@0.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"product": {
"name": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"product_id": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libnetcfg@5.32.1-481.el9_4.1?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-locale-0:1.09-481.el9_4.1.noarch",
"product": {
"name": "perl-locale-0:1.09-481.el9_4.1.noarch",
"product_id": "perl-locale-0:1.09-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-locale@1.09-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.32.1-481.el9_4.1.noarch",
"product": {
"name": "perl-macros-4:5.32.1-481.el9_4.1.noarch",
"product_id": "perl-macros-4:5.32.1-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.32.1-481.el9_4.1?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"product": {
"name": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"product_id": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-meta-notation@5.32.1-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-open-0:1.12-481.el9_4.1.noarch",
"product": {
"name": "perl-open-0:1.12-481.el9_4.1.noarch",
"product_id": "perl-open-0:1.12-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-open@1.12-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overload-0:1.31-481.el9_4.1.noarch",
"product": {
"name": "perl-overload-0:1.31-481.el9_4.1.noarch",
"product_id": "perl-overload-0:1.31-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overload@1.31-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overloading-0:0.02-481.el9_4.1.noarch",
"product": {
"name": "perl-overloading-0:0.02-481.el9_4.1.noarch",
"product_id": "perl-overloading-0:0.02-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overloading@0.02-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"product": {
"name": "perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"product_id": "perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sigtrap@1.09-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sort-0:2.04-481.el9_4.1.noarch",
"product": {
"name": "perl-sort-0:2.04-481.el9_4.1.noarch",
"product_id": "perl-sort-0:2.04-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sort@2.04-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-subs-0:1.03-481.el9_4.1.noarch",
"product": {
"name": "perl-subs-0:1.03-481.el9_4.1.noarch",
"product_id": "perl-subs-0:1.03-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-subs@1.03-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-utils-0:5.32.1-481.el9_4.1.noarch",
"product": {
"name": "perl-utils-0:5.32.1-481.el9_4.1.noarch",
"product_id": "perl-utils-0:5.32.1-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-utils@5.32.1-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vars-0:1.05-481.el9_4.1.noarch",
"product": {
"name": "perl-vars-0:1.05-481.el9_4.1.noarch",
"product_id": "perl-vars-0:1.05-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vars@1.05-481.el9_4.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vmsish-0:1.04-481.el9_4.1.noarch",
"product": {
"name": "perl-vmsish-0:1.04-481.el9_4.1.noarch",
"product_id": "perl-vmsish-0:1.04-481.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vmsish@1.04-481.el9_4.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src"
},
"product_reference": "perl-4:5.32.1-481.el9_4.1.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch"
},
"product_reference": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch"
},
"product_reference": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch"
},
"product_reference": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64"
},
"product_reference": "perl-B-0:1.80-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le"
},
"product_reference": "perl-B-0:1.80-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x"
},
"product_reference": "perl-B-0:1.80-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64"
},
"product_reference": "perl-B-0:1.80-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Benchmark-0:1.23-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch"
},
"product_reference": "perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch"
},
"product_reference": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch"
},
"product_reference": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch"
},
"product_reference": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch"
},
"product_reference": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DirHandle-0:1.05-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch"
},
"product_reference": "perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch"
},
"product_reference": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64"
},
"product_reference": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le"
},
"product_reference": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x"
},
"product_reference": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64"
},
"product_reference": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-English-0:1.11-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch"
},
"product_reference": "perl-English-0:1.11-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64"
},
"product_reference": "perl-Errno-0:1.30-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x"
},
"product_reference": "perl-Errno-0:1.30-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64"
},
"product_reference": "perl-Errno-0:1.30-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch"
},
"product_reference": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch"
},
"product_reference": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch"
},
"product_reference": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64"
},
"product_reference": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x"
},
"product_reference": "perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64"
},
"product_reference": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Basename-0:2.85-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch"
},
"product_reference": "perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch"
},
"product_reference": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Copy-0:2.34-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch"
},
"product_reference": "perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-0:1.37-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch"
},
"product_reference": "perl-File-Find-0:1.37-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-stat-0:1.09-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch"
},
"product_reference": "perl-File-stat-0:1.09-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileCache-0:1.10-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch"
},
"product_reference": "perl-FileCache-0:1.10-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileHandle-0:2.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch"
},
"product_reference": "perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FindBin-0:1.51-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch"
},
"product_reference": "perl-FindBin-0:1.51-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64"
},
"product_reference": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le"
},
"product_reference": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x"
},
"product_reference": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64"
},
"product_reference": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch"
},
"product_reference": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64"
},
"product_reference": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x"
},
"product_reference": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64"
},
"product_reference": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch"
},
"product_reference": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch"
},
"product_reference": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64"
},
"product_reference": "perl-IO-0:1.43-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le"
},
"product_reference": "perl-IO-0:1.43-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x"
},
"product_reference": "perl-IO-0:1.43-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64"
},
"product_reference": "perl-IO-0:1.43-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch"
},
"product_reference": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch"
},
"product_reference": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch"
},
"product_reference": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Memoize-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch"
},
"product_reference": "perl-Memoize-0:1.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch"
},
"product_reference": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64"
},
"product_reference": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le"
},
"product_reference": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x"
},
"product_reference": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64"
},
"product_reference": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NEXT-0:0.67-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch"
},
"product_reference": "perl-NEXT-0:0.67-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-0:1.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch"
},
"product_reference": "perl-Net-0:1.02-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64"
},
"product_reference": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le"
},
"product_reference": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x"
},
"product_reference": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64"
},
"product_reference": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64"
},
"product_reference": "perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x"
},
"product_reference": "perl-Opcode-0:1.48-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64"
},
"product_reference": "perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64"
},
"product_reference": "perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le"
},
"product_reference": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x"
},
"product_reference": "perl-POSIX-0:1.94-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64"
},
"product_reference": "perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch"
},
"product_reference": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch"
},
"product_reference": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Safe-0:2.41-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch"
},
"product_reference": "perl-Safe-0:2.41-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch"
},
"product_reference": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch"
},
"product_reference": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch"
},
"product_reference": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Symbol-0:1.08-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch"
},
"product_reference": "perl-Symbol-0:1.08-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch"
},
"product_reference": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch"
},
"product_reference": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-0:1.31-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch"
},
"product_reference": "perl-Test-0:1.31-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch"
},
"product_reference": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-0:3.05-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch"
},
"product_reference": "perl-Thread-0:3.05-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch"
},
"product_reference": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-0:4.6-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch"
},
"product_reference": "perl-Tie-0:4.6-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-File-0:1.06-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch"
},
"product_reference": "perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch"
},
"product_reference": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch"
},
"product_reference": "perl-Time-0:1.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch"
},
"product_reference": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-User-pwent-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch"
},
"product_reference": "perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-autouse-0:1.11-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch"
},
"product_reference": "perl-autouse-0:1.11-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-0:2.27-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch"
},
"product_reference": "perl-base-0:2.27-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-blib-0:1.07-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch"
},
"product_reference": "perl-blib-0:1.07-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugger-0:1.56-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch"
},
"product_reference": "perl-debugger-0:1.56-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686"
},
"product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-deprecate-0:0.04-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch"
},
"product_reference": "perl-deprecate-0:0.04-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686"
},
"product_reference": "perl-devel-4:5.32.1-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-devel-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-diagnostics-0:1.37-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch"
},
"product_reference": "perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-0:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch"
},
"product_reference": "perl-doc-0:5.32.1-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch"
},
"product_reference": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-fields-0:2.27-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch"
},
"product_reference": "perl-fields-0:2.27-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-filetest-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch"
},
"product_reference": "perl-filetest-0:1.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-if-0:0.60.800-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch"
},
"product_reference": "perl-if-0:0.60.800-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-less-0:0.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch"
},
"product_reference": "perl-less-0:0.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64"
},
"product_reference": "perl-lib-0:0.65-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le"
},
"product_reference": "perl-lib-0:0.65-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x"
},
"product_reference": "perl-lib-0:0.65-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64"
},
"product_reference": "perl-lib-0:0.65-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch"
},
"product_reference": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686"
},
"product_reference": "perl-libs-4:5.32.1-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-libs-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-locale-0:1.09-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch"
},
"product_reference": "perl-locale-0:1.09-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch"
},
"product_reference": "perl-macros-4:5.32.1-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch"
},
"product_reference": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64"
},
"product_reference": "perl-mro-0:1.23-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le"
},
"product_reference": "perl-mro-0:1.23-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x"
},
"product_reference": "perl-mro-0:1.23-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64"
},
"product_reference": "perl-mro-0:1.23-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-open-0:1.12-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch"
},
"product_reference": "perl-open-0:1.12-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overload-0:1.31-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch"
},
"product_reference": "perl-overload-0:1.31-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overloading-0:0.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch"
},
"product_reference": "perl-overloading-0:0.02-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64"
},
"product_reference": "perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le"
},
"product_reference": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x"
},
"product_reference": "perl-ph-0:5.32.1-481.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64"
},
"product_reference": "perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sigtrap-0:1.09-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch"
},
"product_reference": "perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sort-0:2.04-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch"
},
"product_reference": "perl-sort-0:2.04-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-subs-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch"
},
"product_reference": "perl-subs-0:1.03-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-utils-0:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch"
},
"product_reference": "perl-utils-0:5.32.1-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vars-0:1.05-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch"
},
"product_reference": "perl-vars-0:1.05-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vmsish-0:1.04-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch"
},
"product_reference": "perl-vmsish-0:1.04-481.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2025-05-30T13:00:49.546076+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths",
"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.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "RHBZ#2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/10387",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/23010",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"category": "external",
"summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
}
],
"release_date": "2025-05-30T12:20:11.237000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-22T18:22:26+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11545"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths"
}
]
}
RHSA-2025:11804
Vulnerability from csaf_redhat - Published: 2025-07-28 02:32 - Updated: 2026-04-14 19:33A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:11804",
"url": "https://access.redhat.com/errata/RHSA-2025:11804"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11804.json"
}
],
"title": "Red Hat Security Advisory: perl security update",
"tracking": {
"current_release_date": "2026-04-14T19:33:54+00:00",
"generator": {
"date": "2026-04-14T19:33:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:11804",
"initial_release_date": "2025-07-28T02:32:35+00:00",
"revision_history": [
{
"date": "2025-07-28T02:32:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-28T02:32:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T19:33:54+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.6.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": "perl-4:5.32.1-481.1.el9_6.src",
"product": {
"name": "perl-4:5.32.1-481.1.el9_6.src",
"product_id": "perl-4:5.32.1-481.1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.1.el9_6.aarch64",
"product": {
"name": "perl-B-0:1.80-481.1.el9_6.aarch64",
"product_id": "perl-B-0:1.80-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"product_id": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"product": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"product_id": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.1.el9_6.aarch64",
"product": {
"name": "perl-Errno-0:1.30-481.1.el9_6.aarch64",
"product_id": "perl-Errno-0:1.30-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"product": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"product_id": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"product_id": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"product": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"product_id": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"product": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"product_id": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"product_id": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.1.el9_6.aarch64",
"product": {
"name": "perl-IO-0:1.43-481.1.el9_6.aarch64",
"product_id": "perl-IO-0:1.43-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"product": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"product_id": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"product": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"product_id": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"product": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"product_id": "perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"product": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"product_id": "perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"product_id": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"product_id": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.1.el9_6.aarch64",
"product": {
"name": "perl-lib-0:0.65-481.1.el9_6.aarch64",
"product_id": "perl-lib-0:0.65-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.1.el9_6.aarch64",
"product": {
"name": "perl-mro-0:1.23-481.1.el9_6.aarch64",
"product_id": "perl-mro-0:1.23-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.1.el9_6.ppc64le",
"product": {
"name": "perl-B-0:1.80-481.1.el9_6.ppc64le",
"product_id": "perl-B-0:1.80-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"product_id": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"product": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"product_id": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"product_id": "perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"product_id": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"product_id": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"product": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"product_id": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"product_id": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"product_id": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.1.el9_6.ppc64le",
"product": {
"name": "perl-IO-0:1.43-481.1.el9_6.ppc64le",
"product_id": "perl-IO-0:1.43-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"product": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"product_id": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"product": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"product_id": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"product_id": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"product": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"product_id": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"product_id": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"product_id": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.1.el9_6.ppc64le",
"product": {
"name": "perl-lib-0:0.65-481.1.el9_6.ppc64le",
"product_id": "perl-lib-0:0.65-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.1.el9_6.ppc64le",
"product": {
"name": "perl-mro-0:1.23-481.1.el9_6.ppc64le",
"product_id": "perl-mro-0:1.23-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.1.el9_6.x86_64",
"product": {
"name": "perl-B-0:1.80-481.1.el9_6.x86_64",
"product_id": "perl-B-0:1.80-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"product_id": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"product": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"product_id": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.1.el9_6.x86_64",
"product": {
"name": "perl-Errno-0:1.30-481.1.el9_6.x86_64",
"product_id": "perl-Errno-0:1.30-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"product": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"product_id": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"product_id": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"product": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"product_id": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"product": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"product_id": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"product_id": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.1.el9_6.x86_64",
"product": {
"name": "perl-IO-0:1.43-481.1.el9_6.x86_64",
"product_id": "perl-IO-0:1.43-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"product": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"product_id": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"product": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"product_id": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"product": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"product_id": "perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"product": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"product_id": "perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"product_id": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"product_id": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.1.el9_6.x86_64",
"product": {
"name": "perl-lib-0:0.65-481.1.el9_6.x86_64",
"product_id": "perl-lib-0:0.65-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.1.el9_6.x86_64",
"product": {
"name": "perl-mro-0:1.23-481.1.el9_6.x86_64",
"product_id": "perl-mro-0:1.23-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.1.el9_6.i686",
"product": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.i686",
"product_id": "perl-devel-4:5.32.1-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.1.el9_6.i686",
"product": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.i686",
"product_id": "perl-libs-4:5.32.1-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"product": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.80-481.1.el9_6.s390x",
"product": {
"name": "perl-B-0:1.80-481.1.el9_6.s390x",
"product_id": "perl-B-0:1.80-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.80-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"product": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"product_id": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"product": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"product_id": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.30-481.1.el9_6.s390x",
"product": {
"name": "perl-Errno-0:1.30-481.1.el9_6.s390x",
"product_id": "perl-Errno-0:1.30-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.30-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"product": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"product_id": "perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"product": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"product_id": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"product": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"product_id": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"product": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"product_id": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"product_id": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"product": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"product_id": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.43-481.1.el9_6.s390x",
"product": {
"name": "perl-IO-0:1.43-481.1.el9_6.s390x",
"product_id": "perl-IO-0:1.43-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.43-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"product": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"product_id": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"product": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"product_id": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.48-481.1.el9_6.s390x",
"product": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.s390x",
"product_id": "perl-Opcode-0:1.48-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:1.94-481.1.el9_6.s390x",
"product": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.s390x",
"product_id": "perl-POSIX-0:1.94-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"product": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"product_id": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"product": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"product_id": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-devel-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-481.1.el9_6.s390x",
"product": {
"name": "perl-lib-0:0.65-481.1.el9_6.s390x",
"product_id": "perl-lib-0:0.65-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-libs-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.23-481.1.el9_6.s390x",
"product": {
"name": "perl-mro-0:1.23-481.1.el9_6.s390x",
"product_id": "perl-mro-0:1.23-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.23-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-ph-0:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"product": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"product": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"product": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"product": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"product": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"product": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"product": {
"name": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"product_id": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Attribute-Handlers@1.01-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"product": {
"name": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"product_id": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoLoader@5.74-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"product": {
"name": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"product_id": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoSplit@5.74-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"product": {
"name": "perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"product_id": "perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Benchmark@1.23-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"product": {
"name": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"product_id": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Class-Struct@0.66-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"product": {
"name": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"product_id": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Config-Extensions@0.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"product": {
"name": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"product_id": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBM_Filter@0.06-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"product": {
"name": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"product_id": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"product": {
"name": "perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"product_id": "perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DirHandle@1.05-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"product": {
"name": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"product_id": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Dumpvalue@2.27-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-English-0:1.11-481.1.el9_6.noarch",
"product": {
"name": "perl-English-0:1.11-481.1.el9_6.noarch",
"product_id": "perl-English-0:1.11-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-English@1.11-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"product": {
"name": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"product_id": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Constant@0.25-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"product": {
"name": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"product_id": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.35-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"product": {
"name": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"product_id": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.09-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"product": {
"name": "perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"product_id": "perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Basename@2.85-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"product": {
"name": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"product_id": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Compare@1.100.600-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"product": {
"name": "perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"product_id": "perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Copy@2.34-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Find-0:1.37-481.1.el9_6.noarch",
"product": {
"name": "perl-File-Find-0:1.37-481.1.el9_6.noarch",
"product_id": "perl-File-Find-0:1.37-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find@1.37-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-stat-0:1.09-481.1.el9_6.noarch",
"product": {
"name": "perl-File-stat-0:1.09-481.1.el9_6.noarch",
"product_id": "perl-File-stat-0:1.09-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-stat@1.09-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileCache-0:1.10-481.1.el9_6.noarch",
"product": {
"name": "perl-FileCache-0:1.10-481.1.el9_6.noarch",
"product_id": "perl-FileCache-0:1.10-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileCache@1.10-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"product": {
"name": "perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"product_id": "perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileHandle@2.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FindBin-0:1.51-481.1.el9_6.noarch",
"product": {
"name": "perl-FindBin-0:1.51-481.1.el9_6.noarch",
"product_id": "perl-FindBin-0:1.51-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FindBin@1.51-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"product": {
"name": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"product_id": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Getopt-Std@1.12-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"product": {
"name": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"product_id": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Collate@1.02-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"product": {
"name": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"product_id": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-LangTags@0.44-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"product": {
"name": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"product_id": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-Open3@1.21-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"product": {
"name": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"product_id": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-481.1.el9_6?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"product": {
"name": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"product_id": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-Complex@1.59-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Memoize-0:1.03-481.1.el9_6.noarch",
"product": {
"name": "perl-Memoize-0:1.03-481.1.el9_6.noarch",
"product_id": "perl-Memoize-0:1.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Memoize@1.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"product": {
"name": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"product_id": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-481.1.el9_6?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-NEXT-0:0.67-481.1.el9_6.noarch",
"product": {
"name": "perl-NEXT-0:0.67-481.1.el9_6.noarch",
"product_id": "perl-NEXT-0:0.67-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NEXT@0.67-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Net-0:1.02-481.1.el9_6.noarch",
"product": {
"name": "perl-Net-0:1.02-481.1.el9_6.noarch",
"product_id": "perl-Net-0:1.02-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Net@1.02-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"product": {
"name": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"product_id": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Functions@1.13-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"product": {
"name": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"product_id": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Html@1.25-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Safe-0:2.41-481.1.el9_6.noarch",
"product": {
"name": "perl-Safe-0:2.41-481.1.el9_6.noarch",
"product_id": "perl-Safe-0:2.41-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Safe@2.41-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"product": {
"name": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"product_id": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Search-Dict@1.07-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"product": {
"name": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"product_id": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelectSaver@1.02-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"product": {
"name": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"product_id": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelfLoader@1.26-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Symbol-0:1.08-481.1.el9_6.noarch",
"product": {
"name": "perl-Symbol-0:1.08-481.1.el9_6.noarch",
"product_id": "perl-Symbol-0:1.08-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Symbol@1.08-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"product": {
"name": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"product_id": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-Complete@1.403-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"product": {
"name": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"product_id": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-ReadLine@1.17-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Test-0:1.31-481.1.el9_6.noarch",
"product": {
"name": "perl-Test-0:1.31-481.1.el9_6.noarch",
"product_id": "perl-Test-0:1.31-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test@1.31-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"product": {
"name": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"product_id": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Abbrev@1.02-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-0:3.05-481.1.el9_6.noarch",
"product": {
"name": "perl-Thread-0:3.05-481.1.el9_6.noarch",
"product_id": "perl-Thread-0:3.05-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread@3.05-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"product": {
"name": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"product_id": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread-Semaphore@2.13-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-0:4.6-481.1.el9_6.noarch",
"product": {
"name": "perl-Tie-0:4.6-481.1.el9_6.noarch",
"product_id": "perl-Tie-0:4.6-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie@4.6-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"product": {
"name": "perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"product_id": "perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-File@1.06-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"product": {
"name": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"product_id": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-Memoize@1.1-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Time-0:1.03-481.1.el9_6.noarch",
"product": {
"name": "perl-Time-0:1.03-481.1.el9_6.noarch",
"product_id": "perl-Time-0:1.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time@1.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"product": {
"name": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"product_id": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-UCD@0.75-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"product": {
"name": "perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"product_id": "perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-User-pwent@1.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-autouse-0:1.11-481.1.el9_6.noarch",
"product": {
"name": "perl-autouse-0:1.11-481.1.el9_6.noarch",
"product_id": "perl-autouse-0:1.11-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-autouse@1.11-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-base-0:2.27-481.1.el9_6.noarch",
"product": {
"name": "perl-base-0:2.27-481.1.el9_6.noarch",
"product_id": "perl-base-0:2.27-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-base@2.27-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-blib-0:1.07-481.1.el9_6.noarch",
"product": {
"name": "perl-blib-0:1.07-481.1.el9_6.noarch",
"product_id": "perl-blib-0:1.07-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-blib@1.07-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-debugger-0:1.56-481.1.el9_6.noarch",
"product": {
"name": "perl-debugger-0:1.56-481.1.el9_6.noarch",
"product_id": "perl-debugger-0:1.56-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugger@1.56-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-deprecate-0:0.04-481.1.el9_6.noarch",
"product": {
"name": "perl-deprecate-0:0.04-481.1.el9_6.noarch",
"product_id": "perl-deprecate-0:0.04-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-deprecate@0.04-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"product": {
"name": "perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"product_id": "perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-diagnostics@1.37-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-doc-0:5.32.1-481.1.el9_6.noarch",
"product": {
"name": "perl-doc-0:5.32.1-481.1.el9_6.noarch",
"product_id": "perl-doc-0:5.32.1-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-doc@5.32.1-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"product": {
"name": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"product_id": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-encoding-warnings@0.13-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-fields-0:2.27-481.1.el9_6.noarch",
"product": {
"name": "perl-fields-0:2.27-481.1.el9_6.noarch",
"product_id": "perl-fields-0:2.27-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-fields@2.27-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-filetest-0:1.03-481.1.el9_6.noarch",
"product": {
"name": "perl-filetest-0:1.03-481.1.el9_6.noarch",
"product_id": "perl-filetest-0:1.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-filetest@1.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-if-0:0.60.800-481.1.el9_6.noarch",
"product": {
"name": "perl-if-0:0.60.800-481.1.el9_6.noarch",
"product_id": "perl-if-0:0.60.800-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-if@0.60.800-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-less-0:0.03-481.1.el9_6.noarch",
"product": {
"name": "perl-less-0:0.03-481.1.el9_6.noarch",
"product_id": "perl-less-0:0.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-less@0.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"product": {
"name": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"product_id": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libnetcfg@5.32.1-481.1.el9_6?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-locale-0:1.09-481.1.el9_6.noarch",
"product": {
"name": "perl-locale-0:1.09-481.1.el9_6.noarch",
"product_id": "perl-locale-0:1.09-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-locale@1.09-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.32.1-481.1.el9_6.noarch",
"product": {
"name": "perl-macros-4:5.32.1-481.1.el9_6.noarch",
"product_id": "perl-macros-4:5.32.1-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.32.1-481.1.el9_6?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"product": {
"name": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"product_id": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-meta-notation@5.32.1-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-open-0:1.12-481.1.el9_6.noarch",
"product": {
"name": "perl-open-0:1.12-481.1.el9_6.noarch",
"product_id": "perl-open-0:1.12-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-open@1.12-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overload-0:1.31-481.1.el9_6.noarch",
"product": {
"name": "perl-overload-0:1.31-481.1.el9_6.noarch",
"product_id": "perl-overload-0:1.31-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overload@1.31-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overloading-0:0.02-481.1.el9_6.noarch",
"product": {
"name": "perl-overloading-0:0.02-481.1.el9_6.noarch",
"product_id": "perl-overloading-0:0.02-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overloading@0.02-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"product": {
"name": "perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"product_id": "perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sigtrap@1.09-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sort-0:2.04-481.1.el9_6.noarch",
"product": {
"name": "perl-sort-0:2.04-481.1.el9_6.noarch",
"product_id": "perl-sort-0:2.04-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sort@2.04-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-subs-0:1.03-481.1.el9_6.noarch",
"product": {
"name": "perl-subs-0:1.03-481.1.el9_6.noarch",
"product_id": "perl-subs-0:1.03-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-subs@1.03-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-utils-0:5.32.1-481.1.el9_6.noarch",
"product": {
"name": "perl-utils-0:5.32.1-481.1.el9_6.noarch",
"product_id": "perl-utils-0:5.32.1-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-utils@5.32.1-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vars-0:1.05-481.1.el9_6.noarch",
"product": {
"name": "perl-vars-0:1.05-481.1.el9_6.noarch",
"product_id": "perl-vars-0:1.05-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vars@1.05-481.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vmsish-0:1.04-481.1.el9_6.noarch",
"product": {
"name": "perl-vmsish-0:1.04-481.1.el9_6.noarch",
"product_id": "perl-vmsish-0:1.04-481.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vmsish@1.04-481.1.el9_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.1.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src"
},
"product_reference": "perl-4:5.32.1-481.1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch"
},
"product_reference": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch"
},
"product_reference": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch"
},
"product_reference": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64"
},
"product_reference": "perl-B-0:1.80-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le"
},
"product_reference": "perl-B-0:1.80-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x"
},
"product_reference": "perl-B-0:1.80-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.80-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64"
},
"product_reference": "perl-B-0:1.80-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64"
},
"product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Benchmark-0:1.23-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch"
},
"product_reference": "perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch"
},
"product_reference": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch"
},
"product_reference": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch"
},
"product_reference": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64"
},
"product_reference": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch"
},
"product_reference": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DirHandle-0:1.05-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch"
},
"product_reference": "perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch"
},
"product_reference": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64"
},
"product_reference": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le"
},
"product_reference": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x"
},
"product_reference": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64"
},
"product_reference": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-English-0:1.11-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch"
},
"product_reference": "perl-English-0:1.11-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64"
},
"product_reference": "perl-Errno-0:1.30-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x"
},
"product_reference": "perl-Errno-0:1.30-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.30-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64"
},
"product_reference": "perl-Errno-0:1.30-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch"
},
"product_reference": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch"
},
"product_reference": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch"
},
"product_reference": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64"
},
"product_reference": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x"
},
"product_reference": "perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64"
},
"product_reference": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Basename-0:2.85-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch"
},
"product_reference": "perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch"
},
"product_reference": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Copy-0:2.34-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch"
},
"product_reference": "perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64"
},
"product_reference": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-0:1.37-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch"
},
"product_reference": "perl-File-Find-0:1.37-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-stat-0:1.09-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch"
},
"product_reference": "perl-File-stat-0:1.09-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileCache-0:1.10-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch"
},
"product_reference": "perl-FileCache-0:1.10-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileHandle-0:2.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch"
},
"product_reference": "perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FindBin-0:1.51-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch"
},
"product_reference": "perl-FindBin-0:1.51-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64"
},
"product_reference": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le"
},
"product_reference": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x"
},
"product_reference": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64"
},
"product_reference": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64"
},
"product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch"
},
"product_reference": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64"
},
"product_reference": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x"
},
"product_reference": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64"
},
"product_reference": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch"
},
"product_reference": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch"
},
"product_reference": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64"
},
"product_reference": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64"
},
"product_reference": "perl-IO-0:1.43-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le"
},
"product_reference": "perl-IO-0:1.43-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x"
},
"product_reference": "perl-IO-0:1.43-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.43-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64"
},
"product_reference": "perl-IO-0:1.43-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64"
},
"product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch"
},
"product_reference": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch"
},
"product_reference": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch"
},
"product_reference": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Memoize-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch"
},
"product_reference": "perl-Memoize-0:1.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch"
},
"product_reference": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64"
},
"product_reference": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le"
},
"product_reference": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x"
},
"product_reference": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64"
},
"product_reference": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NEXT-0:0.67-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch"
},
"product_reference": "perl-NEXT-0:0.67-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-0:1.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch"
},
"product_reference": "perl-Net-0:1.02-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64"
},
"product_reference": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le"
},
"product_reference": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x"
},
"product_reference": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64"
},
"product_reference": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64"
},
"product_reference": "perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x"
},
"product_reference": "perl-Opcode-0:1.48-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.48-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64"
},
"product_reference": "perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64"
},
"product_reference": "perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le"
},
"product_reference": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x"
},
"product_reference": "perl-POSIX-0:1.94-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:1.94-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64"
},
"product_reference": "perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64"
},
"product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch"
},
"product_reference": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch"
},
"product_reference": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Safe-0:2.41-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch"
},
"product_reference": "perl-Safe-0:2.41-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch"
},
"product_reference": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch"
},
"product_reference": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch"
},
"product_reference": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Symbol-0:1.08-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch"
},
"product_reference": "perl-Symbol-0:1.08-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64"
},
"product_reference": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch"
},
"product_reference": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch"
},
"product_reference": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-0:1.31-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch"
},
"product_reference": "perl-Test-0:1.31-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch"
},
"product_reference": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-0:3.05-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch"
},
"product_reference": "perl-Thread-0:3.05-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch"
},
"product_reference": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-0:4.6-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch"
},
"product_reference": "perl-Tie-0:4.6-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-File-0:1.06-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch"
},
"product_reference": "perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch"
},
"product_reference": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch"
},
"product_reference": "perl-Time-0:1.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64"
},
"product_reference": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch"
},
"product_reference": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-User-pwent-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch"
},
"product_reference": "perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-autouse-0:1.11-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch"
},
"product_reference": "perl-autouse-0:1.11-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-0:2.27-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch"
},
"product_reference": "perl-base-0:2.27-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-blib-0:1.07-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch"
},
"product_reference": "perl-blib-0:1.07-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugger-0:1.56-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch"
},
"product_reference": "perl-debugger-0:1.56-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686"
},
"product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-deprecate-0:0.04-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch"
},
"product_reference": "perl-deprecate-0:0.04-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686"
},
"product_reference": "perl-devel-4:5.32.1-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-devel-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-diagnostics-0:1.37-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch"
},
"product_reference": "perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-0:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch"
},
"product_reference": "perl-doc-0:5.32.1-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch"
},
"product_reference": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-fields-0:2.27-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch"
},
"product_reference": "perl-fields-0:2.27-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-filetest-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch"
},
"product_reference": "perl-filetest-0:1.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-if-0:0.60.800-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch"
},
"product_reference": "perl-if-0:0.60.800-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-less-0:0.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch"
},
"product_reference": "perl-less-0:0.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64"
},
"product_reference": "perl-lib-0:0.65-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le"
},
"product_reference": "perl-lib-0:0.65-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x"
},
"product_reference": "perl-lib-0:0.65-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64"
},
"product_reference": "perl-lib-0:0.65-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch"
},
"product_reference": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686"
},
"product_reference": "perl-libs-4:5.32.1-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-libs-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-locale-0:1.09-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch"
},
"product_reference": "perl-locale-0:1.09-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch"
},
"product_reference": "perl-macros-4:5.32.1-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch"
},
"product_reference": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64"
},
"product_reference": "perl-mro-0:1.23-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le"
},
"product_reference": "perl-mro-0:1.23-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x"
},
"product_reference": "perl-mro-0:1.23-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64"
},
"product_reference": "perl-mro-0:1.23-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64"
},
"product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-open-0:1.12-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch"
},
"product_reference": "perl-open-0:1.12-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overload-0:1.31-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch"
},
"product_reference": "perl-overload-0:1.31-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overloading-0:0.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch"
},
"product_reference": "perl-overloading-0:0.02-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64"
},
"product_reference": "perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le"
},
"product_reference": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x"
},
"product_reference": "perl-ph-0:5.32.1-481.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64"
},
"product_reference": "perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sigtrap-0:1.09-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch"
},
"product_reference": "perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sort-0:2.04-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch"
},
"product_reference": "perl-sort-0:2.04-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-subs-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch"
},
"product_reference": "perl-subs-0:1.03-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-utils-0:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch"
},
"product_reference": "perl-utils-0:5.32.1-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vars-0:1.05-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch"
},
"product_reference": "perl-vars-0:1.05-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vmsish-0:1.04-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch"
},
"product_reference": "perl-vmsish-0:1.04-481.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2025-05-30T13:00:49.546076+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths",
"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.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "RHBZ#2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/10387",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/23010",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"category": "external",
"summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
}
],
"release_date": "2025-05-30T12:20:11.237000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-28T02:32:35+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.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11804"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths"
}
]
}
RHSA-2025:11805
Vulnerability from csaf_redhat - Published: 2025-07-28 02:24 - Updated: 2026-04-14 19:33A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:11805",
"url": "https://access.redhat.com/errata/RHSA-2025:11805"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11805.json"
}
],
"title": "Red Hat Security Advisory: perl security update",
"tracking": {
"current_release_date": "2026-04-14T19:33:52+00:00",
"generator": {
"date": "2026-04-14T19:33:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:11805",
"initial_release_date": "2025-07-28T02:24:30+00:00",
"revision_history": [
{
"date": "2025-07-28T02:24:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-28T02:24:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T19:33:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"product": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"product_id": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.26-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"product": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"product_id": "perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.31-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-devel-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-devel-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-tests-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-tests-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-tests-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-tests@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"product": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.28-423.el8_10.aarch64",
"product": {
"name": "perl-Errno-0:1.28-423.el8_10.aarch64",
"product_id": "perl-Errno-0:1.28-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.28-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.38-423.el8_10.aarch64",
"product": {
"name": "perl-IO-0:1.38-423.el8_10.aarch64",
"product_id": "perl-IO-0:1.38-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.38-423.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-libs-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-libs-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.26.3-423.el8_10.aarch64",
"product": {
"name": "perl-macros-4:5.26.3-423.el8_10.aarch64",
"product_id": "perl-macros-4:5.26.3-423.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"product": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"product_id": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.26-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"product": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"product_id": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.31-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-devel-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-devel-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-tests-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-tests-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-tests-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-tests@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"product": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.28-423.el8_10.ppc64le",
"product": {
"name": "perl-Errno-0:1.28-423.el8_10.ppc64le",
"product_id": "perl-Errno-0:1.28-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.28-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.38-423.el8_10.ppc64le",
"product": {
"name": "perl-IO-0:1.38-423.el8_10.ppc64le",
"product_id": "perl-IO-0:1.38-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.38-423.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-libs-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-libs-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.26.3-423.el8_10.ppc64le",
"product": {
"name": "perl-macros-4:5.26.3-423.el8_10.ppc64le",
"product_id": "perl-macros-4:5.26.3-423.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"product": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"product_id": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.26-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"product": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"product_id": "perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.31-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-devel-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-devel-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-tests-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-tests-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-tests-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-tests@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"product": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.28-423.el8_10.x86_64",
"product": {
"name": "perl-Errno-0:1.28-423.el8_10.x86_64",
"product_id": "perl-Errno-0:1.28-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.28-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.38-423.el8_10.x86_64",
"product": {
"name": "perl-IO-0:1.38-423.el8_10.x86_64",
"product_id": "perl-IO-0:1.38-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.38-423.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-libs-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-libs-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.26.3-423.el8_10.x86_64",
"product": {
"name": "perl-macros-4:5.26.3-423.el8_10.x86_64",
"product_id": "perl-macros-4:5.26.3-423.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-devel-4:5.26.3-423.el8_10.i686",
"product": {
"name": "perl-devel-4:5.26.3-423.el8_10.i686",
"product_id": "perl-devel-4:5.26.3-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.26.3-423.el8_10.i686",
"product": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.i686",
"product_id": "perl-debugsource-4:5.26.3-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"product": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.26.3-423.el8_10.i686",
"product": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.i686",
"product_id": "perl-debuginfo-4:5.26.3-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"product": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"product": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=i686\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.26.3-423.el8_10.i686",
"product": {
"name": "perl-libs-4:5.26.3-423.el8_10.i686",
"product_id": "perl-libs-4:5.26.3-423.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=i686\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"product": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"product_id": "perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.26-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.31-423.el8_10.s390x",
"product": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.s390x",
"product_id": "perl-Time-Piece-0:1.31-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.31-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-devel-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-devel-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-tests-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-tests-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-tests-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-tests@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-debugsource-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"product": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.28-423.el8_10.s390x",
"product": {
"name": "perl-Errno-0:1.28-423.el8_10.s390x",
"product_id": "perl-Errno-0:1.28-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.28-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.38-423.el8_10.s390x",
"product": {
"name": "perl-IO-0:1.38-423.el8_10.s390x",
"product_id": "perl-IO-0:1.38-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.38-423.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-interpreter-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-libs-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-libs-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.26.3-423.el8_10.s390x",
"product": {
"name": "perl-macros-4:5.26.3-423.el8_10.s390x",
"product_id": "perl-macros-4:5.26.3-423.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.26.3-423.el8_10?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"product": {
"name": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"product_id": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Attribute-Handlers@0.99-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"product": {
"name": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"product_id": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"product": {
"name": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"product_id": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.34-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"product": {
"name": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"product_id": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.06-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"product": {
"name": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"product_id": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-423.el8_10?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Memoize-0:1.03-423.el8_10.noarch",
"product": {
"name": "perl-Memoize-0:1.03-423.el8_10.noarch",
"product_id": "perl-Memoize-0:1.03-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Memoize@1.03-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"product": {
"name": "perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"product_id": "perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-423.el8_10?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Net-Ping-0:2.55-423.el8_10.noarch",
"product": {
"name": "perl-Net-Ping-0:2.55-423.el8_10.noarch",
"product_id": "perl-Net-Ping-0:2.55-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Net-Ping@2.55-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"product": {
"name": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"product_id": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Html@1.22.02-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelfLoader-0:1.23-423.el8_10.noarch",
"product": {
"name": "perl-SelfLoader-0:1.23-423.el8_10.noarch",
"product_id": "perl-SelfLoader-0:1.23-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelfLoader@1.23-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Test-0:1.30-423.el8_10.noarch",
"product": {
"name": "perl-Test-0:1.30-423.el8_10.noarch",
"product_id": "perl-Test-0:1.30-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test@1.30-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"product": {
"name": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"product_id": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libnetcfg@5.26.3-423.el8_10?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-open-0:1.11-423.el8_10.noarch",
"product": {
"name": "perl-open-0:1.11-423.el8_10.noarch",
"product_id": "perl-open-0:1.11-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-open@1.11-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-utils-0:5.26.3-423.el8_10.noarch",
"product": {
"name": "perl-utils-0:5.26.3-423.el8_10.noarch",
"product_id": "perl-utils-0:5.26.3-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-utils@5.26.3-423.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"product": {
"name": "perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"product_id": "perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-Zlib@1.10-423.el8_10?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Math-Complex-0:1.59-423.el8_10.noarch",
"product": {
"name": "perl-Math-Complex-0:1.59-423.el8_10.noarch",
"product_id": "perl-Math-Complex-0:1.59-423.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-Complex@1.59-423.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.26.3-423.el8_10.src",
"product": {
"name": "perl-4:5.26.3-423.el8_10.src",
"product_id": "perl-4:5.26.3-423.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src"
},
"product_reference": "perl-4:5.26.3-423.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch"
},
"product_reference": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch"
},
"product_reference": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch"
},
"product_reference": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch"
},
"product_reference": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-Zlib-1:1.10-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch"
},
"product_reference": "perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch"
},
"product_reference": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-Complex-0:1.59-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch"
},
"product_reference": "perl-Math-Complex-0:1.59-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Memoize-0:1.03-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch"
},
"product_reference": "perl-Memoize-0:1.03-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Loaded-1:0.08-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch"
},
"product_reference": "perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-Ping-0:2.55-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch"
},
"product_reference": "perl-Net-Ping-0:2.55-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch"
},
"product_reference": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelfLoader-0:1.23-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch"
},
"product_reference": "perl-SelfLoader-0:1.23-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-0:1.30-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch"
},
"product_reference": "perl-Test-0:1.30-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch"
},
"product_reference": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-open-0:1.11-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch"
},
"product_reference": "perl-open-0:1.11-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-utils-0:5.26.3-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch"
},
"product_reference": "perl-utils-0:5.26.3-423.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src"
},
"product_reference": "perl-4:5.26.3-423.el8_10.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch"
},
"product_reference": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64"
},
"product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch"
},
"product_reference": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.28-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64"
},
"product_reference": "perl-Errno-0:1.28-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch"
},
"product_reference": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch"
},
"product_reference": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.38-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64"
},
"product_reference": "perl-IO-0:1.38-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-Zlib-1:1.10-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch"
},
"product_reference": "perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64"
},
"product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch"
},
"product_reference": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-Complex-0:1.59-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch"
},
"product_reference": "perl-Math-Complex-0:1.59-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Memoize-0:1.03-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch"
},
"product_reference": "perl-Memoize-0:1.03-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Loaded-1:0.08-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch"
},
"product_reference": "perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-Ping-0:2.55-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch"
},
"product_reference": "perl-Net-Ping-0:2.55-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch"
},
"product_reference": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelfLoader-0:1.23-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch"
},
"product_reference": "perl-SelfLoader-0:1.23-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-0:1.30-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch"
},
"product_reference": "perl-Test-0:1.30-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.31-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64"
},
"product_reference": "perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-devel-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch"
},
"product_reference": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-libs-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-macros-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-open-0:1.11-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch"
},
"product_reference": "perl-open-0:1.11-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-tests-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64"
},
"product_reference": "perl-tests-4:5.26.3-423.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-utils-0:5.26.3-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch"
},
"product_reference": "perl-utils-0:5.26.3-423.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2025-05-30T13:00:49.546076+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "RHBZ#2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/10387",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/23010",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"category": "external",
"summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
}
],
"release_date": "2025-05-30T12:20:11.237000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-28T02:24:30+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11805"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths"
}
]
}
RHSA-2025:12056
Vulnerability from csaf_redhat - Published: 2025-07-29 08:53 - Updated: 2026-04-14 19:33A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:12056",
"url": "https://access.redhat.com/errata/RHSA-2025:12056"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_12056.json"
}
],
"title": "Red Hat Security Advisory: perl security update",
"tracking": {
"current_release_date": "2026-04-14T19:33:55+00:00",
"generator": {
"date": "2026-04-14T19:33:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:12056",
"initial_release_date": "2025-07-29T08:53:04+00:00",
"revision_history": [
{
"date": "2025-07-29T08:53:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-29T08:53:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T19:33:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.2.el10_0.src",
"product": {
"name": "perl-4:5.40.2-512.2.el10_0.src",
"product_id": "perl-4:5.40.2-512.2.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.89-512.2.el10_0.aarch64",
"product": {
"name": "perl-B-0:1.89-512.2.el10_0.aarch64",
"product_id": "perl-B-0:1.89-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.89-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"product": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"product_id": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"product": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"product_id": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.38-512.2.el10_0.aarch64",
"product": {
"name": "perl-Errno-0:1.38-512.2.el10_0.aarch64",
"product_id": "perl-Errno-0:1.38-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.38-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"product": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"product_id": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"product": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"product_id": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"product": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"product_id": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.2.el10_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"product": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"product_id": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"product_id": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"product": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"product_id": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.55-512.2.el10_0.aarch64",
"product": {
"name": "perl-IO-0:1.55-512.2.el10_0.aarch64",
"product_id": "perl-IO-0:1.55-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.55-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"product": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"product_id": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"product": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"product_id": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"product": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"product_id": "perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"product": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"product_id": "perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"product": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"product_id": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"product": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"product_id": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-512.2.el10_0.aarch64",
"product": {
"name": "perl-lib-0:0.65-512.2.el10_0.aarch64",
"product_id": "perl-lib-0:0.65-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.29-512.2.el10_0.aarch64",
"product": {
"name": "perl-mro-0:1.29-512.2.el10_0.aarch64",
"product_id": "perl-mro-0:1.29-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.29-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"product": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"product_id": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"product_id": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"product": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"product_id": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.2.el10_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"product_id": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"product": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"product_id": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"product_id": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"product_id": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"product_id": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"product": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"product_id": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.2.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product_id": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"product": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"product_id": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.2.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.89-512.2.el10_0.ppc64le",
"product": {
"name": "perl-B-0:1.89-512.2.el10_0.ppc64le",
"product_id": "perl-B-0:1.89-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.89-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"product_id": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"product": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"product_id": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"product_id": "perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.38-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"product_id": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"product": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"product_id": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"product": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"product_id": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.2.el10_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"product_id": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"product_id": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.55-512.2.el10_0.ppc64le",
"product": {
"name": "perl-IO-0:1.55-512.2.el10_0.ppc64le",
"product_id": "perl-IO-0:1.55-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.55-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"product": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"product_id": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"product": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"product_id": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"product_id": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"product": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"product_id": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"product_id": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"product_id": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-512.2.el10_0.ppc64le",
"product": {
"name": "perl-lib-0:0.65-512.2.el10_0.ppc64le",
"product_id": "perl-lib-0:0.65-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.29-512.2.el10_0.ppc64le",
"product": {
"name": "perl-mro-0:1.29-512.2.el10_0.ppc64le",
"product_id": "perl-mro-0:1.29-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.29-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"product": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"product_id": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"product_id": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"product": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"product_id": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.2.el10_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"product_id": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"product": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"product_id": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"product_id": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"product_id": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"product_id": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"product": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"product_id": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.2.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product_id": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"product": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"product_id": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.2.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.89-512.2.el10_0.x86_64",
"product": {
"name": "perl-B-0:1.89-512.2.el10_0.x86_64",
"product_id": "perl-B-0:1.89-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.89-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"product": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"product_id": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"product": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"product_id": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.38-512.2.el10_0.x86_64",
"product": {
"name": "perl-Errno-0:1.38-512.2.el10_0.x86_64",
"product_id": "perl-Errno-0:1.38-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.38-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"product": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"product_id": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"product": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"product_id": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"product": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"product_id": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.2.el10_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"product": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"product_id": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"product_id": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"product": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"product_id": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.55-512.2.el10_0.x86_64",
"product": {
"name": "perl-IO-0:1.55-512.2.el10_0.x86_64",
"product_id": "perl-IO-0:1.55-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.55-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"product": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"product_id": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"product": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"product_id": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"product": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"product_id": "perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"product": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"product_id": "perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"product": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"product_id": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"product": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"product_id": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-512.2.el10_0.x86_64",
"product": {
"name": "perl-lib-0:0.65-512.2.el10_0.x86_64",
"product_id": "perl-lib-0:0.65-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.29-512.2.el10_0.x86_64",
"product": {
"name": "perl-mro-0:1.29-512.2.el10_0.x86_64",
"product_id": "perl-mro-0:1.29-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.29-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"product": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"product_id": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"product_id": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"product": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"product_id": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.2.el10_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"product_id": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"product": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"product_id": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"product_id": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"product_id": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"product_id": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"product": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"product_id": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.2.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product_id": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"product": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"product_id": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.2.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.89-512.2.el10_0.s390x",
"product": {
"name": "perl-B-0:1.89-512.2.el10_0.s390x",
"product_id": "perl-B-0:1.89-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.89-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"product": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"product_id": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"product": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"product_id": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.38-512.2.el10_0.s390x",
"product": {
"name": "perl-Errno-0:1.38-512.2.el10_0.s390x",
"product_id": "perl-Errno-0:1.38-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.38-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"product": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"product_id": "perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"product": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"product_id": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"product": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"product_id": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.2.el10_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"product": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"product_id": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"product_id": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"product": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"product_id": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.55-512.2.el10_0.s390x",
"product": {
"name": "perl-IO-0:1.55-512.2.el10_0.s390x",
"product_id": "perl-IO-0:1.55-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.55-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"product": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"product_id": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"product": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"product_id": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.65-512.2.el10_0.s390x",
"product": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.s390x",
"product_id": "perl-Opcode-0:1.65-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:2.20-512.2.el10_0.s390x",
"product": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.s390x",
"product_id": "perl-POSIX-0:2.20-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"product": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"product_id": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"product": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"product_id": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-devel-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-512.2.el10_0.s390x",
"product": {
"name": "perl-lib-0:0.65-512.2.el10_0.s390x",
"product_id": "perl-lib-0:0.65-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-libs-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.29-512.2.el10_0.s390x",
"product": {
"name": "perl-mro-0:1.29-512.2.el10_0.s390x",
"product_id": "perl-mro-0:1.29-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.29-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-ph-0:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"product": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"product_id": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"product_id": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"product": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"product_id": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.2.el10_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"product_id": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"product": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"product_id": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"product_id": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"product_id": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"product": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"product_id": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"product": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"product_id": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.2.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product_id": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"product": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"product_id": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.2.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"product": {
"name": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"product_id": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Attribute-Handlers@1.03-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"product": {
"name": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"product_id": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoLoader@5.74-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"product": {
"name": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"product_id": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoSplit@5.74-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"product": {
"name": "perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"product_id": "perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Benchmark@1.25-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"product": {
"name": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"product_id": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Class-Struct@0.68-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"product": {
"name": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"product_id": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Config-Extensions@0.03-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"product": {
"name": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"product_id": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBM_Filter@0.06-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"product": {
"name": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"product_id": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"product": {
"name": "perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"product_id": "perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DirHandle@1.05-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"product": {
"name": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"product_id": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Dumpvalue@2.27-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-English-0:1.11-512.2.el10_0.noarch",
"product": {
"name": "perl-English-0:1.11-512.2.el10_0.noarch",
"product_id": "perl-English-0:1.11-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-English@1.11-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"product": {
"name": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"product_id": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Constant@0.25-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"product": {
"name": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"product_id": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.35-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"product": {
"name": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"product_id": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.14-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"product": {
"name": "perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"product_id": "perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Basename@2.86-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"product": {
"name": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"product_id": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Compare@1.100.800-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"product": {
"name": "perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"product_id": "perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Copy@2.41-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Find-0:1.44-512.2.el10_0.noarch",
"product": {
"name": "perl-File-Find-0:1.44-512.2.el10_0.noarch",
"product_id": "perl-File-Find-0:1.44-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find@1.44-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-stat-0:1.14-512.2.el10_0.noarch",
"product": {
"name": "perl-File-stat-0:1.14-512.2.el10_0.noarch",
"product_id": "perl-File-stat-0:1.14-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-stat@1.14-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileCache-0:1.10-512.2.el10_0.noarch",
"product": {
"name": "perl-FileCache-0:1.10-512.2.el10_0.noarch",
"product_id": "perl-FileCache-0:1.10-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileCache@1.10-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"product": {
"name": "perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"product_id": "perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileHandle@2.05-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FindBin-0:1.54-512.2.el10_0.noarch",
"product": {
"name": "perl-FindBin-0:1.54-512.2.el10_0.noarch",
"product_id": "perl-FindBin-0:1.54-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FindBin@1.54-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"product": {
"name": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"product_id": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Getopt-Std@1.14-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"product": {
"name": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"product_id": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Collate@1.02-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"product": {
"name": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"product_id": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-LangTags@0.45-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"product": {
"name": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"product_id": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-Open3@1.22-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"product": {
"name": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"product_id": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-512.2.el10_0?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"product": {
"name": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"product_id": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-Complex@1.62-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Memoize-0:1.16-512.2.el10_0.noarch",
"product": {
"name": "perl-Memoize-0:1.16-512.2.el10_0.noarch",
"product_id": "perl-Memoize-0:1.16-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Memoize@1.16-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"product": {
"name": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"product_id": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-512.2.el10_0?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-NEXT-0:0.69-512.2.el10_0.noarch",
"product": {
"name": "perl-NEXT-0:0.69-512.2.el10_0.noarch",
"product_id": "perl-NEXT-0:0.69-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NEXT@0.69-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Net-0:1.04-512.2.el10_0.noarch",
"product": {
"name": "perl-Net-0:1.04-512.2.el10_0.noarch",
"product_id": "perl-Net-0:1.04-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Net@1.04-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"product": {
"name": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"product_id": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Functions@1.14-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"product": {
"name": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"product_id": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Html@1.35-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Safe-0:2.46-512.2.el10_0.noarch",
"product": {
"name": "perl-Safe-0:2.46-512.2.el10_0.noarch",
"product_id": "perl-Safe-0:2.46-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Safe@2.46-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"product": {
"name": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"product_id": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Search-Dict@1.07-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"product": {
"name": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"product_id": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelectSaver@1.02-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"product": {
"name": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"product_id": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelfLoader@1.27-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Symbol-0:1.09-512.2.el10_0.noarch",
"product": {
"name": "perl-Symbol-0:1.09-512.2.el10_0.noarch",
"product_id": "perl-Symbol-0:1.09-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Symbol@1.09-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"product": {
"name": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"product_id": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-Complete@1.403-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"product": {
"name": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"product_id": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-ReadLine@1.17-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Test-0:1.31-512.2.el10_0.noarch",
"product": {
"name": "perl-Test-0:1.31-512.2.el10_0.noarch",
"product_id": "perl-Test-0:1.31-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test@1.31-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"product": {
"name": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"product_id": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Abbrev@1.02-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-0:3.05-512.2.el10_0.noarch",
"product": {
"name": "perl-Thread-0:3.05-512.2.el10_0.noarch",
"product_id": "perl-Thread-0:3.05-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread@3.05-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"product": {
"name": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"product_id": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread-Semaphore@2.13-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-0:4.6-512.2.el10_0.noarch",
"product": {
"name": "perl-Tie-0:4.6-512.2.el10_0.noarch",
"product_id": "perl-Tie-0:4.6-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie@4.6-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"product": {
"name": "perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"product_id": "perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-File@1.09-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"product": {
"name": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"product_id": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-Memoize@1.1-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Time-0:1.04-512.2.el10_0.noarch",
"product": {
"name": "perl-Time-0:1.04-512.2.el10_0.noarch",
"product_id": "perl-Time-0:1.04-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time@1.04-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"product": {
"name": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"product_id": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-UCD@0.78-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"product": {
"name": "perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"product_id": "perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-User-pwent@1.05-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-autouse-0:1.11-512.2.el10_0.noarch",
"product": {
"name": "perl-autouse-0:1.11-512.2.el10_0.noarch",
"product_id": "perl-autouse-0:1.11-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-autouse@1.11-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-base-0:2.27-512.2.el10_0.noarch",
"product": {
"name": "perl-base-0:2.27-512.2.el10_0.noarch",
"product_id": "perl-base-0:2.27-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-base@2.27-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-blib-0:1.07-512.2.el10_0.noarch",
"product": {
"name": "perl-blib-0:1.07-512.2.el10_0.noarch",
"product_id": "perl-blib-0:1.07-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-blib@1.07-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-debugger-0:1.60-512.2.el10_0.noarch",
"product": {
"name": "perl-debugger-0:1.60-512.2.el10_0.noarch",
"product_id": "perl-debugger-0:1.60-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugger@1.60-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-deprecate-0:0.04-512.2.el10_0.noarch",
"product": {
"name": "perl-deprecate-0:0.04-512.2.el10_0.noarch",
"product_id": "perl-deprecate-0:0.04-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-deprecate@0.04-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"product": {
"name": "perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"product_id": "perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-diagnostics@1.40-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-doc-0:5.40.2-512.2.el10_0.noarch",
"product": {
"name": "perl-doc-0:5.40.2-512.2.el10_0.noarch",
"product_id": "perl-doc-0:5.40.2-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-doc@5.40.2-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"product": {
"name": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"product_id": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-encoding-warnings@0.14-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-fields-0:2.27-512.2.el10_0.noarch",
"product": {
"name": "perl-fields-0:2.27-512.2.el10_0.noarch",
"product_id": "perl-fields-0:2.27-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-fields@2.27-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-filetest-0:1.03-512.2.el10_0.noarch",
"product": {
"name": "perl-filetest-0:1.03-512.2.el10_0.noarch",
"product_id": "perl-filetest-0:1.03-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-filetest@1.03-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-if-0:0.61.000-512.2.el10_0.noarch",
"product": {
"name": "perl-if-0:0.61.000-512.2.el10_0.noarch",
"product_id": "perl-if-0:0.61.000-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-if@0.61.000-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-less-0:0.03-512.2.el10_0.noarch",
"product": {
"name": "perl-less-0:0.03-512.2.el10_0.noarch",
"product_id": "perl-less-0:0.03-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-less@0.03-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"product": {
"name": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"product_id": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libnetcfg@5.40.2-512.2.el10_0?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-locale-0:1.12-512.2.el10_0.noarch",
"product": {
"name": "perl-locale-0:1.12-512.2.el10_0.noarch",
"product_id": "perl-locale-0:1.12-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-locale@1.12-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.40.2-512.2.el10_0.noarch",
"product": {
"name": "perl-macros-4:5.40.2-512.2.el10_0.noarch",
"product_id": "perl-macros-4:5.40.2-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.40.2-512.2.el10_0?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"product": {
"name": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"product_id": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-meta-notation@5.40.2-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-open-0:1.13-512.2.el10_0.noarch",
"product": {
"name": "perl-open-0:1.13-512.2.el10_0.noarch",
"product_id": "perl-open-0:1.13-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-open@1.13-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overload-0:1.37-512.2.el10_0.noarch",
"product": {
"name": "perl-overload-0:1.37-512.2.el10_0.noarch",
"product_id": "perl-overload-0:1.37-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overload@1.37-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overloading-0:0.02-512.2.el10_0.noarch",
"product": {
"name": "perl-overloading-0:0.02-512.2.el10_0.noarch",
"product_id": "perl-overloading-0:0.02-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overloading@0.02-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"product": {
"name": "perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"product_id": "perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sigtrap@1.10-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sort-0:2.05-512.2.el10_0.noarch",
"product": {
"name": "perl-sort-0:2.05-512.2.el10_0.noarch",
"product_id": "perl-sort-0:2.05-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sort@2.05-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-subs-0:1.04-512.2.el10_0.noarch",
"product": {
"name": "perl-subs-0:1.04-512.2.el10_0.noarch",
"product_id": "perl-subs-0:1.04-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-subs@1.04-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-utils-0:5.40.2-512.2.el10_0.noarch",
"product": {
"name": "perl-utils-0:5.40.2-512.2.el10_0.noarch",
"product_id": "perl-utils-0:5.40.2-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-utils@5.40.2-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vars-0:1.05-512.2.el10_0.noarch",
"product": {
"name": "perl-vars-0:1.05-512.2.el10_0.noarch",
"product_id": "perl-vars-0:1.05-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vars@1.05-512.2.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vmsish-0:1.04-512.2.el10_0.noarch",
"product": {
"name": "perl-vmsish-0:1.04-512.2.el10_0.noarch",
"product_id": "perl-vmsish-0:1.04-512.2.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vmsish@1.04-512.2.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.40.2-512.2.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src"
},
"product_reference": "perl-4:5.40.2-512.2.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch"
},
"product_reference": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch"
},
"product_reference": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch"
},
"product_reference": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.89-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64"
},
"product_reference": "perl-B-0:1.89-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.89-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le"
},
"product_reference": "perl-B-0:1.89-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.89-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x"
},
"product_reference": "perl-B-0:1.89-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-0:1.89-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64"
},
"product_reference": "perl-B-0:1.89-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64"
},
"product_reference": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le"
},
"product_reference": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x"
},
"product_reference": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64"
},
"product_reference": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Benchmark-0:1.25-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch"
},
"product_reference": "perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch"
},
"product_reference": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch"
},
"product_reference": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch"
},
"product_reference": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64"
},
"product_reference": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x"
},
"product_reference": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64"
},
"product_reference": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch"
},
"product_reference": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DirHandle-0:1.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch"
},
"product_reference": "perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch"
},
"product_reference": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64"
},
"product_reference": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le"
},
"product_reference": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x"
},
"product_reference": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64"
},
"product_reference": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-English-0:1.11-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch"
},
"product_reference": "perl-English-0:1.11-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.38-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64"
},
"product_reference": "perl-Errno-0:1.38-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.38-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.38-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x"
},
"product_reference": "perl-Errno-0:1.38-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Errno-0:1.38-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64"
},
"product_reference": "perl-Errno-0:1.38-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch"
},
"product_reference": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch"
},
"product_reference": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch"
},
"product_reference": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64"
},
"product_reference": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x"
},
"product_reference": "perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64"
},
"product_reference": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Basename-0:2.86-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch"
},
"product_reference": "perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch"
},
"product_reference": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Copy-0:2.41-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch"
},
"product_reference": "perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64"
},
"product_reference": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le"
},
"product_reference": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x"
},
"product_reference": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64"
},
"product_reference": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-0:1.44-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch"
},
"product_reference": "perl-File-Find-0:1.44-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-stat-0:1.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch"
},
"product_reference": "perl-File-stat-0:1.14-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileCache-0:1.10-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch"
},
"product_reference": "perl-FileCache-0:1.10-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FileHandle-0:2.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch"
},
"product_reference": "perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-FindBin-0:1.54-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch"
},
"product_reference": "perl-FindBin-0:1.54-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64"
},
"product_reference": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le"
},
"product_reference": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x"
},
"product_reference": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64"
},
"product_reference": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64"
},
"product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le"
},
"product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x"
},
"product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64"
},
"product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch"
},
"product_reference": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64"
},
"product_reference": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x"
},
"product_reference": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64"
},
"product_reference": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch"
},
"product_reference": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch"
},
"product_reference": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64"
},
"product_reference": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x"
},
"product_reference": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64"
},
"product_reference": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.55-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64"
},
"product_reference": "perl-IO-0:1.55-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.55-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le"
},
"product_reference": "perl-IO-0:1.55-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.55-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x"
},
"product_reference": "perl-IO-0:1.55-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-0:1.55-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64"
},
"product_reference": "perl-IO-0:1.55-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64"
},
"product_reference": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le"
},
"product_reference": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x"
},
"product_reference": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64"
},
"product_reference": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch"
},
"product_reference": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch"
},
"product_reference": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch"
},
"product_reference": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Memoize-0:1.16-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch"
},
"product_reference": "perl-Memoize-0:1.16-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch"
},
"product_reference": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64"
},
"product_reference": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le"
},
"product_reference": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x"
},
"product_reference": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64"
},
"product_reference": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-NEXT-0:0.69-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch"
},
"product_reference": "perl-NEXT-0:0.69-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-0:1.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch"
},
"product_reference": "perl-Net-0:1.04-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64"
},
"product_reference": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le"
},
"product_reference": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x"
},
"product_reference": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64"
},
"product_reference": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64"
},
"product_reference": "perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x"
},
"product_reference": "perl-Opcode-0:1.65-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-0:1.65-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64"
},
"product_reference": "perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x"
},
"product_reference": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64"
},
"product_reference": "perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le"
},
"product_reference": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x"
},
"product_reference": "perl-POSIX-0:2.20-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-0:2.20-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64"
},
"product_reference": "perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64"
},
"product_reference": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le"
},
"product_reference": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x"
},
"product_reference": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64"
},
"product_reference": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch"
},
"product_reference": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch"
},
"product_reference": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Safe-0:2.46-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch"
},
"product_reference": "perl-Safe-0:2.46-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch"
},
"product_reference": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch"
},
"product_reference": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch"
},
"product_reference": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Symbol-0:1.09-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch"
},
"product_reference": "perl-Symbol-0:1.09-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64"
},
"product_reference": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x"
},
"product_reference": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64"
},
"product_reference": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch"
},
"product_reference": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch"
},
"product_reference": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Test-0:1.31-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch"
},
"product_reference": "perl-Test-0:1.31-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch"
},
"product_reference": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-0:3.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch"
},
"product_reference": "perl-Thread-0:3.05-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch"
},
"product_reference": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-0:4.6-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch"
},
"product_reference": "perl-Tie-0:4.6-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-File-0:1.09-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch"
},
"product_reference": "perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch"
},
"product_reference": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-0:1.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch"
},
"product_reference": "perl-Time-0:1.04-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64"
},
"product_reference": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x"
},
"product_reference": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64"
},
"product_reference": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch"
},
"product_reference": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-User-pwent-0:1.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch"
},
"product_reference": "perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-autouse-0:1.11-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch"
},
"product_reference": "perl-autouse-0:1.11-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-0:2.27-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch"
},
"product_reference": "perl-base-0:2.27-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-blib-0:1.07-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch"
},
"product_reference": "perl-blib-0:1.07-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugger-0:1.60-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch"
},
"product_reference": "perl-debugger-0:1.60-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-deprecate-0:0.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch"
},
"product_reference": "perl-deprecate-0:0.04-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-devel-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-devel-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-diagnostics-0:1.40-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch"
},
"product_reference": "perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-0:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch"
},
"product_reference": "perl-doc-0:5.40.2-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch"
},
"product_reference": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-fields-0:2.27-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch"
},
"product_reference": "perl-fields-0:2.27-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-filetest-0:1.03-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch"
},
"product_reference": "perl-filetest-0:1.03-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-if-0:0.61.000-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch"
},
"product_reference": "perl-if-0:0.61.000-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-less-0:0.03-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch"
},
"product_reference": "perl-less-0:0.03-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64"
},
"product_reference": "perl-lib-0:0.65-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le"
},
"product_reference": "perl-lib-0:0.65-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x"
},
"product_reference": "perl-lib-0:0.65-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-lib-0:0.65-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64"
},
"product_reference": "perl-lib-0:0.65-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch"
},
"product_reference": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-libs-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-locale-0:1.12-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch"
},
"product_reference": "perl-locale-0:1.12-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-macros-4:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch"
},
"product_reference": "perl-macros-4:5.40.2-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch"
},
"product_reference": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.29-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64"
},
"product_reference": "perl-mro-0:1.29-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.29-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le"
},
"product_reference": "perl-mro-0:1.29-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.29-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x"
},
"product_reference": "perl-mro-0:1.29-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-0:1.29-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64"
},
"product_reference": "perl-mro-0:1.29-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64"
},
"product_reference": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le"
},
"product_reference": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x"
},
"product_reference": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64"
},
"product_reference": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-open-0:1.13-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch"
},
"product_reference": "perl-open-0:1.13-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overload-0:1.37-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch"
},
"product_reference": "perl-overload-0:1.37-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-overloading-0:0.02-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch"
},
"product_reference": "perl-overloading-0:0.02-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64"
},
"product_reference": "perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le"
},
"product_reference": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x"
},
"product_reference": "perl-ph-0:5.40.2-512.2.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-ph-0:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64"
},
"product_reference": "perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sigtrap-0:1.10-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch"
},
"product_reference": "perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-sort-0:2.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch"
},
"product_reference": "perl-sort-0:2.05-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-subs-0:1.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch"
},
"product_reference": "perl-subs-0:1.04-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-utils-0:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch"
},
"product_reference": "perl-utils-0:5.40.2-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vars-0:1.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch"
},
"product_reference": "perl-vars-0:1.05-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-vmsish-0:1.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch"
},
"product_reference": "perl-vmsish-0:1.04-512.2.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2025-05-30T13:00:49.546076+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "RHBZ#2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/10387",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/23010",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"category": "external",
"summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
}
],
"release_date": "2025-05-30T12:20:11.237000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-29T08:53:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12056"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src",
"AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64",
"AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch",
"AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths"
}
]
}
RHSA-2025:13267
Vulnerability from csaf_redhat - Published: 2025-08-06 15:26 - Updated: 2026-05-19 21:13A flaw was found in CPython's tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter="data" or filter="tar" extraction filters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in libxml2's xmlBuildQName function, where integer overflows in buffer size calculations can lead to a stack-based buffer overflow. This issue can result in memory corruption or a denial of service when processing crafted input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
A vulnerability was found in libxml2. Processing certain sch:name elements from the input XML file can trigger a memory corruption issue. This flaw allows an attacker to craft a malicious XML input file that can lead libxml to crash, resulting in a denial of service or other possible undefined behavior due to sensitive data being corrupted in memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 | — |
Workaround
|
{
"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": "A Subscription Management tool for finding and reporting Red Hat product usage",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds, identifies, and reports environment data, or facts, such as the number of physical and virtual systems on a network, their operating systems, and relevant configuration data stored within them. Discovery also identifies and reports more detailed facts for some versions of key Red Hat packages and products that it finds in the network.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:13267",
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-12718",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-40909",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4138",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4330",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4435",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4517",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-49796",
"url": "https://access.redhat.com/security/cve/CVE-2025-49796"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6021",
"url": "https://access.redhat.com/security/cve/CVE-2025-6021"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6965",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7425",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery",
"url": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13267.json"
}
],
"title": "Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage",
"tracking": {
"current_release_date": "2026-05-19T21:13:22+00:00",
"generator": {
"date": "2026-05-19T21:13:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2025:13267",
"initial_release_date": "2025-08-06T15:26:03+00:00",
"revision_history": [
{
"date": "2025-08-06T15:26:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-06T15:26:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-19T21:13:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Discovery 2",
"product": {
"name": "Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:discovery:2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Discovery"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3Aad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754478727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754485705"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3Ac517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754478727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754485705"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:00:57.613538+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "RHBZ#2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/127987",
"url": "https://github.com/python/cpython/issues/127987"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:10.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T09:03:58.434950+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "RHBZ#2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:02.717000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"discovery_date": "2025-06-03T14:00:46.485917+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Tarfile extracts filtered members when errorlevel=0",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "RHBZ#2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:06.792000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Tarfile extracts filtered members when errorlevel=0"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:12.271192+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Arbitrary writes via tarfile realpath overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "RHBZ#2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:50.352000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
},
{
"acknowledgments": [
{
"names": [
"Ahmed Lekssays"
]
}
],
"cve": "CVE-2025-6021",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-06-12T07:55:45.428000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372406"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxml2\u0027s xmlBuildQName function, where integer overflows in buffer size calculations can lead to a stack-based buffer overflow. This issue can result in memory corruption or a denial of service when processing crafted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: Integer Overflow in xmlBuildQName() Leads to Stack Buffer Overflow in libxml2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate due to the lack of confidentiality impact and limited integrity concerns, with the main risk being potential denial-of-service from a crash. Exploitation requires crafted XML input and specific application behavior using xmlBuildQName. While it\u2019s a write overflow, modern mitigations make remote code execution unlikely.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6021"
},
{
"category": "external",
"summary": "RHBZ#2372406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372406"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6021",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6021"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/926",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/926"
}
],
"release_date": "2025-06-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability. Users are strongly advised to apply vendor-supplied patches as soon as they become available to address the underlying integer overflow flaw in the affected code.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxml2: Integer Overflow in xmlBuildQName() Leads to Stack Buffer Overflow in libxml2"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"discovery_date": "2025-07-15T14:02:19.241458+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380149"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: Integer Truncation in SQLite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer overflows or memory mismanagement. However, exploitation requires the ability to craft complex SQL queries and interact with the SQLite engine in a specific manner\u2014typically through direct SQL input. There is no known evidence of arbitrary code execution, privilege escalation, or remote exploitability as a direct result of this flaw. Additionally, most SQLite deployments are embedded in applications where input is tightly controlled or sanitized.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "RHBZ#2380149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL"
},
{
"category": "external",
"summary": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8",
"url": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8"
}
],
"release_date": "2025-07-15T13:44:00.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: Integer Truncation in SQLite"
},
{
"acknowledgments": [
{
"names": [
"Sergei Glazunov"
],
"organization": "Google Project Zero"
}
],
"cve": "CVE-2025-7425",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-07-10T09:37:28.172000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379274"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This heap-use-after-free vulnerability in libxslt is rated Important because it can lead to memory corruption and application crashes. The flaw arises when internal attribute metadata (atype) is modified by libxslt\u0027s xsltSetSourceNodeFlags() function during processing of result tree fragments. If the flag corruption prevents proper removal of ID references, later memory cleanup routines may operate on already-freed memory. Since libxslt is commonly used in server-side XML processing, this could result in denial-of-service or potentially facilitate code execution under certain memory reuse conditions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "RHBZ#2379274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: libxml2: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr"
},
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2025-05-30T13:00:49.546076+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths",
"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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "RHBZ#2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/10387",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/23010",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"category": "external",
"summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
}
],
"release_date": "2025-05-30T12:20:11.237000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths"
},
{
"cve": "CVE-2025-49796",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-06-12T00:35:26.470000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372385"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in libxml2. Processing certain sch:name elements from the input XML file can trigger a memory corruption issue. This flaw allows an attacker to craft a malicious XML input file that can lead libxml to crash, resulting in a denial of service or other possible undefined behavior due to sensitive data being corrupted in memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml: Type confusion leads to Denial of service (DoS)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has evaluated this vulnerability as having an Important security impact, as libxml can be used to parse XML from the network depending on how the program consumes it using the library. Additionally, although the initial report shows a crash due to invalid memory access (A:H), other undefined issues that can present data integrity due to the application overwriting sensitive data are not discarded (I:H).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-49796"
},
{
"category": "external",
"summary": "RHBZ#2372385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372385"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/933",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/933"
}
],
"release_date": "2025-06-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "There\u0027s no available mitigation other than to avoid processing untrusted XML documents if the user is unable/unwilling to update the library.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml: Type confusion leads to Denial of service (DoS)"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.