Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-37891 (GCVE-0-2024-37891)
Vulnerability from cvelistv5 – Published: 2024-06-17 19:18 – Updated: 2025-11-03 21:55- CWE-669 - Incorrect Resource Transfer Between Spheres
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-37891",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-06-18T13:49:45.845349Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-06-18T13:49:57.293Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T21:55:35.021Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf"
},
{
"name": "https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e"
},
{
"url": "https://www.vicarius.io/vsociety/posts/proxy-authorization-header-handling-vulnerability-in-urllib3-cve-2024-37891"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240822-0003/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00020.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "urllib3",
"vendor": "urllib3",
"versions": [
{
"status": "affected",
"version": "\u003c 1.26.19"
},
{
"status": "affected",
"version": "\u003e= 2.0.0, \u003c 2.2.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": " urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-669",
"description": "CWE-669: Incorrect Resource Transfer Between Spheres",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-06-17T19:18:32.574Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf"
},
{
"name": "https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e"
}
],
"source": {
"advisory": "GHSA-34jh-p97f-mpxf",
"discovery": "UNKNOWN"
},
"title": "Proxy-Authorization request header isn\u0027t stripped during cross-origin redirects in urllib3"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-37891",
"datePublished": "2024-06-17T19:18:32.574Z",
"dateReserved": "2024-06-10T19:54:41.361Z",
"dateUpdated": "2025-11-03T21:55:35.021Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-37891",
"date": "2026-06-29",
"epss": "0.01141",
"percentile": "0.62644"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \" urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.\"}, {\"lang\": \"es\", \"value\": \"urllib3 es una librer\\u00eda cliente HTTP f\\u00e1cil de usar para Python. Cuando se utiliza el soporte de proxy de urllib3 con `ProxyManager`, el encabezado `Proxy-Authorization` solo se env\\u00eda al proxy configurado, como se esperaba. Sin embargo, al enviar solicitudes HTTP *sin* utilizar el soporte de proxy de urllib3, es posible configurar accidentalmente el encabezado `Proxy-Authorization` aunque no tendr\\u00e1 ning\\u00fan efecto ya que la solicitud no utiliza un proxy de reenv\\u00edo o un proxy de t\\u00fanel. En esos casos, urllib3 no trata el encabezado HTTP \\\"Proxy-Authorization\\\" como si llevara material de autenticaci\\u00f3n y, por lo tanto, no elimina el encabezado en redirecciones de origen cruzado. Dado que se trata de un escenario muy improbable, creemos que la gravedad de esta vulnerabilidad es baja para casi todos los usuarios. Por precauci\\u00f3n, urllib3 eliminar\\u00e1 autom\\u00e1ticamente el encabezado \\\"Proxy-Authorization\\\" durante las redirecciones entre or\\u00edgenes para evitar la peque\\u00f1a posibilidad de que los usuarios hagan esto por accidente. Los usuarios deben usar el soporte de proxy de urllib3 o desactivar las redirecciones autom\\u00e1ticas para lograr un procesamiento seguro del encabezado `Proxy-Authorization`, pero aun as\\u00ed decidimos eliminar el encabezado de forma predeterminada para proteger a\\u00fan m\\u00e1s a los usuarios que no utilizan el enfoque correcto. Creemos que la cantidad de usos afectados por este aviso es baja. Requiere que todo lo siguiente sea cierto para ser explotado: 1. Configurar el encabezado `Proxy-Authorization` sin utilizar el soporte de proxy integrado de urllib3. 2. No deshabilitar las redirecciones HTTP. 3. Ya sea no utilizar un servidor de origen HTTPS o que el proxy o el origen de destino redirija a un origen malicioso. Se recomienda a los usuarios que actualicen a la versi\\u00f3n 1.26.19 o a la versi\\u00f3n 2.2.2. Los usuarios que no puedan actualizar pueden usar el encabezado `Proxy-Authorization` con `ProxyManager` de urllib3, deshabilitar las redirecciones HTTP usando `redirects=False` al enviar solicitudes o no usar el encabezado `Proxy-Authorization` como mitigaci\\u00f3n.\"}]",
"id": "CVE-2024-37891",
"lastModified": "2024-11-21T09:24:28.953",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N\", \"baseScore\": 4.4, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"HIGH\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 0.7, \"impactScore\": 3.6}]}",
"published": "2024-06-17T20:15:13.450",
"references": "[{\"url\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240822-0003/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://www.vicarius.io/vsociety/posts/proxy-authorization-header-handling-vulnerability-in-urllib3-cve-2024-37891\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Awaiting Analysis",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-669\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-37891\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-06-17T20:15:13.450\",\"lastModified\":\"2026-06-17T07:38:59.980\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\" urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.\"},{\"lang\":\"es\",\"value\":\"urllib3 es una librer\u00eda cliente HTTP f\u00e1cil de usar para Python. Cuando se utiliza el soporte de proxy de urllib3 con `ProxyManager`, el encabezado `Proxy-Authorization` solo se env\u00eda al proxy configurado, como se esperaba. Sin embargo, al enviar solicitudes HTTP *sin* utilizar el soporte de proxy de urllib3, es posible configurar accidentalmente el encabezado `Proxy-Authorization` aunque no tendr\u00e1 ning\u00fan efecto ya que la solicitud no utiliza un proxy de reenv\u00edo o un proxy de t\u00fanel. En esos casos, urllib3 no trata el encabezado HTTP \\\"Proxy-Authorization\\\" como si llevara material de autenticaci\u00f3n y, por lo tanto, no elimina el encabezado en redirecciones de origen cruzado. Dado que se trata de un escenario muy improbable, creemos que la gravedad de esta vulnerabilidad es baja para casi todos los usuarios. Por precauci\u00f3n, urllib3 eliminar\u00e1 autom\u00e1ticamente el encabezado \\\"Proxy-Authorization\\\" durante las redirecciones entre or\u00edgenes para evitar la peque\u00f1a posibilidad de que los usuarios hagan esto por accidente. Los usuarios deben usar el soporte de proxy de urllib3 o desactivar las redirecciones autom\u00e1ticas para lograr un procesamiento seguro del encabezado `Proxy-Authorization`, pero aun as\u00ed decidimos eliminar el encabezado de forma predeterminada para proteger a\u00fan m\u00e1s a los usuarios que no utilizan el enfoque correcto. Creemos que la cantidad de usos afectados por este aviso es baja. Requiere que todo lo siguiente sea cierto para ser explotado: 1. Configurar el encabezado `Proxy-Authorization` sin utilizar el soporte de proxy integrado de urllib3. 2. No deshabilitar las redirecciones HTTP. 3. Ya sea no utilizar un servidor de origen HTTPS o que el proxy o el origen de destino redirija a un origen malicioso. Se recomienda a los usuarios que actualicen a la versi\u00f3n 1.26.19 o a la versi\u00f3n 2.2.2. Los usuarios que no puedan actualizar pueden usar el encabezado `Proxy-Authorization` con `ProxyManager` de urllib3, deshabilitar las redirecciones HTTP usando `redirects=False` al enviar solicitudes o no usar el encabezado `Proxy-Authorization` como mitigaci\u00f3n.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"urllib3\",\"product\":\"urllib3\",\"versions\":[{\"version\":\"\u003c 1.26.19\",\"status\":\"affected\"},{\"version\":\"\u003e= 2.0.0, \u003c 2.2.2\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":4.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":0.7,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-06-18T13:49:45.845349Z\",\"id\":\"CVE-2024-37891\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-669\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:urllib3:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.26.19\",\"matchCriteriaId\":\"D5928040-D3AD-47DB-B96F-CB8179059C35\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:urllib3:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.0.0\",\"versionEndExcluding\":\"2.2.2\",\"matchCriteriaId\":\"7B31B540-2C53-4261-A339-A5B82B6FF35B\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:vmware_vsphere:*:*\",\"matchCriteriaId\":\"3A756737-1CC4-42C2-A4DF-E1C893B4E2D5\"}]}]}],\"references\":[{\"url\":\"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/12/msg00020.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20240822-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.vicarius.io/vsociety/posts/proxy-authorization-header-handling-vulnerability-in-urllib3-cve-2024-37891\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mitigation\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"name\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"name\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://www.vicarius.io/vsociety/posts/proxy-authorization-header-handling-vulnerability-in-urllib3-cve-2024-37891\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240822-0003/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/12/msg00020.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T21:55:35.021Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-37891\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-06-18T13:49:45.845349Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-06-18T13:49:53.732Z\"}}], \"cna\": {\"title\": \"Proxy-Authorization request header isn\u0027t stripped during cross-origin redirects in urllib3\", \"source\": {\"advisory\": \"GHSA-34jh-p97f-mpxf\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"HIGH\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"urllib3\", \"product\": \"urllib3\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.26.19\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.0.0, \u003c 2.2.2\"}]}], \"references\": [{\"url\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"name\": \"https://github.com/urllib3/urllib3/security/advisories/GHSA-34jh-p97f-mpxf\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"name\": \"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \" urllib3 is a user-friendly HTTP client library for Python. When using urllib3\u0027s proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3\u0027s proxy support, it\u0027s possible to accidentally configure the `Proxy-Authorization` header even though it won\u0027t have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn\u0027t treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn\u0027t strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3\u0027s proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren\u0027t using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3\u0027s built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3\u0027s `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-669\", \"description\": \"CWE-669: Incorrect Resource Transfer Between Spheres\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-06-17T19:18:32.574Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-37891\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T21:55:35.021Z\", \"dateReserved\": \"2024-06-10T19:54:41.361Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-06-17T19:18:32.574Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2024_4744
Vulnerability from csaf_redhat - Published: 2024-07-23 15:29 - Updated: 2024-12-18 04:36A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64 | — |
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 resource-agents is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The resource-agents packages provide the Pacemaker and RGManager service managers with a set of scripts. These scripts interface with several services to allow operating in a high-availability (HA) environment.\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-2024:4744",
"url": "https://access.redhat.com/errata/RHSA-2024:4744"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4744.json"
}
],
"title": "Red Hat Security Advisory: resource-agents update",
"tracking": {
"current_release_date": "2024-12-18T04:36:44+00:00",
"generator": {
"date": "2024-12-18T04:36:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:4744",
"initial_release_date": "2024-07-23T15:29:38+00:00",
"revision_history": [
{
"date": "2024-07-23T15:29:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-23T15:29:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:36:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-40.el8_8.4.src",
"product": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.src",
"product_id": "resource-agents-0:4.9.0-40.el8_8.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-40.el8_8.4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"product": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"product_id": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-40.el8_8.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"product": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"product_id": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-40.el8_8.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"product_id": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-40.el8_8.4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"product_id": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-40.el8_8.4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-40.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun@4.9.0-40.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-gcp@4.9.0-40.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-40.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-40.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun-debuginfo@4.9.0-40.el8_8.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"product_id": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-40.el8_8.4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-40.el8_8.4.s390x",
"product": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.s390x",
"product_id": "resource-agents-0:4.9.0-40.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-40.el8_8.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"product": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"product_id": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-40.el8_8.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"product_id": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-40.el8_8.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"product_id": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-40.el8_8.4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"product": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"product_id": "resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.9.0-40.el8_8.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"product": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"product_id": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-paf@4.9.0-40.el8_8.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"product": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"product_id": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.9.0-40.el8_8.4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"product": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"product_id": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.9.0-40.el8_8.4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.src as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.src",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.src",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64"
},
"product_reference": "resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-23T15:29:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4744"
},
{
"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": [
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"HighAvailability-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"HighAvailability-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.src",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-aliyun-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debuginfo-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-debugsource-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-gcp-0:4.9.0-40.el8_8.4.x86_64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.aarch64",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.s390x",
"ResilientStorage-8.8.0.Z.EUS:resource-agents-paf-0:4.9.0-40.el8_8.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_4746
Vulnerability from csaf_redhat - Published: 2024-07-23 15:32 - Updated: 2024-12-18 04:36A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.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 fence-agents is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \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-2024:4746",
"url": "https://access.redhat.com/errata/RHSA-2024:4746"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4746.json"
}
],
"title": "Red Hat Security Advisory: fence-agents update",
"tracking": {
"current_release_date": "2024-12-18T04:36:21+00:00",
"generator": {
"date": "2024-12-18T04:36:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:4746",
"initial_release_date": "2024-07-23T15:32:48+00:00",
"revision_history": [
{
"date": "2024-07-23T15:32:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-23T15:32:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:36:21+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.2.1-112.el8_8.7.src",
"product": {
"name": "fence-agents-0:4.2.1-112.el8_8.7.src",
"product_id": "fence-agents-0:4.2.1-112.el8_8.7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.2.1-112.el8_8.7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-112.el8_8.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-112.el8_8.7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"product_id": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.2.1-112.el8_8.7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun-debuginfo@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.2.1-112.el8_8.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"product_id": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.2.1-112.el8_8.7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-112.el8_8.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-112.el8_8.7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.2.1-112.el8_8.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"product": {
"name": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"product_id": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.2.1-112.el8_8.7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-112.el8_8.7.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src"
},
"product_reference": "fence-agents-0:4.2.1-112.el8_8.7.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-112.el8_8.7.src as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src"
},
"product_reference": "fence-agents-0:4.2.1-112.el8_8.7.src",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)",
"product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-112.el8_8.7.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src"
},
"product_reference": "fence-agents-0:4.2.1-112.el8_8.7.src",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)",
"product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-23T15:32:48+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4746"
},
{
"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.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.7.src",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.aarch64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.ppc64le",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.s390x",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.7.x86_64",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.7.noarch",
"ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_5041
Vulnerability from csaf_redhat - Published: 2024-08-06 15:23 - Updated: 2024-12-18 04:37A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python-urllib3-0:1.24.2-5.el8_6.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python-urllib3-0:1.24.2-5.el8_6.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-urllib3-0:1.24.2-5.el8_6.3.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python-urllib3-0:1.24.2-5.el8_6.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-urllib3-0:1.24.2-5.el8_6.3.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 python-urllib3 is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:5041",
"url": "https://access.redhat.com/errata/RHSA-2024:5041"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5041.json"
}
],
"title": "Red Hat Security Advisory: python-urllib3 security update",
"tracking": {
"current_release_date": "2024-12-18T04:37:07+00:00",
"generator": {
"date": "2024-12-18T04:37:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:5041",
"initial_release_date": "2024-08-06T15:23:30+00:00",
"revision_history": [
{
"date": "2024-08-06T15:23:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-06T15:23:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:37:07+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 BaseOS AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:8.6::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-urllib3-0:1.24.2-5.el8_6.3.src",
"product": {
"name": "python-urllib3-0:1.24.2-5.el8_6.3.src",
"product_id": "python-urllib3-0:1.24.2-5.el8_6.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.24.2-5.el8_6.3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"product": {
"name": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"product_id": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.24.2-5.el8_6.3?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-5.el8_6.3.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python-urllib3-0:1.24.2-5.el8_6.3.src"
},
"product_reference": "python-urllib3-0:1.24.2-5.el8_6.3.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
},
"product_reference": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-5.el8_6.3.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python-urllib3-0:1.24.2-5.el8_6.3.src"
},
"product_reference": "python-urllib3-0:1.24.2-5.el8_6.3.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
},
"product_reference": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-5.el8_6.3.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python-urllib3-0:1.24.2-5.el8_6.3.src"
},
"product_reference": "python-urllib3-0:1.24.2-5.el8_6.3.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
},
"product_reference": "python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"BaseOS-8.6.0.Z.AUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.AUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.E4S:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.E4S:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.TUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.TUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-06T15:23: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": [
"BaseOS-8.6.0.Z.AUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.AUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.E4S:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.E4S:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.TUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.TUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5041"
},
{
"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": [
"BaseOS-8.6.0.Z.AUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.AUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.E4S:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.E4S:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.TUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.TUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.6.0.Z.AUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.AUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.E4S:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.E4S:python3-urllib3-0:1.24.2-5.el8_6.3.noarch",
"BaseOS-8.6.0.Z.TUS:python-urllib3-0:1.24.2-5.el8_6.3.src",
"BaseOS-8.6.0.Z.TUS:python3-urllib3-0:1.24.2-5.el8_6.3.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_5309
Vulnerability from csaf_redhat - Published: 2024-08-13 15:39 - Updated: 2024-12-18 04:37A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
{
"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 python-urllib3 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:5309",
"url": "https://access.redhat.com/errata/RHSA-2024:5309"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5309.json"
}
],
"title": "Red Hat Security Advisory: python-urllib3 security update",
"tracking": {
"current_release_date": "2024-12-18T04:37:17+00:00",
"generator": {
"date": "2024-12-18T04:37:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:5309",
"initial_release_date": "2024-08-13T15:39:29+00:00",
"revision_history": [
{
"date": "2024-08-13T15:39:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-13T15:39:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:37:17+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 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": "python-urllib3-0:1.24.2-8.el8_10.src",
"product": {
"name": "python-urllib3-0:1.24.2-8.el8_10.src",
"product_id": "python-urllib3-0:1.24.2-8.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.24.2-8.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-urllib3-0:1.24.2-8.el8_10.noarch",
"product": {
"name": "python3-urllib3-0:1.24.2-8.el8_10.noarch",
"product_id": "python3-urllib3-0:1.24.2-8.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.24.2-8.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-8.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.24.2-8.el8_10.src"
},
"product_reference": "python-urllib3-0:1.24.2-8.el8_10.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.24.2-8.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-urllib3-0:1.24.2-8.el8_10.noarch"
},
"product_reference": "python3-urllib3-0:1.24.2-8.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.24.2-8.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-urllib3-0:1.24.2-8.el8_10.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-13T15:39:29+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.24.2-8.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-urllib3-0:1.24.2-8.el8_10.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5309"
},
{
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.24.2-8.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-urllib3-0:1.24.2-8.el8_10.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.24.2-8.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-urllib3-0:1.24.2-8.el8_10.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_5526
Vulnerability from csaf_redhat - Published: 2024-08-19 02:06 - Updated: 2024-12-18 04:37A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
{
"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 python-urllib3 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:5526",
"url": "https://access.redhat.com/errata/RHSA-2024:5526"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5526.json"
}
],
"title": "Red Hat Security Advisory: python-urllib3 security update",
"tracking": {
"current_release_date": "2024-12-18T04:37:28+00:00",
"generator": {
"date": "2024-12-18T04:37:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:5526",
"initial_release_date": "2024-08-19T02:06:49+00:00",
"revision_history": [
{
"date": "2024-08-19T02:06:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-19T02:06:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:37:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:8.8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-urllib3-0:1.24.2-5.el8_8.2.src",
"product": {
"name": "python-urllib3-0:1.24.2-5.el8_8.2.src",
"product_id": "python-urllib3-0:1.24.2-5.el8_8.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.24.2-5.el8_8.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-urllib3-0:1.24.2-5.el8_8.2.noarch",
"product": {
"name": "python3-urllib3-0:1.24.2-5.el8_8.2.noarch",
"product_id": "python3-urllib3-0:1.24.2-5.el8_8.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.24.2-5.el8_8.2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-5.el8_8.2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS:python-urllib3-0:1.24.2-5.el8_8.2.src"
},
"product_reference": "python-urllib3-0:1.24.2-5.el8_8.2.src",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.24.2-5.el8_8.2.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS:python3-urllib3-0:1.24.2-5.el8_8.2.noarch"
},
"product_reference": "python3-urllib3-0:1.24.2-5.el8_8.2.noarch",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"BaseOS-8.8.0.Z.EUS:python-urllib3-0:1.24.2-5.el8_8.2.src",
"BaseOS-8.8.0.Z.EUS:python3-urllib3-0:1.24.2-5.el8_8.2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-19T02:06:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-8.8.0.Z.EUS:python-urllib3-0:1.24.2-5.el8_8.2.src",
"BaseOS-8.8.0.Z.EUS:python3-urllib3-0:1.24.2-5.el8_8.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5526"
},
{
"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": [
"BaseOS-8.8.0.Z.EUS:python-urllib3-0:1.24.2-5.el8_8.2.src",
"BaseOS-8.8.0.Z.EUS:python3-urllib3-0:1.24.2-5.el8_8.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.8.0.Z.EUS:python-urllib3-0:1.24.2-5.el8_8.2.src",
"BaseOS-8.8.0.Z.EUS:python3-urllib3-0:1.24.2-5.el8_8.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_5622
Vulnerability from csaf_redhat - Published: 2024-08-20 15:55 - Updated: 2024-12-18 04:36A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.13.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.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 fence-agents is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:5622",
"url": "https://access.redhat.com/errata/RHSA-2024:5622"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5622.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2024-12-18T04:36:33+00:00",
"generator": {
"date": "2024-12-18T04:36:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:5622",
"initial_release_date": "2024-08-20T15:55:27+00:00",
"revision_history": [
{
"date": "2024-08-20T15:55:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-20T15:55:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:36:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::highavailability"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.2.1-89.el8_6.13.src",
"product": {
"name": "fence-agents-0:4.2.1-89.el8_6.13.src",
"product_id": "fence-agents-0:4.2.1-89.el8_6.13.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.2.1-89.el8_6.13?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun-debuginfo@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-89.el8_6.13?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"product_id": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.2.1-89.el8_6.13?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.2.1-89.el8_6.13?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"product": {
"name": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"product_id": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.2.1-89.el8_6.13?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-89.el8_6.13?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-89.el8_6.13?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-89.el8_6.13?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-89.el8_6.13?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-89.el8_6.13?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-89.el8_6.13.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.13.src"
},
"product_reference": "fence-agents-0:4.2.1-89.el8_6.13.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-89.el8_6.13.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src"
},
"product_reference": "fence-agents-0:4.2.1-89.el8_6.13.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-89.el8_6.13.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src"
},
"product_reference": "fence-agents-0:4.2.1-89.el8_6.13.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-89.el8_6.13.src as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src"
},
"product_reference": "fence-agents-0:4.2.1-89.el8_6.13.src",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.2.1-89.el8_6.13.src as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src"
},
"product_reference": "fence-agents-0:4.2.1-89.el8_6.13.src",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)",
"product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
},
"product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-20T15:55:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5622"
},
{
"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.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.aarch64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.ppc64le",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.s390x",
"HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.E4S:fence-agents-zvm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.13.src",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.13.x86_64",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.13.noarch",
"HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.13.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_5627
Vulnerability from csaf_redhat - Published: 2024-08-20 15:50 - Updated: 2024-12-18 04:36A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 | — |
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 fence-agents is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:5627",
"url": "https://access.redhat.com/errata/RHSA-2024:5627"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5627.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2024-12-18T04:36:20+00:00",
"generator": {
"date": "2024-12-18T04:36:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:5627",
"initial_release_date": "2024-08-20T15:50:18+00:00",
"revision_history": [
{
"date": "2024-08-20T15:50:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-20T15:50:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:36:20+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 E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-openstack-support-debuginfo@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-20.el9_0.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"product": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"product_id": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-openstack-support@4.10.0-20.el9_0.15?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-openstack-support-debuginfo@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"product": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"product_id": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-openstack-support@4.10.0-20.el9_0.15?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.15?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-20.el9_0.15?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"product": {
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"product_id": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-20.el9_0.15?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.10.0-20.el9_0.15.src",
"product": {
"name": "fence-agents-0:4.10.0-20.el9_0.15.src",
"product_id": "fence-agents-0:4.10.0-20.el9_0.15.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.10.0-20.el9_0.15?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.15?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-20.el9_0.15.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src"
},
"product_reference": "fence-agents-0:4.10.0-20.el9_0.15.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-20.el9_0.15.src as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src"
},
"product_reference": "fence-agents-0:4.10.0-20.el9_0.15.src",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)",
"product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-20.el9_0.15.src as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src"
},
"product_reference": "fence-agents-0:4.10.0-20.el9_0.15.src",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)",
"product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
},
"product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-20T15:50:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5627"
},
{
"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.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.15.src",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.aarch64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.15.noarch",
"ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.15.s390x",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.15.x86_64",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.ppc64le",
"ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.15.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_5633
Vulnerability from csaf_redhat - Published: 2024-08-20 16:12 - Updated: 2024-12-18 04:36A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64 | — |
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 fence-agents is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. \n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:5633",
"url": "https://access.redhat.com/errata/RHSA-2024:5633"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5633.json"
}
],
"title": "Red Hat Security Advisory: fence-agents security update",
"tracking": {
"current_release_date": "2024-12-18T04:36:07+00:00",
"generator": {
"date": "2024-12-18T04:36:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:5633",
"initial_release_date": "2024-08-20T16:12:34+00:00",
"revision_history": [
{
"date": "2024-08-20T16:12:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-08-20T16:12:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:36:07+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.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virt@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-43.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"product": {
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"product_id": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-43.el9_2.7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"product": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-43.el9_2.7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"product": {
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"product_id": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-43.el9_2.7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "fence-agents-0:4.10.0-43.el9_2.7.src",
"product": {
"name": "fence-agents-0:4.10.0-43.el9_2.7.src",
"product_id": "fence-agents-0:4.10.0-43.el9_2.7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fence-agents@4.10.0-43.el9_2.7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-43.el9_2.7.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src"
},
"product_reference": "fence-agents-0:4.10.0-43.el9_2.7.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-43.el9_2.7.src as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src"
},
"product_reference": "fence-agents-0:4.10.0-43.el9_2.7.src",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)",
"product_id": "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-0:4.10.0-43.el9_2.7.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src"
},
"product_reference": "fence-agents-0:4.10.0-43.el9_2.7.src",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch"
},
"product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x"
},
"product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)",
"product_id": "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
},
"product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-08-20T16:12:34+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:5633"
},
{
"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.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.7.src",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.aarch64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.ppc64le",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.7.noarch",
"ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.7.s390x",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.7.x86_64",
"ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_6162
Vulnerability from csaf_redhat - Published: 2024-09-03 06:05 - Updated: 2024-12-18 04:36A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
{
"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 python-urllib3 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": "The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:6162",
"url": "https://access.redhat.com/errata/RHSA-2024:6162"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6162.json"
}
],
"title": "Red Hat Security Advisory: python-urllib3 security update",
"tracking": {
"current_release_date": "2024-12-18T04:36:45+00:00",
"generator": {
"date": "2024-12-18T04:36:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:6162",
"initial_release_date": "2024-09-03T06:05:32+00:00",
"revision_history": [
{
"date": "2024-09-03T06:05:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-03T06:05:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:36:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-urllib3-0:1.26.5-5.el9_4.1.src",
"product": {
"name": "python-urllib3-0:1.26.5-5.el9_4.1.src",
"product_id": "python-urllib3-0:1.26.5-5.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.26.5-5.el9_4.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-urllib3-0:1.26.5-5.el9_4.1.noarch",
"product": {
"name": "python3-urllib3-0:1.26.5-5.el9_4.1.noarch",
"product_id": "python3-urllib3-0:1.26.5-5.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-urllib3@1.26.5-5.el9_4.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.26.5-5.el9_4.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python-urllib3-0:1.26.5-5.el9_4.1.src"
},
"product_reference": "python-urllib3-0:1.26.5-5.el9_4.1.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-urllib3-0:1.26.5-5.el9_4.1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.4.0.Z.MAIN.EUS:python3-urllib3-0:1.26.5-5.el9_4.1.noarch"
},
"product_reference": "python3-urllib3-0:1.26.5-5.el9_4.1.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"BaseOS-9.4.0.Z.MAIN.EUS:python-urllib3-0:1.26.5-5.el9_4.1.src",
"BaseOS-9.4.0.Z.MAIN.EUS:python3-urllib3-0:1.26.5-5.el9_4.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-03T06:05:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"BaseOS-9.4.0.Z.MAIN.EUS:python-urllib3-0:1.26.5-5.el9_4.1.src",
"BaseOS-9.4.0.Z.MAIN.EUS:python3-urllib3-0:1.26.5-5.el9_4.1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6162"
},
{
"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": [
"BaseOS-9.4.0.Z.MAIN.EUS:python-urllib3-0:1.26.5-5.el9_4.1.src",
"BaseOS-9.4.0.Z.MAIN.EUS:python3-urllib3-0:1.26.5-5.el9_4.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-9.4.0.Z.MAIN.EUS:python-urllib3-0:1.26.5-5.el9_4.1.src",
"BaseOS-9.4.0.Z.MAIN.EUS:python3-urllib3-0:1.26.5-5.el9_4.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
RHSA-2024_6239
Vulnerability from csaf_redhat - Published: 2024-09-03 18:17 - Updated: 2024-12-18 04:37A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.E4S:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.TUS:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.TUS:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.4.0.Z.TUS:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64 | — |
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 resource-agents is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The resource-agents packages provide the Pacemaker and RGManager service managers with a set of scripts. These scripts interface with several services to allow operating in a high-availability (HA) environment.\n\nSecurity Fix(es):\n\n* urllib3: proxy-authorization request header is not stripped during cross-origin redirects (CVE-2024-37891)\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-2024:6239",
"url": "https://access.redhat.com/errata/RHSA-2024:6239"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6239.json"
}
],
"title": "Red Hat Security Advisory: resource-agents security update",
"tracking": {
"current_release_date": "2024-12-18T04:37:29+00:00",
"generator": {
"date": "2024-12-18T04:37:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2024:6239",
"initial_release_date": "2024-09-03T18:17:04+00:00",
"revision_history": [
{
"date": "2024-09-03T18:17:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-09-03T18:17:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-18T04:37:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::highavailability"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.1.1-90.el8_4.17.src",
"product": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.src",
"product_id": "resource-agents-0:4.1.1-90.el8_4.17.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.1.1-90.el8_4.17?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"product": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"product_id": "resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.1.1-90.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"product": {
"name": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"product_id": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun@4.1.1-90.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"product": {
"name": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"product_id": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-gcp@4.1.1-90.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"product": {
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"product_id": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.1.1-90.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"product": {
"name": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"product_id": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-aliyun-debuginfo@4.1.1-90.el8_4.17?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"product": {
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"product_id": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.1.1-90.el8_4.17?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"product": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"product_id": "resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents@4.1.1-90.el8_4.17?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"product": {
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"product_id": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debugsource@4.1.1-90.el8_4.17?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"product": {
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"product_id": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/resource-agents-debuginfo@4.1.1-90.el8_4.17?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.ppc64le"
},
"product_reference": "resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.src as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.src"
},
"product_reference": "resource-agents-0:4.1.1-90.el8_4.17.src",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le"
},
"product_reference": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le"
},
"product_reference": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.E4S:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.src as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.src"
},
"product_reference": "resource-agents-0:4.1.1-90.el8_4.17.src",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)",
"product_id": "HighAvailability-8.4.0.Z.TUS:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64"
},
"product_reference": "resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37891",
"cwe": {
"id": "CWE-669",
"name": "Incorrect Resource Transfer Between Spheres"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. In certain configurations, urllib3 does not treat the `Proxy-Authorization` HTTP header as one carrying authentication material. This issue results in not stripping the header on cross-origin redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": ".egg-info packages, like urllib3-1.24.2-py3.6.egg-info, store only metadata such as package version and dependencies and do not contain any affected codebase.",
"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": [
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37891"
},
{
"category": "external",
"summary": "RHBZ#2292788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37891"
}
],
"release_date": "2024-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-03T18:17: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": [
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:6239"
},
{
"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": [
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.E4S:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.ppc64le",
"HighAvailability-8.4.0.Z.E4S:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.E4S:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.src",
"HighAvailability-8.4.0.Z.TUS:resource-agents-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-aliyun-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debuginfo-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-debugsource-0:4.1.1-90.el8_4.17.x86_64",
"HighAvailability-8.4.0.Z.TUS:resource-agents-gcp-0:4.1.1-90.el8_4.17.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: proxy-authorization request header is not stripped during cross-origin redirects"
}
]
}
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.