Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-3748 (GCVE-0-2021-3748)
Vulnerability from cvelistv5
Published
2022-03-23 19:46
Modified
2024-08-03 17:09
Severity ?
VLAI Severity ?
EPSS score ?
Summary
A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor's address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
n/a | QEMU (virtio-net) |
Version: Affects qemu v0.10.0 and above, Fixed In – v6.2.0-rc0 and above. |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T17:09:08.293Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1998514" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://ubuntu.com/security/CVE-2021-3748" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/qemu/qemu/commit/bedd7e93d01961fcb16a97ae45d93acf357e11f6" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg00388.html" }, { "name": "[debian-lts-announce] 20220404 [SECURITY] [DLA 2970-1] qemu security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00002.html" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20220425-0004/" }, { "name": "GLSA-202208-27", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202208-27" }, { "name": "[debian-lts-announce] 20220905 [SECURITY] [DLA 3099-1] qemu security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00008.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "QEMU (virtio-net)", "vendor": "n/a", "versions": [ { "status": "affected", "version": "Affects qemu v0.10.0 and above, Fixed In \u2013 v6.2.0-rc0 and above." } ] } ], "descriptions": [ { "lang": "en", "value": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process." } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-416", "description": "CWE-416 - Use After Free", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-09-05T05:06:41", "orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749", "shortName": "redhat" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1998514" }, { "tags": [ "x_refsource_MISC" ], "url": "https://ubuntu.com/security/CVE-2021-3748" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/qemu/qemu/commit/bedd7e93d01961fcb16a97ae45d93acf357e11f6" }, { "tags": [ "x_refsource_MISC" ], "url": "https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg00388.html" }, { "name": "[debian-lts-announce] 20220404 [SECURITY] [DLA 2970-1] qemu security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00002.html" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://security.netapp.com/advisory/ntap-20220425-0004/" }, { "name": "GLSA-202208-27", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/202208-27" }, { "name": "[debian-lts-announce] 20220905 [SECURITY] [DLA 3099-1] qemu security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00008.html" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2021-3748", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "QEMU (virtio-net)", "version": { "version_data": [ { "version_value": "Affects qemu v0.10.0 and above, Fixed In \u2013 v6.2.0-rc0 and above." } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-416 - Use After Free" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1998514", "refsource": "MISC", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1998514" }, { "name": "https://ubuntu.com/security/CVE-2021-3748", "refsource": "MISC", "url": "https://ubuntu.com/security/CVE-2021-3748" }, { "name": "https://github.com/qemu/qemu/commit/bedd7e93d01961fcb16a97ae45d93acf357e11f6", "refsource": "MISC", "url": "https://github.com/qemu/qemu/commit/bedd7e93d01961fcb16a97ae45d93acf357e11f6" }, { "name": "https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg00388.html", "refsource": "MISC", "url": "https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg00388.html" }, { "name": "[debian-lts-announce] 20220404 [SECURITY] [DLA 2970-1] qemu security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00002.html" }, { "name": "https://security.netapp.com/advisory/ntap-20220425-0004/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20220425-0004/" }, { "name": "GLSA-202208-27", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202208-27" }, { "name": "[debian-lts-announce] 20220905 [SECURITY] [DLA 3099-1] qemu security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00008.html" } ] } } } }, "cveMetadata": { "assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749", "assignerShortName": "redhat", "cveId": "CVE-2021-3748", "datePublished": "2022-03-23T19:46:40", "dateReserved": "2021-08-30T00:00:00", "dateUpdated": "2024-08-03T17:09:08.293Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2021-3748\",\"sourceIdentifier\":\"secalert@redhat.com\",\"published\":\"2022-03-23T20:15:09.893\",\"lastModified\":\"2024-11-21T06:22:19.667\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.\"},{\"lang\":\"es\",\"value\":\"Se ha encontrado una vulnerabilidad de uso de memoria previamente liberada en el dispositivo virtio-net de QEMU. Podr\u00eda ocurrir cuando la direcci\u00f3n del descriptor pertenece a la regi\u00f3n de acceso no directo, debido a que num_buffers es establecido despu\u00e9s de que el elemento virtqueue haya sido desmapeado. Un hu\u00e9sped malicioso podr\u00eda usar este fallo para bloquear QEMU, resultando en una condici\u00f3n de denegaci\u00f3n de servicio, o potencialmente ejecutar c\u00f3digo en el host con los privilegios del proceso QEMU\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":0.8,\"impactScore\":6.0}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:M/Au:N/C:C/I:C/A:C\",\"baseScore\":6.9,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":3.4,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:qemu:qemu:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"0.10.0\",\"versionEndExcluding\":\"6.2.0\",\"matchCriteriaId\":\"69067884-3C1C-4933-8955-489BC2EB5BD5\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:20.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"902B8056-9E37-443B-8905-8AA93E2447FB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:21.10:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"AAE4D2D0-CEEB-416F-8BC5-A7987DF56190\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A930E247-0B43-43CB-98FF-6CE7B8189835\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:advanced_virtualization:*:*:*\",\"matchCriteriaId\":\"3AA08768-75AF-4791-B229-AE938C780959\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_advanced_virtualization_eus:8.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"04F853F5-C907-48A3-BDED-2AC3923E4010\"}]}]}],\"references\":[{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=1998514\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/qemu/qemu/commit/bedd7e93d01961fcb16a97ae45d93acf357e11f6\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/04/msg00002.html\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/09/msg00008.html\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg00388.html\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202208-27\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220425-0004/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://ubuntu.com/security/CVE-2021-3748\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=1998514\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/qemu/qemu/commit/bedd7e93d01961fcb16a97ae45d93acf357e11f6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/04/msg00002.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/09/msg00008.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg00388.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202208-27\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220425-0004/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://ubuntu.com/security/CVE-2021-3748\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]}]}}" } }
suse-su-2021:3519-1
Vulnerability from csaf_suse
Published
2021-10-26 13:38
Modified
2021-10-26 13:38
Summary
Security update for qemu
Notes
Title of the patch
Security update for qemu
Description of the patch
This update for qemu fixes the following issues:
- CVE-2021-3713: Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702)
- CVE-2021-3748: Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938)
Patchnames
SUSE-2021-3519,SUSE-SLE-SERVER-12-SP5-2021-3519
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for qemu", "title": "Title of the patch" }, { "category": "description", "text": "This update for qemu fixes the following issues:\n\n- CVE-2021-3713: Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702)\n- CVE-2021-3748: Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-3519,SUSE-SLE-SERVER-12-SP5-2021-3519", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_3519-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:3519-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20213519-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:3519-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-October/009647.html" }, { "category": "self", "summary": "SUSE Bug 1189702", "url": "https://bugzilla.suse.com/1189702" }, { "category": "self", "summary": "SUSE Bug 1189938", "url": "https://bugzilla.suse.com/1189938" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3713 page", "url": "https://www.suse.com/security/cve/CVE-2021-3713/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3748 page", "url": "https://www.suse.com/security/cve/CVE-2021-3748/" } ], "title": "Security update for qemu", "tracking": { "current_release_date": "2021-10-26T13:38:05Z", "generator": { "date": "2021-10-26T13:38:05Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:3519-1", "initial_release_date": "2021-10-26T13:38:05Z", "revision_history": [ { "date": "2021-10-26T13:38:05Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "qemu-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-3.1.1.1-60.2.aarch64", "product_id": "qemu-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-arm-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-arm-3.1.1.1-60.2.aarch64", "product_id": "qemu-arm-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-audio-alsa-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-audio-alsa-3.1.1.1-60.2.aarch64", "product_id": "qemu-audio-alsa-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-audio-oss-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-audio-oss-3.1.1.1-60.2.aarch64", "product_id": "qemu-audio-oss-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-audio-pa-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-audio-pa-3.1.1.1-60.2.aarch64", "product_id": "qemu-audio-pa-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-audio-sdl-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-audio-sdl-3.1.1.1-60.2.aarch64", "product_id": "qemu-audio-sdl-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-block-curl-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-block-curl-3.1.1.1-60.2.aarch64", "product_id": "qemu-block-curl-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-block-dmg-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-block-dmg-3.1.1.1-60.2.aarch64", "product_id": "qemu-block-dmg-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-block-iscsi-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-block-iscsi-3.1.1.1-60.2.aarch64", "product_id": "qemu-block-iscsi-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-block-rbd-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-block-rbd-3.1.1.1-60.2.aarch64", "product_id": "qemu-block-rbd-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-block-ssh-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-block-ssh-3.1.1.1-60.2.aarch64", "product_id": "qemu-block-ssh-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-extra-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-extra-3.1.1.1-60.2.aarch64", "product_id": "qemu-extra-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-guest-agent-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-guest-agent-3.1.1.1-60.2.aarch64", "product_id": "qemu-guest-agent-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-lang-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-lang-3.1.1.1-60.2.aarch64", "product_id": "qemu-lang-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-linux-user-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-linux-user-3.1.1.1-60.2.aarch64", "product_id": "qemu-linux-user-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-ppc-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-ppc-3.1.1.1-60.2.aarch64", "product_id": "qemu-ppc-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-s390-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-s390-3.1.1.1-60.2.aarch64", "product_id": "qemu-s390-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-tools-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-tools-3.1.1.1-60.2.aarch64", "product_id": "qemu-tools-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-ui-curses-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-ui-curses-3.1.1.1-60.2.aarch64", "product_id": "qemu-ui-curses-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-ui-gtk-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-ui-gtk-3.1.1.1-60.2.aarch64", "product_id": "qemu-ui-gtk-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-ui-sdl-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-ui-sdl-3.1.1.1-60.2.aarch64", "product_id": "qemu-ui-sdl-3.1.1.1-60.2.aarch64" } }, { "category": "product_version", "name": "qemu-x86-3.1.1.1-60.2.aarch64", "product": { "name": "qemu-x86-3.1.1.1-60.2.aarch64", "product_id": "qemu-x86-3.1.1.1-60.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "qemu-3.1.1.1-60.2.i586", "product": { "name": "qemu-3.1.1.1-60.2.i586", "product_id": "qemu-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-arm-3.1.1.1-60.2.i586", "product": { "name": "qemu-arm-3.1.1.1-60.2.i586", "product_id": "qemu-arm-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-audio-alsa-3.1.1.1-60.2.i586", "product": { "name": "qemu-audio-alsa-3.1.1.1-60.2.i586", "product_id": "qemu-audio-alsa-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-audio-oss-3.1.1.1-60.2.i586", "product": { "name": "qemu-audio-oss-3.1.1.1-60.2.i586", "product_id": "qemu-audio-oss-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-audio-pa-3.1.1.1-60.2.i586", "product": { "name": "qemu-audio-pa-3.1.1.1-60.2.i586", "product_id": "qemu-audio-pa-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-audio-sdl-3.1.1.1-60.2.i586", "product": { "name": "qemu-audio-sdl-3.1.1.1-60.2.i586", "product_id": "qemu-audio-sdl-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-block-curl-3.1.1.1-60.2.i586", "product": { "name": "qemu-block-curl-3.1.1.1-60.2.i586", "product_id": "qemu-block-curl-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-block-dmg-3.1.1.1-60.2.i586", "product": { "name": "qemu-block-dmg-3.1.1.1-60.2.i586", "product_id": "qemu-block-dmg-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-block-iscsi-3.1.1.1-60.2.i586", "product": { "name": "qemu-block-iscsi-3.1.1.1-60.2.i586", "product_id": "qemu-block-iscsi-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-block-ssh-3.1.1.1-60.2.i586", "product": { "name": "qemu-block-ssh-3.1.1.1-60.2.i586", "product_id": "qemu-block-ssh-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-extra-3.1.1.1-60.2.i586", "product": { "name": "qemu-extra-3.1.1.1-60.2.i586", "product_id": "qemu-extra-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-guest-agent-3.1.1.1-60.2.i586", "product": { "name": "qemu-guest-agent-3.1.1.1-60.2.i586", "product_id": "qemu-guest-agent-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-kvm-3.1.1.1-60.2.i586", "product": { "name": "qemu-kvm-3.1.1.1-60.2.i586", "product_id": "qemu-kvm-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-lang-3.1.1.1-60.2.i586", "product": { "name": "qemu-lang-3.1.1.1-60.2.i586", "product_id": "qemu-lang-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-linux-user-3.1.1.1-60.2.i586", "product": { "name": "qemu-linux-user-3.1.1.1-60.2.i586", "product_id": "qemu-linux-user-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-ppc-3.1.1.1-60.2.i586", "product": { "name": "qemu-ppc-3.1.1.1-60.2.i586", "product_id": "qemu-ppc-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-s390-3.1.1.1-60.2.i586", "product": { "name": "qemu-s390-3.1.1.1-60.2.i586", "product_id": "qemu-s390-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-tools-3.1.1.1-60.2.i586", "product": { "name": "qemu-tools-3.1.1.1-60.2.i586", "product_id": "qemu-tools-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-ui-curses-3.1.1.1-60.2.i586", "product": { "name": "qemu-ui-curses-3.1.1.1-60.2.i586", "product_id": "qemu-ui-curses-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-ui-gtk-3.1.1.1-60.2.i586", "product": { "name": "qemu-ui-gtk-3.1.1.1-60.2.i586", "product_id": "qemu-ui-gtk-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-ui-sdl-3.1.1.1-60.2.i586", "product": { "name": "qemu-ui-sdl-3.1.1.1-60.2.i586", "product_id": "qemu-ui-sdl-3.1.1.1-60.2.i586" } }, { "category": "product_version", "name": "qemu-x86-3.1.1.1-60.2.i586", "product": { "name": "qemu-x86-3.1.1.1-60.2.i586", "product_id": "qemu-x86-3.1.1.1-60.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "qemu-ipxe-1.0.0+-60.2.noarch", "product": { "name": "qemu-ipxe-1.0.0+-60.2.noarch", "product_id": "qemu-ipxe-1.0.0+-60.2.noarch" } }, { "category": "product_version", "name": "qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "product": { "name": "qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "product_id": "qemu-seabios-1.12.0_0_ga698c89-60.2.noarch" } }, { "category": "product_version", "name": "qemu-sgabios-8-60.2.noarch", "product": { "name": "qemu-sgabios-8-60.2.noarch", "product_id": "qemu-sgabios-8-60.2.noarch" } }, { "category": "product_version", "name": "qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "product": { "name": "qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "product_id": "qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "qemu-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-3.1.1.1-60.2.ppc64le", "product_id": "qemu-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-arm-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-arm-3.1.1.1-60.2.ppc64le", "product_id": "qemu-arm-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "product_id": "qemu-audio-alsa-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-oss-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-audio-oss-3.1.1.1-60.2.ppc64le", "product_id": "qemu-audio-oss-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-pa-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-audio-pa-3.1.1.1-60.2.ppc64le", "product_id": "qemu-audio-pa-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "product_id": "qemu-audio-sdl-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-block-curl-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-block-curl-3.1.1.1-60.2.ppc64le", "product_id": "qemu-block-curl-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-block-dmg-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-block-dmg-3.1.1.1-60.2.ppc64le", "product_id": "qemu-block-dmg-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "product_id": "qemu-block-iscsi-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-block-rbd-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-block-rbd-3.1.1.1-60.2.ppc64le", "product_id": "qemu-block-rbd-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-block-ssh-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-block-ssh-3.1.1.1-60.2.ppc64le", "product_id": "qemu-block-ssh-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-extra-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-extra-3.1.1.1-60.2.ppc64le", "product_id": "qemu-extra-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-guest-agent-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-guest-agent-3.1.1.1-60.2.ppc64le", "product_id": "qemu-guest-agent-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-lang-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-lang-3.1.1.1-60.2.ppc64le", "product_id": "qemu-lang-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-linux-user-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-linux-user-3.1.1.1-60.2.ppc64le", "product_id": "qemu-linux-user-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-ppc-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-ppc-3.1.1.1-60.2.ppc64le", "product_id": "qemu-ppc-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-s390-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-s390-3.1.1.1-60.2.ppc64le", "product_id": "qemu-s390-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-tools-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-tools-3.1.1.1-60.2.ppc64le", "product_id": "qemu-tools-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-curses-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-ui-curses-3.1.1.1-60.2.ppc64le", "product_id": "qemu-ui-curses-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "product_id": "qemu-ui-gtk-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "product_id": "qemu-ui-sdl-3.1.1.1-60.2.ppc64le" } }, { "category": "product_version", "name": "qemu-x86-3.1.1.1-60.2.ppc64le", "product": { "name": "qemu-x86-3.1.1.1-60.2.ppc64le", "product_id": "qemu-x86-3.1.1.1-60.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "qemu-3.1.1.1-60.2.s390x", "product": { "name": "qemu-3.1.1.1-60.2.s390x", "product_id": "qemu-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-arm-3.1.1.1-60.2.s390x", "product": { "name": "qemu-arm-3.1.1.1-60.2.s390x", "product_id": "qemu-arm-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-audio-alsa-3.1.1.1-60.2.s390x", "product": { "name": "qemu-audio-alsa-3.1.1.1-60.2.s390x", "product_id": "qemu-audio-alsa-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-audio-oss-3.1.1.1-60.2.s390x", "product": { "name": "qemu-audio-oss-3.1.1.1-60.2.s390x", "product_id": "qemu-audio-oss-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-audio-pa-3.1.1.1-60.2.s390x", "product": { "name": "qemu-audio-pa-3.1.1.1-60.2.s390x", "product_id": "qemu-audio-pa-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-audio-sdl-3.1.1.1-60.2.s390x", "product": { "name": "qemu-audio-sdl-3.1.1.1-60.2.s390x", "product_id": "qemu-audio-sdl-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-block-curl-3.1.1.1-60.2.s390x", "product": { "name": "qemu-block-curl-3.1.1.1-60.2.s390x", "product_id": "qemu-block-curl-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-block-dmg-3.1.1.1-60.2.s390x", "product": { "name": "qemu-block-dmg-3.1.1.1-60.2.s390x", "product_id": "qemu-block-dmg-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-block-iscsi-3.1.1.1-60.2.s390x", "product": { "name": "qemu-block-iscsi-3.1.1.1-60.2.s390x", "product_id": "qemu-block-iscsi-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-block-rbd-3.1.1.1-60.2.s390x", "product": { "name": "qemu-block-rbd-3.1.1.1-60.2.s390x", "product_id": "qemu-block-rbd-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-block-ssh-3.1.1.1-60.2.s390x", "product": { "name": "qemu-block-ssh-3.1.1.1-60.2.s390x", "product_id": "qemu-block-ssh-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-extra-3.1.1.1-60.2.s390x", "product": { "name": "qemu-extra-3.1.1.1-60.2.s390x", "product_id": "qemu-extra-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-guest-agent-3.1.1.1-60.2.s390x", "product": { "name": "qemu-guest-agent-3.1.1.1-60.2.s390x", "product_id": "qemu-guest-agent-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-kvm-3.1.1.1-60.2.s390x", "product": { "name": "qemu-kvm-3.1.1.1-60.2.s390x", "product_id": "qemu-kvm-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-lang-3.1.1.1-60.2.s390x", "product": { "name": "qemu-lang-3.1.1.1-60.2.s390x", "product_id": "qemu-lang-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-linux-user-3.1.1.1-60.2.s390x", "product": { "name": "qemu-linux-user-3.1.1.1-60.2.s390x", "product_id": "qemu-linux-user-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-ppc-3.1.1.1-60.2.s390x", "product": { "name": "qemu-ppc-3.1.1.1-60.2.s390x", "product_id": "qemu-ppc-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-s390-3.1.1.1-60.2.s390x", "product": { "name": "qemu-s390-3.1.1.1-60.2.s390x", "product_id": "qemu-s390-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-tools-3.1.1.1-60.2.s390x", "product": { "name": "qemu-tools-3.1.1.1-60.2.s390x", "product_id": "qemu-tools-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-ui-curses-3.1.1.1-60.2.s390x", "product": { "name": "qemu-ui-curses-3.1.1.1-60.2.s390x", "product_id": "qemu-ui-curses-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-ui-gtk-3.1.1.1-60.2.s390x", "product": { "name": "qemu-ui-gtk-3.1.1.1-60.2.s390x", "product_id": "qemu-ui-gtk-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-ui-sdl-3.1.1.1-60.2.s390x", "product": { "name": "qemu-ui-sdl-3.1.1.1-60.2.s390x", "product_id": "qemu-ui-sdl-3.1.1.1-60.2.s390x" } }, { "category": "product_version", "name": "qemu-x86-3.1.1.1-60.2.s390x", "product": { "name": "qemu-x86-3.1.1.1-60.2.s390x", "product_id": "qemu-x86-3.1.1.1-60.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "qemu-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-3.1.1.1-60.2.x86_64", "product_id": "qemu-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-arm-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-arm-3.1.1.1-60.2.x86_64", "product_id": "qemu-arm-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-audio-alsa-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-audio-alsa-3.1.1.1-60.2.x86_64", "product_id": "qemu-audio-alsa-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-audio-oss-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-audio-oss-3.1.1.1-60.2.x86_64", "product_id": "qemu-audio-oss-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-audio-pa-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-audio-pa-3.1.1.1-60.2.x86_64", "product_id": "qemu-audio-pa-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-audio-sdl-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-audio-sdl-3.1.1.1-60.2.x86_64", "product_id": "qemu-audio-sdl-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-block-curl-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-block-curl-3.1.1.1-60.2.x86_64", "product_id": "qemu-block-curl-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-block-dmg-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-block-dmg-3.1.1.1-60.2.x86_64", "product_id": "qemu-block-dmg-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-block-iscsi-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-block-iscsi-3.1.1.1-60.2.x86_64", "product_id": "qemu-block-iscsi-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-block-rbd-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-block-rbd-3.1.1.1-60.2.x86_64", "product_id": "qemu-block-rbd-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-block-ssh-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-block-ssh-3.1.1.1-60.2.x86_64", "product_id": "qemu-block-ssh-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-extra-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-extra-3.1.1.1-60.2.x86_64", "product_id": "qemu-extra-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-guest-agent-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-guest-agent-3.1.1.1-60.2.x86_64", "product_id": "qemu-guest-agent-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-kvm-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-kvm-3.1.1.1-60.2.x86_64", "product_id": "qemu-kvm-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-lang-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-lang-3.1.1.1-60.2.x86_64", "product_id": "qemu-lang-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-linux-user-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-linux-user-3.1.1.1-60.2.x86_64", "product_id": "qemu-linux-user-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-ppc-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-ppc-3.1.1.1-60.2.x86_64", "product_id": "qemu-ppc-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-s390-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-s390-3.1.1.1-60.2.x86_64", "product_id": "qemu-s390-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-tools-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-tools-3.1.1.1-60.2.x86_64", "product_id": "qemu-tools-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-ui-curses-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-ui-curses-3.1.1.1-60.2.x86_64", "product_id": "qemu-ui-curses-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-ui-gtk-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-ui-gtk-3.1.1.1-60.2.x86_64", "product_id": "qemu-ui-gtk-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-ui-sdl-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-ui-sdl-3.1.1.1-60.2.x86_64", "product_id": "qemu-ui-sdl-3.1.1.1-60.2.x86_64" } }, { "category": "product_version", "name": "qemu-x86-3.1.1.1-60.2.x86_64", "product": { "name": "qemu-x86-3.1.1.1-60.2.x86_64", "product_id": "qemu-x86-3.1.1.1-60.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-arm-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-audio-alsa-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-audio-alsa-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-audio-alsa-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-audio-oss-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-audio-oss-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-audio-oss-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-audio-oss-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-audio-pa-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-audio-pa-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-audio-pa-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-audio-pa-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-sdl-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-audio-sdl-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-sdl-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-sdl-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-audio-sdl-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-sdl-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-audio-sdl-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-block-curl-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-block-curl-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-block-curl-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-block-curl-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-block-iscsi-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-block-rbd-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-block-rbd-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-block-ssh-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-block-ssh-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-block-ssh-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-block-ssh-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-guest-agent-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-guest-agent-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-guest-agent-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-guest-agent-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-60.2.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-60.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-kvm-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-kvm-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-lang-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-lang-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-lang-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-lang-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-ppc-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-s390-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-s390-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.12.0_0_ga698c89-60.2.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch" }, "product_reference": "qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-60.2.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-sgabios-8-60.2.noarch" }, "product_reference": "qemu-sgabios-8-60.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-tools-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-tools-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-tools-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-tools-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-ui-curses-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-ui-curses-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-ui-curses-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-ui-curses-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-ui-gtk-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-ui-gtk-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-ui-gtk-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-sdl-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-ui-sdl-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-sdl-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-sdl-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-ui-sdl-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-sdl-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-ui-sdl-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch" }, "product_reference": "qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-x86-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-arm-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-audio-alsa-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-audio-alsa-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-audio-alsa-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-audio-oss-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-audio-oss-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-audio-oss-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-audio-oss-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-audio-pa-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-audio-pa-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-audio-pa-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-audio-pa-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-sdl-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-audio-sdl-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-sdl-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-sdl-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-audio-sdl-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-sdl-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-audio-sdl-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-block-curl-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-block-curl-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-block-curl-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-block-curl-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-block-iscsi-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-block-rbd-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-block-rbd-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-block-ssh-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-block-ssh-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-block-ssh-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-block-ssh-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-guest-agent-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-guest-agent-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-guest-agent-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-guest-agent-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-60.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-60.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-kvm-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-kvm-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-lang-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-lang-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-lang-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-lang-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-ppc-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-s390-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-s390-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.12.0_0_ga698c89-60.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch" }, "product_reference": "qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-60.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-sgabios-8-60.2.noarch" }, "product_reference": "qemu-sgabios-8-60.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-tools-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-tools-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-tools-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-tools-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-ui-curses-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-ui-curses-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-ui-curses-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-ui-curses-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-ui-gtk-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-ui-gtk-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-ui-gtk-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-sdl-3.1.1.1-60.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64" }, "product_reference": "qemu-ui-sdl-3.1.1.1-60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-sdl-3.1.1.1-60.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le" }, "product_reference": "qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-sdl-3.1.1.1-60.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x" }, "product_reference": "qemu-ui-sdl-3.1.1.1-60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-sdl-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-ui-sdl-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch" }, "product_reference": "qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-3.1.1.1-60.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64" }, "product_reference": "qemu-x86-3.1.1.1-60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-3713", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3713" } ], "notes": [ { "category": "general", "text": "An out-of-bounds write flaw was found in the UAS (USB Attached SCSI) device emulation of QEMU in versions prior to 6.2.0-rc0. The device uses the guest supplied stream number unchecked, which can lead to out-of-bounds access to the UASDevice-\u003edata3 and UASDevice-\u003estatus3 fields. A malicious guest user could use this flaw to crash QEMU or potentially achieve code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-s390-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-sgabios-8-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-s390-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-sgabios-8-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3713", "url": "https://www.suse.com/security/cve/CVE-2021-3713" }, { "category": "external", "summary": "SUSE Bug 1189702 for CVE-2021-3713", "url": "https://bugzilla.suse.com/1189702" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-s390-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-sgabios-8-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-s390-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-sgabios-8-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-s390-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-sgabios-8-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-s390-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-sgabios-8-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-10-26T13:38:05Z", "details": "important" } ], "title": "CVE-2021-3713" }, { "cve": "CVE-2021-3748", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3748" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-s390-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-sgabios-8-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-s390-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-sgabios-8-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3748", "url": "https://www.suse.com/security/cve/CVE-2021-3748" }, { "category": "external", "summary": "SUSE Bug 1189938 for CVE-2021-3748", "url": "https://bugzilla.suse.com/1189938" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-s390-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-sgabios-8-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-s390-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-sgabios-8-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-s390-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-sgabios-8-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-arm-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-alsa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-oss-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-pa-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-audio-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-curl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-iscsi-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-rbd-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-block-ssh-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-guest-agent-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ipxe-1.0.0+-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-kvm-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-lang-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ppc-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-s390-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-seabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-sgabios-8-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-tools-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-curses-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-gtk-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-ui-sdl-3.1.1.1-60.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-vgabios-1.12.0_0_ga698c89-60.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:qemu-x86-3.1.1.1-60.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-10-26T13:38:05Z", "details": "moderate" } ], "title": "CVE-2021-3748" } ] }
suse-su-2021:3605-1
Vulnerability from csaf_suse
Published
2021-11-03 13:59
Modified
2021-11-03 13:59
Summary
Security update for qemu
Notes
Title of the patch
Security update for qemu
Description of the patch
This update for qemu fixes the following issues:
Security issues fixed:
- CVE-2021-3713: Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702)
- CVE-2021-3748: Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938)
Non-security issues fixed:
- Add transfer length item in block limits page of scsi vpd (bsc#1190425)
- Fix qemu crash while deleting xen-block (bsc#1189234)
Patchnames
SUSE-2021-3605,SUSE-SLE-Module-Basesystem-15-SP3-2021-3605,SUSE-SLE-Module-Server-Applications-15-SP3-2021-3605,SUSE-SUSE-MicroOS-5.1-2021-3605
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for qemu", "title": "Title of the patch" }, { "category": "description", "text": "This update for qemu fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2021-3713: Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702)\n- CVE-2021-3748: Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938)\n\nNon-security issues fixed:\n\n- Add transfer length item in block limits page of scsi vpd (bsc#1190425)\n- Fix qemu crash while deleting xen-block (bsc#1189234)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-3605,SUSE-SLE-Module-Basesystem-15-SP3-2021-3605,SUSE-SLE-Module-Server-Applications-15-SP3-2021-3605,SUSE-SUSE-MicroOS-5.1-2021-3605", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_3605-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:3605-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20213605-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:3605-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-November/009693.html" }, { "category": "self", "summary": "SUSE Bug 1189234", "url": "https://bugzilla.suse.com/1189234" }, { "category": "self", "summary": "SUSE Bug 1189702", "url": "https://bugzilla.suse.com/1189702" }, { "category": "self", "summary": "SUSE Bug 1189938", "url": "https://bugzilla.suse.com/1189938" }, { "category": "self", "summary": "SUSE Bug 1190425", "url": "https://bugzilla.suse.com/1190425" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3713 page", "url": "https://www.suse.com/security/cve/CVE-2021-3713/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3748 page", "url": "https://www.suse.com/security/cve/CVE-2021-3748/" } ], "title": "Security update for qemu", "tracking": { "current_release_date": "2021-11-03T13:59:50Z", "generator": { "date": "2021-11-03T13:59:50Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:3605-1", "initial_release_date": "2021-11-03T13:59:50Z", "revision_history": [ { "date": "2021-11-03T13:59:50Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "qemu-5.2.0-106.4.aarch64", "product": { "name": "qemu-5.2.0-106.4.aarch64", "product_id": "qemu-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-arm-5.2.0-106.4.aarch64", "product": { "name": "qemu-arm-5.2.0-106.4.aarch64", "product_id": "qemu-arm-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-audio-alsa-5.2.0-106.4.aarch64", "product": { "name": "qemu-audio-alsa-5.2.0-106.4.aarch64", "product_id": "qemu-audio-alsa-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-audio-pa-5.2.0-106.4.aarch64", "product": { "name": "qemu-audio-pa-5.2.0-106.4.aarch64", "product_id": "qemu-audio-pa-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-audio-spice-5.2.0-106.4.aarch64", "product": { "name": "qemu-audio-spice-5.2.0-106.4.aarch64", "product_id": "qemu-audio-spice-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-curl-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-curl-5.2.0-106.4.aarch64", "product_id": "qemu-block-curl-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-dmg-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-dmg-5.2.0-106.4.aarch64", "product_id": "qemu-block-dmg-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-gluster-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-gluster-5.2.0-106.4.aarch64", "product_id": "qemu-block-gluster-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-iscsi-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-iscsi-5.2.0-106.4.aarch64", "product_id": "qemu-block-iscsi-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-nfs-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-nfs-5.2.0-106.4.aarch64", "product_id": "qemu-block-nfs-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-rbd-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-rbd-5.2.0-106.4.aarch64", "product_id": "qemu-block-rbd-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-ssh-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-ssh-5.2.0-106.4.aarch64", "product_id": "qemu-block-ssh-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-chardev-baum-5.2.0-106.4.aarch64", "product": { "name": "qemu-chardev-baum-5.2.0-106.4.aarch64", "product_id": "qemu-chardev-baum-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-chardev-spice-5.2.0-106.4.aarch64", "product": { "name": "qemu-chardev-spice-5.2.0-106.4.aarch64", "product_id": "qemu-chardev-spice-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-extra-5.2.0-106.4.aarch64", "product": { "name": "qemu-extra-5.2.0-106.4.aarch64", "product_id": "qemu-extra-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-guest-agent-5.2.0-106.4.aarch64", "product": { "name": "qemu-guest-agent-5.2.0-106.4.aarch64", "product_id": "qemu-guest-agent-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-display-qxl-5.2.0-106.4.aarch64", "product_id": "qemu-hw-display-qxl-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64", "product_id": "qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64", "product_id": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "product_id": "qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "product_id": "qemu-hw-usb-redirect-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.aarch64", "product_id": "qemu-hw-usb-smartcard-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-5.2.0-106.4.aarch64", "product": { "name": "qemu-ivshmem-tools-5.2.0-106.4.aarch64", "product_id": "qemu-ivshmem-tools-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ksm-5.2.0-106.4.aarch64", "product": { "name": "qemu-ksm-5.2.0-106.4.aarch64", "product_id": "qemu-ksm-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-lang-5.2.0-106.4.aarch64", "product": { "name": "qemu-lang-5.2.0-106.4.aarch64", "product_id": "qemu-lang-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-linux-user-5.2.0-106.3.aarch64", "product": { "name": "qemu-linux-user-5.2.0-106.3.aarch64", "product_id": "qemu-linux-user-5.2.0-106.3.aarch64" } }, { "category": "product_version", "name": "qemu-ppc-5.2.0-106.4.aarch64", "product": { "name": "qemu-ppc-5.2.0-106.4.aarch64", "product_id": "qemu-ppc-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-s390x-5.2.0-106.4.aarch64", "product": { "name": "qemu-s390x-5.2.0-106.4.aarch64", "product_id": "qemu-s390x-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-testsuite-5.2.0-106.3.aarch64", "product": { "name": "qemu-testsuite-5.2.0-106.3.aarch64", "product_id": "qemu-testsuite-5.2.0-106.3.aarch64" } }, { "category": "product_version", "name": "qemu-tools-5.2.0-106.4.aarch64", "product": { "name": "qemu-tools-5.2.0-106.4.aarch64", "product_id": "qemu-tools-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ui-curses-5.2.0-106.4.aarch64", "product": { "name": "qemu-ui-curses-5.2.0-106.4.aarch64", "product_id": "qemu-ui-curses-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ui-gtk-5.2.0-106.4.aarch64", "product": { "name": "qemu-ui-gtk-5.2.0-106.4.aarch64", "product_id": "qemu-ui-gtk-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ui-opengl-5.2.0-106.4.aarch64", "product": { "name": "qemu-ui-opengl-5.2.0-106.4.aarch64", "product_id": "qemu-ui-opengl-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ui-spice-app-5.2.0-106.4.aarch64", "product": { "name": "qemu-ui-spice-app-5.2.0-106.4.aarch64", "product_id": "qemu-ui-spice-app-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ui-spice-core-5.2.0-106.4.aarch64", "product": { "name": "qemu-ui-spice-core-5.2.0-106.4.aarch64", "product_id": "qemu-ui-spice-core-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-5.2.0-106.4.aarch64", "product": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.aarch64", "product_id": "qemu-vhost-user-gpu-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-x86-5.2.0-106.4.aarch64", "product": { "name": "qemu-x86-5.2.0-106.4.aarch64", "product_id": "qemu-x86-5.2.0-106.4.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "qemu-5.2.0-106.4.i586", "product": { "name": "qemu-5.2.0-106.4.i586", "product_id": "qemu-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-arm-5.2.0-106.4.i586", "product": { "name": "qemu-arm-5.2.0-106.4.i586", "product_id": "qemu-arm-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-audio-alsa-5.2.0-106.4.i586", "product": { "name": "qemu-audio-alsa-5.2.0-106.4.i586", "product_id": "qemu-audio-alsa-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-audio-pa-5.2.0-106.4.i586", "product": { "name": "qemu-audio-pa-5.2.0-106.4.i586", "product_id": "qemu-audio-pa-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-audio-spice-5.2.0-106.4.i586", "product": { "name": "qemu-audio-spice-5.2.0-106.4.i586", "product_id": "qemu-audio-spice-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-block-curl-5.2.0-106.4.i586", "product": { "name": "qemu-block-curl-5.2.0-106.4.i586", "product_id": "qemu-block-curl-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-block-dmg-5.2.0-106.4.i586", "product": { "name": "qemu-block-dmg-5.2.0-106.4.i586", "product_id": "qemu-block-dmg-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-block-gluster-5.2.0-106.4.i586", "product": { "name": "qemu-block-gluster-5.2.0-106.4.i586", "product_id": "qemu-block-gluster-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-block-iscsi-5.2.0-106.4.i586", "product": { "name": "qemu-block-iscsi-5.2.0-106.4.i586", "product_id": "qemu-block-iscsi-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-block-nfs-5.2.0-106.4.i586", "product": { "name": "qemu-block-nfs-5.2.0-106.4.i586", "product_id": "qemu-block-nfs-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-block-ssh-5.2.0-106.4.i586", "product": { "name": "qemu-block-ssh-5.2.0-106.4.i586", "product_id": "qemu-block-ssh-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-chardev-baum-5.2.0-106.4.i586", "product": { "name": "qemu-chardev-baum-5.2.0-106.4.i586", "product_id": "qemu-chardev-baum-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-chardev-spice-5.2.0-106.4.i586", "product": { "name": "qemu-chardev-spice-5.2.0-106.4.i586", "product_id": "qemu-chardev-spice-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-extra-5.2.0-106.4.i586", "product": { "name": "qemu-extra-5.2.0-106.4.i586", "product_id": "qemu-extra-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-guest-agent-5.2.0-106.4.i586", "product": { "name": "qemu-guest-agent-5.2.0-106.4.i586", "product_id": "qemu-guest-agent-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-5.2.0-106.4.i586", "product": { "name": "qemu-hw-display-qxl-5.2.0-106.4.i586", "product_id": "qemu-hw-display-qxl-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.i586", "product": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.i586", "product_id": "qemu-hw-display-virtio-gpu-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.i586", "product": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.i586", "product_id": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.i586", "product": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.i586", "product_id": "qemu-hw-display-virtio-vga-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.i586", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.i586", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-5.2.0-106.4.i586", "product": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.i586", "product_id": "qemu-hw-usb-redirect-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-5.2.0-106.4.i586", "product": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.i586", "product_id": "qemu-hw-usb-smartcard-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-5.2.0-106.4.i586", "product": { "name": "qemu-ivshmem-tools-5.2.0-106.4.i586", "product_id": "qemu-ivshmem-tools-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-ksm-5.2.0-106.4.i586", "product": { "name": "qemu-ksm-5.2.0-106.4.i586", "product_id": "qemu-ksm-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-kvm-5.2.0-106.4.i586", "product": { "name": "qemu-kvm-5.2.0-106.4.i586", "product_id": "qemu-kvm-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-lang-5.2.0-106.4.i586", "product": { "name": "qemu-lang-5.2.0-106.4.i586", "product_id": "qemu-lang-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-linux-user-5.2.0-106.3.i586", "product": { "name": "qemu-linux-user-5.2.0-106.3.i586", "product_id": "qemu-linux-user-5.2.0-106.3.i586" } }, { "category": "product_version", "name": "qemu-ppc-5.2.0-106.4.i586", "product": { "name": "qemu-ppc-5.2.0-106.4.i586", "product_id": "qemu-ppc-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-s390x-5.2.0-106.4.i586", "product": { "name": "qemu-s390x-5.2.0-106.4.i586", "product_id": "qemu-s390x-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-testsuite-5.2.0-106.3.i586", "product": { "name": "qemu-testsuite-5.2.0-106.3.i586", "product_id": "qemu-testsuite-5.2.0-106.3.i586" } }, { "category": "product_version", "name": "qemu-tools-5.2.0-106.4.i586", "product": { "name": "qemu-tools-5.2.0-106.4.i586", "product_id": "qemu-tools-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-ui-curses-5.2.0-106.4.i586", "product": { "name": "qemu-ui-curses-5.2.0-106.4.i586", "product_id": "qemu-ui-curses-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-ui-gtk-5.2.0-106.4.i586", "product": { "name": "qemu-ui-gtk-5.2.0-106.4.i586", "product_id": "qemu-ui-gtk-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-ui-opengl-5.2.0-106.4.i586", "product": { "name": "qemu-ui-opengl-5.2.0-106.4.i586", "product_id": "qemu-ui-opengl-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-ui-spice-app-5.2.0-106.4.i586", "product": { "name": "qemu-ui-spice-app-5.2.0-106.4.i586", "product_id": "qemu-ui-spice-app-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-ui-spice-core-5.2.0-106.4.i586", "product": { "name": "qemu-ui-spice-core-5.2.0-106.4.i586", "product_id": "qemu-ui-spice-core-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-5.2.0-106.4.i586", "product": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.i586", "product_id": "qemu-vhost-user-gpu-5.2.0-106.4.i586" } }, { "category": "product_version", "name": "qemu-x86-5.2.0-106.4.i586", "product": { "name": "qemu-x86-5.2.0-106.4.i586", "product_id": "qemu-x86-5.2.0-106.4.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "qemu-ipxe-1.0.0+-106.4.noarch", "product": { "name": "qemu-ipxe-1.0.0+-106.4.noarch", "product_id": "qemu-ipxe-1.0.0+-106.4.noarch" } }, { "category": "product_version", "name": "qemu-microvm-5.2.0-106.4.noarch", "product": { "name": "qemu-microvm-5.2.0-106.4.noarch", "product_id": "qemu-microvm-5.2.0-106.4.noarch" } }, { "category": "product_version", "name": "qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "product": { "name": "qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "product_id": "qemu-seabios-1.14.0_0_g155821a-106.4.noarch" } }, { "category": "product_version", "name": "qemu-sgabios-8-106.4.noarch", "product": { "name": "qemu-sgabios-8-106.4.noarch", "product_id": "qemu-sgabios-8-106.4.noarch" } }, { "category": "product_version", "name": "qemu-skiboot-5.2.0-106.4.noarch", "product": { "name": "qemu-skiboot-5.2.0-106.4.noarch", "product_id": "qemu-skiboot-5.2.0-106.4.noarch" } }, { "category": "product_version", "name": "qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "product": { "name": "qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "product_id": "qemu-vgabios-1.14.0_0_g155821a-106.4.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "qemu-5.2.0-106.4.ppc64le", "product": { "name": "qemu-5.2.0-106.4.ppc64le", "product_id": "qemu-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-arm-5.2.0-106.4.ppc64le", "product": { "name": "qemu-arm-5.2.0-106.4.ppc64le", "product_id": "qemu-arm-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-alsa-5.2.0-106.4.ppc64le", "product": { "name": "qemu-audio-alsa-5.2.0-106.4.ppc64le", "product_id": "qemu-audio-alsa-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-pa-5.2.0-106.4.ppc64le", "product": { "name": "qemu-audio-pa-5.2.0-106.4.ppc64le", "product_id": "qemu-audio-pa-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-spice-5.2.0-106.4.ppc64le", "product": { "name": "qemu-audio-spice-5.2.0-106.4.ppc64le", "product_id": "qemu-audio-spice-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-curl-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-curl-5.2.0-106.4.ppc64le", "product_id": "qemu-block-curl-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-dmg-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-dmg-5.2.0-106.4.ppc64le", "product_id": "qemu-block-dmg-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-gluster-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-gluster-5.2.0-106.4.ppc64le", "product_id": "qemu-block-gluster-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-iscsi-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-iscsi-5.2.0-106.4.ppc64le", "product_id": "qemu-block-iscsi-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-nfs-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-nfs-5.2.0-106.4.ppc64le", "product_id": "qemu-block-nfs-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-rbd-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-rbd-5.2.0-106.4.ppc64le", "product_id": "qemu-block-rbd-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-ssh-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-ssh-5.2.0-106.4.ppc64le", "product_id": "qemu-block-ssh-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-chardev-baum-5.2.0-106.4.ppc64le", "product": { "name": "qemu-chardev-baum-5.2.0-106.4.ppc64le", "product_id": "qemu-chardev-baum-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-chardev-spice-5.2.0-106.4.ppc64le", "product": { "name": "qemu-chardev-spice-5.2.0-106.4.ppc64le", "product_id": "qemu-chardev-spice-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-extra-5.2.0-106.4.ppc64le", "product": { "name": "qemu-extra-5.2.0-106.4.ppc64le", "product_id": "qemu-extra-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-guest-agent-5.2.0-106.4.ppc64le", "product": { "name": "qemu-guest-agent-5.2.0-106.4.ppc64le", "product_id": "qemu-guest-agent-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-display-qxl-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-usb-redirect-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ivshmem-tools-5.2.0-106.4.ppc64le", "product_id": "qemu-ivshmem-tools-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ksm-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ksm-5.2.0-106.4.ppc64le", "product_id": "qemu-ksm-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-lang-5.2.0-106.4.ppc64le", "product": { "name": "qemu-lang-5.2.0-106.4.ppc64le", "product_id": "qemu-lang-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-linux-user-5.2.0-106.3.ppc64le", "product": { "name": "qemu-linux-user-5.2.0-106.3.ppc64le", "product_id": "qemu-linux-user-5.2.0-106.3.ppc64le" } }, { "category": "product_version", "name": "qemu-ppc-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ppc-5.2.0-106.4.ppc64le", "product_id": "qemu-ppc-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-s390x-5.2.0-106.4.ppc64le", "product": { "name": "qemu-s390x-5.2.0-106.4.ppc64le", "product_id": "qemu-s390x-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-testsuite-5.2.0-106.3.ppc64le", "product": { "name": "qemu-testsuite-5.2.0-106.3.ppc64le", "product_id": "qemu-testsuite-5.2.0-106.3.ppc64le" } }, { "category": "product_version", "name": "qemu-tools-5.2.0-106.4.ppc64le", "product": { "name": "qemu-tools-5.2.0-106.4.ppc64le", "product_id": "qemu-tools-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-curses-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ui-curses-5.2.0-106.4.ppc64le", "product_id": "qemu-ui-curses-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-gtk-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ui-gtk-5.2.0-106.4.ppc64le", "product_id": "qemu-ui-gtk-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-opengl-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ui-opengl-5.2.0-106.4.ppc64le", "product_id": "qemu-ui-opengl-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-spice-app-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ui-spice-app-5.2.0-106.4.ppc64le", "product_id": "qemu-ui-spice-app-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-spice-core-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ui-spice-core-5.2.0-106.4.ppc64le", "product_id": "qemu-ui-spice-core-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-5.2.0-106.4.ppc64le", "product": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.ppc64le", "product_id": "qemu-vhost-user-gpu-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-x86-5.2.0-106.4.ppc64le", "product": { "name": "qemu-x86-5.2.0-106.4.ppc64le", "product_id": "qemu-x86-5.2.0-106.4.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "qemu-5.2.0-106.4.s390x", "product": { "name": "qemu-5.2.0-106.4.s390x", "product_id": "qemu-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-arm-5.2.0-106.4.s390x", "product": { "name": "qemu-arm-5.2.0-106.4.s390x", "product_id": "qemu-arm-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-audio-alsa-5.2.0-106.4.s390x", "product": { "name": "qemu-audio-alsa-5.2.0-106.4.s390x", "product_id": "qemu-audio-alsa-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-audio-pa-5.2.0-106.4.s390x", "product": { "name": "qemu-audio-pa-5.2.0-106.4.s390x", "product_id": "qemu-audio-pa-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-audio-spice-5.2.0-106.4.s390x", "product": { "name": "qemu-audio-spice-5.2.0-106.4.s390x", "product_id": "qemu-audio-spice-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-curl-5.2.0-106.4.s390x", "product": { "name": "qemu-block-curl-5.2.0-106.4.s390x", "product_id": "qemu-block-curl-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-dmg-5.2.0-106.4.s390x", "product": { "name": "qemu-block-dmg-5.2.0-106.4.s390x", "product_id": "qemu-block-dmg-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-gluster-5.2.0-106.4.s390x", "product": { "name": "qemu-block-gluster-5.2.0-106.4.s390x", "product_id": "qemu-block-gluster-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-iscsi-5.2.0-106.4.s390x", "product": { "name": "qemu-block-iscsi-5.2.0-106.4.s390x", "product_id": "qemu-block-iscsi-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-nfs-5.2.0-106.4.s390x", "product": { "name": "qemu-block-nfs-5.2.0-106.4.s390x", "product_id": "qemu-block-nfs-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-rbd-5.2.0-106.4.s390x", "product": { "name": "qemu-block-rbd-5.2.0-106.4.s390x", "product_id": "qemu-block-rbd-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-ssh-5.2.0-106.4.s390x", "product": { "name": "qemu-block-ssh-5.2.0-106.4.s390x", "product_id": "qemu-block-ssh-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-chardev-baum-5.2.0-106.4.s390x", "product": { "name": "qemu-chardev-baum-5.2.0-106.4.s390x", "product_id": "qemu-chardev-baum-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-chardev-spice-5.2.0-106.4.s390x", "product": { "name": "qemu-chardev-spice-5.2.0-106.4.s390x", "product_id": "qemu-chardev-spice-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-extra-5.2.0-106.4.s390x", "product": { "name": "qemu-extra-5.2.0-106.4.s390x", "product_id": "qemu-extra-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-guest-agent-5.2.0-106.4.s390x", "product": { "name": "qemu-guest-agent-5.2.0-106.4.s390x", "product_id": "qemu-guest-agent-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-display-qxl-5.2.0-106.4.s390x", "product_id": "qemu-hw-display-qxl-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "product_id": "qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "product_id": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.s390x", "product_id": "qemu-hw-display-virtio-vga-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.s390x", "product_id": "qemu-hw-usb-redirect-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.s390x", "product_id": "qemu-hw-usb-smartcard-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-5.2.0-106.4.s390x", "product": { "name": "qemu-ivshmem-tools-5.2.0-106.4.s390x", "product_id": "qemu-ivshmem-tools-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ksm-5.2.0-106.4.s390x", "product": { "name": "qemu-ksm-5.2.0-106.4.s390x", "product_id": "qemu-ksm-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-kvm-5.2.0-106.4.s390x", "product": { "name": "qemu-kvm-5.2.0-106.4.s390x", "product_id": "qemu-kvm-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-lang-5.2.0-106.4.s390x", "product": { "name": "qemu-lang-5.2.0-106.4.s390x", "product_id": "qemu-lang-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-linux-user-5.2.0-106.3.s390x", "product": { "name": "qemu-linux-user-5.2.0-106.3.s390x", "product_id": "qemu-linux-user-5.2.0-106.3.s390x" } }, { "category": "product_version", "name": "qemu-ppc-5.2.0-106.4.s390x", "product": { "name": "qemu-ppc-5.2.0-106.4.s390x", "product_id": "qemu-ppc-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-s390x-5.2.0-106.4.s390x", "product": { "name": "qemu-s390x-5.2.0-106.4.s390x", "product_id": "qemu-s390x-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-testsuite-5.2.0-106.3.s390x", "product": { "name": "qemu-testsuite-5.2.0-106.3.s390x", "product_id": "qemu-testsuite-5.2.0-106.3.s390x" } }, { "category": "product_version", "name": "qemu-tools-5.2.0-106.4.s390x", "product": { "name": "qemu-tools-5.2.0-106.4.s390x", "product_id": "qemu-tools-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ui-curses-5.2.0-106.4.s390x", "product": { "name": "qemu-ui-curses-5.2.0-106.4.s390x", "product_id": "qemu-ui-curses-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ui-gtk-5.2.0-106.4.s390x", "product": { "name": "qemu-ui-gtk-5.2.0-106.4.s390x", "product_id": "qemu-ui-gtk-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ui-opengl-5.2.0-106.4.s390x", "product": { "name": "qemu-ui-opengl-5.2.0-106.4.s390x", "product_id": "qemu-ui-opengl-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ui-spice-app-5.2.0-106.4.s390x", "product": { "name": "qemu-ui-spice-app-5.2.0-106.4.s390x", "product_id": "qemu-ui-spice-app-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ui-spice-core-5.2.0-106.4.s390x", "product": { "name": "qemu-ui-spice-core-5.2.0-106.4.s390x", "product_id": "qemu-ui-spice-core-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-5.2.0-106.4.s390x", "product": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.s390x", "product_id": "qemu-vhost-user-gpu-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-x86-5.2.0-106.4.s390x", "product": { "name": "qemu-x86-5.2.0-106.4.s390x", "product_id": "qemu-x86-5.2.0-106.4.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "qemu-5.2.0-106.4.x86_64", "product": { "name": "qemu-5.2.0-106.4.x86_64", "product_id": "qemu-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-arm-5.2.0-106.4.x86_64", "product": { "name": "qemu-arm-5.2.0-106.4.x86_64", "product_id": "qemu-arm-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-audio-alsa-5.2.0-106.4.x86_64", "product": { "name": "qemu-audio-alsa-5.2.0-106.4.x86_64", "product_id": "qemu-audio-alsa-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-audio-pa-5.2.0-106.4.x86_64", "product": { "name": "qemu-audio-pa-5.2.0-106.4.x86_64", "product_id": "qemu-audio-pa-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-audio-spice-5.2.0-106.4.x86_64", "product": { "name": "qemu-audio-spice-5.2.0-106.4.x86_64", "product_id": "qemu-audio-spice-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-curl-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-curl-5.2.0-106.4.x86_64", "product_id": "qemu-block-curl-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-dmg-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-dmg-5.2.0-106.4.x86_64", "product_id": "qemu-block-dmg-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-gluster-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-gluster-5.2.0-106.4.x86_64", "product_id": "qemu-block-gluster-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-iscsi-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-iscsi-5.2.0-106.4.x86_64", "product_id": "qemu-block-iscsi-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-nfs-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-nfs-5.2.0-106.4.x86_64", "product_id": "qemu-block-nfs-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-rbd-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-rbd-5.2.0-106.4.x86_64", "product_id": "qemu-block-rbd-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-ssh-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-ssh-5.2.0-106.4.x86_64", "product_id": "qemu-block-ssh-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-chardev-baum-5.2.0-106.4.x86_64", "product": { "name": "qemu-chardev-baum-5.2.0-106.4.x86_64", "product_id": "qemu-chardev-baum-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-chardev-spice-5.2.0-106.4.x86_64", "product": { "name": "qemu-chardev-spice-5.2.0-106.4.x86_64", "product_id": "qemu-chardev-spice-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-extra-5.2.0-106.4.x86_64", "product": { "name": "qemu-extra-5.2.0-106.4.x86_64", "product_id": "qemu-extra-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-guest-agent-5.2.0-106.4.x86_64", "product": { "name": "qemu-guest-agent-5.2.0-106.4.x86_64", "product_id": "qemu-guest-agent-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-display-qxl-5.2.0-106.4.x86_64", "product_id": "qemu-hw-display-qxl-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "product_id": "qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "product_id": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "product_id": "qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "product_id": "qemu-hw-usb-redirect-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.x86_64", "product_id": "qemu-hw-usb-smartcard-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-5.2.0-106.4.x86_64", "product": { "name": "qemu-ivshmem-tools-5.2.0-106.4.x86_64", "product_id": "qemu-ivshmem-tools-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ksm-5.2.0-106.4.x86_64", "product": { "name": "qemu-ksm-5.2.0-106.4.x86_64", "product_id": "qemu-ksm-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-kvm-5.2.0-106.4.x86_64", "product": { "name": "qemu-kvm-5.2.0-106.4.x86_64", "product_id": "qemu-kvm-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-lang-5.2.0-106.4.x86_64", "product": { "name": "qemu-lang-5.2.0-106.4.x86_64", "product_id": "qemu-lang-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-linux-user-5.2.0-106.3.x86_64", "product": { "name": "qemu-linux-user-5.2.0-106.3.x86_64", "product_id": "qemu-linux-user-5.2.0-106.3.x86_64" } }, { "category": "product_version", "name": "qemu-ppc-5.2.0-106.4.x86_64", "product": { "name": "qemu-ppc-5.2.0-106.4.x86_64", "product_id": "qemu-ppc-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-s390x-5.2.0-106.4.x86_64", "product": { "name": "qemu-s390x-5.2.0-106.4.x86_64", "product_id": "qemu-s390x-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-testsuite-5.2.0-106.3.x86_64", "product": { "name": "qemu-testsuite-5.2.0-106.3.x86_64", "product_id": "qemu-testsuite-5.2.0-106.3.x86_64" } }, { "category": "product_version", "name": "qemu-tools-5.2.0-106.4.x86_64", "product": { "name": "qemu-tools-5.2.0-106.4.x86_64", "product_id": "qemu-tools-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ui-curses-5.2.0-106.4.x86_64", "product": { "name": "qemu-ui-curses-5.2.0-106.4.x86_64", "product_id": "qemu-ui-curses-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ui-gtk-5.2.0-106.4.x86_64", "product": { "name": "qemu-ui-gtk-5.2.0-106.4.x86_64", "product_id": "qemu-ui-gtk-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ui-opengl-5.2.0-106.4.x86_64", "product": { "name": "qemu-ui-opengl-5.2.0-106.4.x86_64", "product_id": "qemu-ui-opengl-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ui-spice-app-5.2.0-106.4.x86_64", "product": { "name": "qemu-ui-spice-app-5.2.0-106.4.x86_64", "product_id": "qemu-ui-spice-app-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ui-spice-core-5.2.0-106.4.x86_64", "product": { "name": "qemu-ui-spice-core-5.2.0-106.4.x86_64", "product_id": "qemu-ui-spice-core-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-5.2.0-106.4.x86_64", "product": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.x86_64", "product_id": "qemu-vhost-user-gpu-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-x86-5.2.0-106.4.x86_64", "product": { "name": "qemu-x86-5.2.0-106.4.x86_64", "product_id": "qemu-x86-5.2.0-106.4.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP3", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.aarch64" }, "product_reference": "qemu-tools-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-tools-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.s390x" }, "product_reference": "qemu-tools-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.x86_64" }, "product_reference": "qemu-tools-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.aarch64" }, "product_reference": "qemu-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.s390x" }, "product_reference": "qemu-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.x86_64" }, "product_reference": "qemu-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-arm-5.2.0-106.4.aarch64" }, "product_reference": "qemu-arm-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-alsa-5.2.0-106.4.x86_64" }, "product_reference": "qemu-audio-alsa-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-pa-5.2.0-106.4.x86_64" }, "product_reference": "qemu-audio-pa-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-spice-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.aarch64" }, "product_reference": "qemu-audio-spice-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-spice-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-audio-spice-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-spice-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.x86_64" }, "product_reference": "qemu-audio-spice-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.aarch64" }, "product_reference": "qemu-block-curl-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-block-curl-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.s390x" }, "product_reference": "qemu-block-curl-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.x86_64" }, "product_reference": "qemu-block-curl-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.aarch64" }, "product_reference": "qemu-block-iscsi-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-block-iscsi-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.s390x" }, "product_reference": "qemu-block-iscsi-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.x86_64" }, "product_reference": "qemu-block-iscsi-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.aarch64" }, "product_reference": "qemu-block-rbd-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-block-rbd-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.s390x" }, "product_reference": "qemu-block-rbd-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.x86_64" }, "product_reference": "qemu-block-rbd-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.aarch64" }, "product_reference": "qemu-block-ssh-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-block-ssh-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.s390x" }, "product_reference": "qemu-block-ssh-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.x86_64" }, "product_reference": "qemu-block-ssh-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-baum-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.aarch64" }, "product_reference": "qemu-chardev-baum-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-baum-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-chardev-baum-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-baum-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.s390x" }, "product_reference": "qemu-chardev-baum-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-baum-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.x86_64" }, "product_reference": "qemu-chardev-baum-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-spice-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.aarch64" }, "product_reference": "qemu-chardev-spice-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-spice-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-chardev-spice-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-spice-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.x86_64" }, "product_reference": "qemu-chardev-spice-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.aarch64" }, "product_reference": "qemu-guest-agent-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-guest-agent-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.s390x" }, "product_reference": "qemu-guest-agent-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.x86_64" }, "product_reference": "qemu-guest-agent-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-qxl-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.aarch64" }, "product_reference": "qemu-hw-display-qxl-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-qxl-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-qxl-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.x86_64" }, "product_reference": "qemu-hw-display-qxl-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x" }, "product_reference": "qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64" }, "product_reference": "qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x" }, "product_reference": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64" }, "product_reference": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64" }, "product_reference": "qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64" }, "product_reference": "qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x" }, "product_reference": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64" }, "product_reference": "qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64" }, "product_reference": "qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-106.4.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ipxe-1.0.0+-106.4.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-106.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ksm-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ksm-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.s390x" }, "product_reference": "qemu-ksm-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ksm-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.s390x" }, "product_reference": "qemu-kvm-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.x86_64" }, "product_reference": "qemu-kvm-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.aarch64" }, "product_reference": "qemu-lang-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-lang-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.s390x" }, "product_reference": "qemu-lang-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.x86_64" }, "product_reference": "qemu-lang-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ppc-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ppc-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390x-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-s390x-5.2.0-106.4.s390x" }, "product_reference": "qemu-s390x-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.14.0_0_g155821a-106.4.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch" }, "product_reference": "qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-106.4.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-sgabios-8-106.4.noarch" }, "product_reference": "qemu-sgabios-8-106.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-skiboot-5.2.0-106.4.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-skiboot-5.2.0-106.4.noarch" }, "product_reference": "qemu-skiboot-5.2.0-106.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ui-curses-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ui-curses-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.s390x" }, "product_reference": "qemu-ui-curses-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ui-curses-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ui-gtk-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ui-gtk-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ui-gtk-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-opengl-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ui-opengl-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-opengl-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ui-opengl-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-opengl-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ui-opengl-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ui-spice-app-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ui-spice-app-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ui-spice-app-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-core-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ui-spice-core-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-core-5.2.0-106.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ui-spice-core-5.2.0-106.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-core-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ui-spice-core-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.14.0_0_g155821a-106.4.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch" }, "product_reference": "qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-x86-5.2.0-106.4.x86_64" }, "product_reference": "qemu-x86-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.aarch64" }, "product_reference": "qemu-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.s390x" }, "product_reference": "qemu-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.x86_64" }, "product_reference": "qemu-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-arm-5.2.0-106.4.aarch64" }, "product_reference": "qemu-arm-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-106.4.noarch as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-ipxe-1.0.0+-106.4.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-106.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390x-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-s390x-5.2.0-106.4.s390x" }, "product_reference": "qemu-s390x-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.14.0_0_g155821a-106.4.noarch as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-seabios-1.14.0_0_g155821a-106.4.noarch" }, "product_reference": "qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-106.4.noarch as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-sgabios-8-106.4.noarch" }, "product_reference": "qemu-sgabios-8-106.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-5.2.0-106.4.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.aarch64" }, "product_reference": "qemu-tools-5.2.0-106.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-5.2.0-106.4.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.s390x" }, "product_reference": "qemu-tools-5.2.0-106.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.x86_64" }, "product_reference": "qemu-tools-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.14.0_0_g155821a-106.4.noarch as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch" }, "product_reference": "qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-5.2.0-106.4.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:qemu-x86-5.2.0-106.4.x86_64" }, "product_reference": "qemu-x86-5.2.0-106.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-3713", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3713" } ], "notes": [ { "category": "general", "text": "An out-of-bounds write flaw was found in the UAS (USB Attached SCSI) device emulation of QEMU in versions prior to 6.2.0-rc0. The device uses the guest supplied stream number unchecked, which can lead to out-of-bounds access to the UASDevice-\u003edata3 and UASDevice-\u003estatus3 fields. A malicious guest user could use this flaw to crash QEMU or potentially achieve code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Micro 5.1:qemu-arm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-ipxe-1.0.0+-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-s390x-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-sgabios-8-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Micro 5.1:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-x86-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-arm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-alsa-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-pa-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ipxe-1.0.0+-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ppc-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-s390x-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-sgabios-8-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-skiboot-5.2.0-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-x86-5.2.0-106.4.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3713", "url": "https://www.suse.com/security/cve/CVE-2021-3713" }, { "category": "external", "summary": "SUSE Bug 1189702 for CVE-2021-3713", "url": "https://bugzilla.suse.com/1189702" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Micro 5.1:qemu-arm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-ipxe-1.0.0+-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-s390x-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-sgabios-8-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Micro 5.1:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-x86-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-arm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-alsa-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-pa-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ipxe-1.0.0+-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ppc-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-s390x-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-sgabios-8-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-skiboot-5.2.0-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-x86-5.2.0-106.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Micro 5.1:qemu-arm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-ipxe-1.0.0+-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-s390x-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-sgabios-8-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Micro 5.1:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-x86-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-arm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-alsa-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-pa-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ipxe-1.0.0+-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ppc-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-s390x-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-sgabios-8-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-skiboot-5.2.0-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-x86-5.2.0-106.4.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-03T13:59:50Z", "details": "important" } ], "title": "CVE-2021-3713" }, { "cve": "CVE-2021-3748", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3748" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Micro 5.1:qemu-arm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-ipxe-1.0.0+-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-s390x-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-sgabios-8-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Micro 5.1:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-x86-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-arm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-alsa-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-pa-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ipxe-1.0.0+-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ppc-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-s390x-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-sgabios-8-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-skiboot-5.2.0-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-x86-5.2.0-106.4.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3748", "url": "https://www.suse.com/security/cve/CVE-2021-3748" }, { "category": "external", "summary": "SUSE Bug 1189938 for CVE-2021-3748", "url": "https://bugzilla.suse.com/1189938" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Micro 5.1:qemu-arm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-ipxe-1.0.0+-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-s390x-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-sgabios-8-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Micro 5.1:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-x86-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-arm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-alsa-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-pa-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ipxe-1.0.0+-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ppc-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-s390x-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-sgabios-8-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-skiboot-5.2.0-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-x86-5.2.0-106.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Micro 5.1:qemu-arm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-ipxe-1.0.0+-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-s390x-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-sgabios-8-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.s390x", "SUSE Linux Enterprise Micro 5.1:qemu-tools-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Micro 5.1:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Micro 5.1:qemu-x86-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP3:qemu-tools-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-arm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-alsa-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-pa-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-audio-spice-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-curl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-iscsi-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-rbd-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-block-ssh-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-baum-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-chardev-spice-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-guest-agent-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-qxl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ipxe-1.0.0+-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ksm-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-kvm-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-lang-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ppc-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-s390x-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-sgabios-8-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-skiboot-5.2.0-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-curses-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-gtk-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-opengl-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-app-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-ui-spice-core-5.2.0-106.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP3:qemu-x86-5.2.0-106.4.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-03T13:59:50Z", "details": "moderate" } ], "title": "CVE-2021-3748" } ] }
suse-su-2021:3604-1
Vulnerability from csaf_suse
Published
2021-11-03 13:59
Modified
2021-11-03 13:59
Summary
Security update for qemu
Notes
Title of the patch
Security update for qemu
Description of the patch
This update for qemu fixes the following issues:
Security issues fixed:
- CVE-2021-3713: Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702)
- CVE-2021-3748: Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938)
Non-security issues fixed:
- Add transfer length item in block limits page of scsi vpd (bsc#1190425)
- Fix qemu crash while deleting xen-block (bsc#1189234)
Patchnames
SUSE-2021-3604,SUSE-SLE-Module-Basesystem-15-SP2-2021-3604,SUSE-SLE-Module-Server-Applications-15-SP2-2021-3604,SUSE-SUSE-MicroOS-5.0-2021-3604
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for qemu", "title": "Title of the patch" }, { "category": "description", "text": "This update for qemu fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2021-3713: Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702)\n- CVE-2021-3748: Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938)\n\nNon-security issues fixed:\n\n- Add transfer length item in block limits page of scsi vpd (bsc#1190425)\n- Fix qemu crash while deleting xen-block (bsc#1189234)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-3604,SUSE-SLE-Module-Basesystem-15-SP2-2021-3604,SUSE-SLE-Module-Server-Applications-15-SP2-2021-3604,SUSE-SUSE-MicroOS-5.0-2021-3604", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_3604-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:3604-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20213604-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:3604-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-November/009694.html" }, { "category": "self", "summary": "SUSE Bug 1189234", "url": "https://bugzilla.suse.com/1189234" }, { "category": "self", "summary": "SUSE Bug 1189702", "url": "https://bugzilla.suse.com/1189702" }, { "category": "self", "summary": "SUSE Bug 1189938", "url": "https://bugzilla.suse.com/1189938" }, { "category": "self", "summary": "SUSE Bug 1190425", "url": "https://bugzilla.suse.com/1190425" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3713 page", "url": "https://www.suse.com/security/cve/CVE-2021-3713/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3748 page", "url": "https://www.suse.com/security/cve/CVE-2021-3748/" } ], "title": "Security update for qemu", "tracking": { "current_release_date": "2021-11-03T13:59:29Z", "generator": { "date": "2021-11-03T13:59:29Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:3604-1", "initial_release_date": "2021-11-03T13:59:29Z", "revision_history": [ { "date": "2021-11-03T13:59:29Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "qemu-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-4.2.1-11.31.3.aarch64", "product_id": "qemu-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-arm-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-arm-4.2.1-11.31.3.aarch64", "product_id": "qemu-arm-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-audio-alsa-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-audio-alsa-4.2.1-11.31.3.aarch64", "product_id": "qemu-audio-alsa-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-audio-pa-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-audio-pa-4.2.1-11.31.3.aarch64", "product_id": "qemu-audio-pa-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-block-curl-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-block-curl-4.2.1-11.31.3.aarch64", "product_id": "qemu-block-curl-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-block-dmg-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-block-dmg-4.2.1-11.31.3.aarch64", "product_id": "qemu-block-dmg-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-block-iscsi-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-block-iscsi-4.2.1-11.31.3.aarch64", "product_id": "qemu-block-iscsi-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-block-rbd-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-block-rbd-4.2.1-11.31.3.aarch64", "product_id": "qemu-block-rbd-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-block-ssh-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-block-ssh-4.2.1-11.31.3.aarch64", "product_id": "qemu-block-ssh-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-extra-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-extra-4.2.1-11.31.3.aarch64", "product_id": "qemu-extra-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-guest-agent-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-guest-agent-4.2.1-11.31.3.aarch64", "product_id": "qemu-guest-agent-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-lang-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-lang-4.2.1-11.31.3.aarch64", "product_id": "qemu-lang-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-linux-user-4.2.1-11.31.1.aarch64", "product": { "name": "qemu-linux-user-4.2.1-11.31.1.aarch64", "product_id": "qemu-linux-user-4.2.1-11.31.1.aarch64" } }, { "category": "product_version", "name": "qemu-ppc-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-ppc-4.2.1-11.31.3.aarch64", "product_id": "qemu-ppc-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-s390-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-s390-4.2.1-11.31.3.aarch64", "product_id": "qemu-s390-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-testsuite-4.2.1-11.31.6.aarch64", "product": { "name": "qemu-testsuite-4.2.1-11.31.6.aarch64", "product_id": "qemu-testsuite-4.2.1-11.31.6.aarch64" } }, { "category": "product_version", "name": "qemu-tools-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-tools-4.2.1-11.31.3.aarch64", "product_id": "qemu-tools-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-ui-curses-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-ui-curses-4.2.1-11.31.3.aarch64", "product_id": "qemu-ui-curses-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-ui-gtk-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-ui-gtk-4.2.1-11.31.3.aarch64", "product_id": "qemu-ui-gtk-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-ui-spice-app-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-ui-spice-app-4.2.1-11.31.3.aarch64", "product_id": "qemu-ui-spice-app-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-vhost-user-gpu-4.2.1-11.31.3.aarch64", "product_id": "qemu-vhost-user-gpu-4.2.1-11.31.3.aarch64" } }, { "category": "product_version", "name": "qemu-x86-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-x86-4.2.1-11.31.3.aarch64", "product_id": "qemu-x86-4.2.1-11.31.3.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "qemu-4.2.1-11.31.3.i586", "product": { "name": "qemu-4.2.1-11.31.3.i586", "product_id": "qemu-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-arm-4.2.1-11.31.3.i586", "product": { "name": "qemu-arm-4.2.1-11.31.3.i586", "product_id": "qemu-arm-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-audio-alsa-4.2.1-11.31.3.i586", "product": { "name": "qemu-audio-alsa-4.2.1-11.31.3.i586", "product_id": "qemu-audio-alsa-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-audio-pa-4.2.1-11.31.3.i586", "product": { "name": "qemu-audio-pa-4.2.1-11.31.3.i586", "product_id": "qemu-audio-pa-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-block-curl-4.2.1-11.31.3.i586", "product": { "name": "qemu-block-curl-4.2.1-11.31.3.i586", "product_id": "qemu-block-curl-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-block-dmg-4.2.1-11.31.3.i586", "product": { "name": "qemu-block-dmg-4.2.1-11.31.3.i586", "product_id": "qemu-block-dmg-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-block-iscsi-4.2.1-11.31.3.i586", "product": { "name": "qemu-block-iscsi-4.2.1-11.31.3.i586", "product_id": "qemu-block-iscsi-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-block-ssh-4.2.1-11.31.3.i586", "product": { "name": "qemu-block-ssh-4.2.1-11.31.3.i586", "product_id": "qemu-block-ssh-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-extra-4.2.1-11.31.3.i586", "product": { "name": "qemu-extra-4.2.1-11.31.3.i586", "product_id": "qemu-extra-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-guest-agent-4.2.1-11.31.3.i586", "product": { "name": "qemu-guest-agent-4.2.1-11.31.3.i586", "product_id": "qemu-guest-agent-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-kvm-4.2.1-11.31.3.i586", "product": { "name": "qemu-kvm-4.2.1-11.31.3.i586", "product_id": "qemu-kvm-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-lang-4.2.1-11.31.3.i586", "product": { "name": "qemu-lang-4.2.1-11.31.3.i586", "product_id": "qemu-lang-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-linux-user-4.2.1-11.31.1.i586", "product": { "name": "qemu-linux-user-4.2.1-11.31.1.i586", "product_id": "qemu-linux-user-4.2.1-11.31.1.i586" } }, { "category": "product_version", "name": "qemu-ppc-4.2.1-11.31.3.i586", "product": { "name": "qemu-ppc-4.2.1-11.31.3.i586", "product_id": "qemu-ppc-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-s390-4.2.1-11.31.3.i586", "product": { "name": "qemu-s390-4.2.1-11.31.3.i586", "product_id": "qemu-s390-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-testsuite-4.2.1-11.31.6.i586", "product": { "name": "qemu-testsuite-4.2.1-11.31.6.i586", "product_id": "qemu-testsuite-4.2.1-11.31.6.i586" } }, { "category": "product_version", "name": "qemu-tools-4.2.1-11.31.3.i586", "product": { "name": "qemu-tools-4.2.1-11.31.3.i586", "product_id": "qemu-tools-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-ui-curses-4.2.1-11.31.3.i586", "product": { "name": "qemu-ui-curses-4.2.1-11.31.3.i586", "product_id": "qemu-ui-curses-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-ui-gtk-4.2.1-11.31.3.i586", "product": { "name": "qemu-ui-gtk-4.2.1-11.31.3.i586", "product_id": "qemu-ui-gtk-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-ui-spice-app-4.2.1-11.31.3.i586", "product": { "name": "qemu-ui-spice-app-4.2.1-11.31.3.i586", "product_id": "qemu-ui-spice-app-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-4.2.1-11.31.3.i586", "product": { "name": "qemu-vhost-user-gpu-4.2.1-11.31.3.i586", "product_id": "qemu-vhost-user-gpu-4.2.1-11.31.3.i586" } }, { "category": "product_version", "name": "qemu-x86-4.2.1-11.31.3.i586", "product": { "name": "qemu-x86-4.2.1-11.31.3.i586", "product_id": "qemu-x86-4.2.1-11.31.3.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "qemu-ipxe-1.0.0+-11.31.3.noarch", "product": { "name": "qemu-ipxe-1.0.0+-11.31.3.noarch", "product_id": "qemu-ipxe-1.0.0+-11.31.3.noarch" } }, { "category": "product_version", "name": "qemu-microvm-4.2.1-11.31.3.noarch", "product": { "name": "qemu-microvm-4.2.1-11.31.3.noarch", "product_id": "qemu-microvm-4.2.1-11.31.3.noarch" } }, { "category": "product_version", "name": "qemu-seabios-1.12.1+-11.31.3.noarch", "product": { "name": "qemu-seabios-1.12.1+-11.31.3.noarch", "product_id": "qemu-seabios-1.12.1+-11.31.3.noarch" } }, { "category": "product_version", "name": "qemu-sgabios-8-11.31.3.noarch", "product": { "name": "qemu-sgabios-8-11.31.3.noarch", "product_id": "qemu-sgabios-8-11.31.3.noarch" } }, { "category": "product_version", "name": "qemu-vgabios-1.12.1+-11.31.3.noarch", "product": { "name": "qemu-vgabios-1.12.1+-11.31.3.noarch", "product_id": "qemu-vgabios-1.12.1+-11.31.3.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "qemu-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-4.2.1-11.31.3.ppc64le", "product_id": "qemu-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-arm-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-arm-4.2.1-11.31.3.ppc64le", "product_id": "qemu-arm-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-alsa-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-audio-alsa-4.2.1-11.31.3.ppc64le", "product_id": "qemu-audio-alsa-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-pa-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-audio-pa-4.2.1-11.31.3.ppc64le", "product_id": "qemu-audio-pa-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-block-curl-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-block-curl-4.2.1-11.31.3.ppc64le", "product_id": "qemu-block-curl-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-block-dmg-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-block-dmg-4.2.1-11.31.3.ppc64le", "product_id": "qemu-block-dmg-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-block-iscsi-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-block-iscsi-4.2.1-11.31.3.ppc64le", "product_id": "qemu-block-iscsi-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-block-rbd-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-block-rbd-4.2.1-11.31.3.ppc64le", "product_id": "qemu-block-rbd-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-block-ssh-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-block-ssh-4.2.1-11.31.3.ppc64le", "product_id": "qemu-block-ssh-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-extra-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-extra-4.2.1-11.31.3.ppc64le", "product_id": "qemu-extra-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-guest-agent-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-guest-agent-4.2.1-11.31.3.ppc64le", "product_id": "qemu-guest-agent-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-lang-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-lang-4.2.1-11.31.3.ppc64le", "product_id": "qemu-lang-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-linux-user-4.2.1-11.31.1.ppc64le", "product": { "name": "qemu-linux-user-4.2.1-11.31.1.ppc64le", "product_id": "qemu-linux-user-4.2.1-11.31.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ppc-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-ppc-4.2.1-11.31.3.ppc64le", "product_id": "qemu-ppc-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-s390-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-s390-4.2.1-11.31.3.ppc64le", "product_id": "qemu-s390-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-testsuite-4.2.1-11.31.6.ppc64le", "product": { "name": "qemu-testsuite-4.2.1-11.31.6.ppc64le", "product_id": "qemu-testsuite-4.2.1-11.31.6.ppc64le" } }, { "category": "product_version", "name": "qemu-tools-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-tools-4.2.1-11.31.3.ppc64le", "product_id": "qemu-tools-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-curses-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-ui-curses-4.2.1-11.31.3.ppc64le", "product_id": "qemu-ui-curses-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-gtk-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-ui-gtk-4.2.1-11.31.3.ppc64le", "product_id": "qemu-ui-gtk-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-spice-app-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-ui-spice-app-4.2.1-11.31.3.ppc64le", "product_id": "qemu-ui-spice-app-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-vhost-user-gpu-4.2.1-11.31.3.ppc64le", "product_id": "qemu-vhost-user-gpu-4.2.1-11.31.3.ppc64le" } }, { "category": "product_version", "name": "qemu-x86-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-x86-4.2.1-11.31.3.ppc64le", "product_id": "qemu-x86-4.2.1-11.31.3.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "qemu-4.2.1-11.31.3.s390x", "product": { "name": "qemu-4.2.1-11.31.3.s390x", "product_id": "qemu-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-arm-4.2.1-11.31.3.s390x", "product": { "name": "qemu-arm-4.2.1-11.31.3.s390x", "product_id": "qemu-arm-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-audio-alsa-4.2.1-11.31.3.s390x", "product": { "name": "qemu-audio-alsa-4.2.1-11.31.3.s390x", "product_id": "qemu-audio-alsa-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-audio-pa-4.2.1-11.31.3.s390x", "product": { "name": "qemu-audio-pa-4.2.1-11.31.3.s390x", "product_id": "qemu-audio-pa-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-block-curl-4.2.1-11.31.3.s390x", "product": { "name": "qemu-block-curl-4.2.1-11.31.3.s390x", "product_id": "qemu-block-curl-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-block-dmg-4.2.1-11.31.3.s390x", "product": { "name": "qemu-block-dmg-4.2.1-11.31.3.s390x", "product_id": "qemu-block-dmg-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-block-iscsi-4.2.1-11.31.3.s390x", "product": { "name": "qemu-block-iscsi-4.2.1-11.31.3.s390x", "product_id": "qemu-block-iscsi-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-block-rbd-4.2.1-11.31.3.s390x", "product": { "name": "qemu-block-rbd-4.2.1-11.31.3.s390x", "product_id": "qemu-block-rbd-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-block-ssh-4.2.1-11.31.3.s390x", "product": { "name": "qemu-block-ssh-4.2.1-11.31.3.s390x", "product_id": "qemu-block-ssh-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-extra-4.2.1-11.31.3.s390x", "product": { "name": "qemu-extra-4.2.1-11.31.3.s390x", "product_id": "qemu-extra-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-guest-agent-4.2.1-11.31.3.s390x", "product": { "name": "qemu-guest-agent-4.2.1-11.31.3.s390x", "product_id": "qemu-guest-agent-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-kvm-4.2.1-11.31.3.s390x", "product": { "name": "qemu-kvm-4.2.1-11.31.3.s390x", "product_id": "qemu-kvm-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-lang-4.2.1-11.31.3.s390x", "product": { "name": "qemu-lang-4.2.1-11.31.3.s390x", "product_id": "qemu-lang-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-linux-user-4.2.1-11.31.1.s390x", "product": { "name": "qemu-linux-user-4.2.1-11.31.1.s390x", "product_id": "qemu-linux-user-4.2.1-11.31.1.s390x" } }, { "category": "product_version", "name": "qemu-ppc-4.2.1-11.31.3.s390x", "product": { "name": "qemu-ppc-4.2.1-11.31.3.s390x", "product_id": "qemu-ppc-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-s390-4.2.1-11.31.3.s390x", "product": { "name": "qemu-s390-4.2.1-11.31.3.s390x", "product_id": "qemu-s390-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-testsuite-4.2.1-11.31.6.s390x", "product": { "name": "qemu-testsuite-4.2.1-11.31.6.s390x", "product_id": "qemu-testsuite-4.2.1-11.31.6.s390x" } }, { "category": "product_version", "name": "qemu-tools-4.2.1-11.31.3.s390x", "product": { "name": "qemu-tools-4.2.1-11.31.3.s390x", "product_id": "qemu-tools-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-ui-curses-4.2.1-11.31.3.s390x", "product": { "name": "qemu-ui-curses-4.2.1-11.31.3.s390x", "product_id": "qemu-ui-curses-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-ui-gtk-4.2.1-11.31.3.s390x", "product": { "name": "qemu-ui-gtk-4.2.1-11.31.3.s390x", "product_id": "qemu-ui-gtk-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-ui-spice-app-4.2.1-11.31.3.s390x", "product": { "name": "qemu-ui-spice-app-4.2.1-11.31.3.s390x", "product_id": "qemu-ui-spice-app-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-4.2.1-11.31.3.s390x", "product": { "name": "qemu-vhost-user-gpu-4.2.1-11.31.3.s390x", "product_id": "qemu-vhost-user-gpu-4.2.1-11.31.3.s390x" } }, { "category": "product_version", "name": "qemu-x86-4.2.1-11.31.3.s390x", "product": { "name": "qemu-x86-4.2.1-11.31.3.s390x", "product_id": "qemu-x86-4.2.1-11.31.3.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "qemu-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-4.2.1-11.31.3.x86_64", "product_id": "qemu-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-arm-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-arm-4.2.1-11.31.3.x86_64", "product_id": "qemu-arm-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-audio-alsa-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-audio-alsa-4.2.1-11.31.3.x86_64", "product_id": "qemu-audio-alsa-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-audio-pa-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-audio-pa-4.2.1-11.31.3.x86_64", "product_id": "qemu-audio-pa-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-block-curl-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-block-curl-4.2.1-11.31.3.x86_64", "product_id": "qemu-block-curl-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-block-dmg-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-block-dmg-4.2.1-11.31.3.x86_64", "product_id": "qemu-block-dmg-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-block-iscsi-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-block-iscsi-4.2.1-11.31.3.x86_64", "product_id": "qemu-block-iscsi-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-block-rbd-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-block-rbd-4.2.1-11.31.3.x86_64", "product_id": "qemu-block-rbd-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-block-ssh-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-block-ssh-4.2.1-11.31.3.x86_64", "product_id": "qemu-block-ssh-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-extra-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-extra-4.2.1-11.31.3.x86_64", "product_id": "qemu-extra-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-guest-agent-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-guest-agent-4.2.1-11.31.3.x86_64", "product_id": "qemu-guest-agent-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-kvm-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-kvm-4.2.1-11.31.3.x86_64", "product_id": "qemu-kvm-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-lang-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-lang-4.2.1-11.31.3.x86_64", "product_id": "qemu-lang-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-linux-user-4.2.1-11.31.1.x86_64", "product": { "name": "qemu-linux-user-4.2.1-11.31.1.x86_64", "product_id": "qemu-linux-user-4.2.1-11.31.1.x86_64" } }, { "category": "product_version", "name": "qemu-ppc-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-ppc-4.2.1-11.31.3.x86_64", "product_id": "qemu-ppc-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-s390-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-s390-4.2.1-11.31.3.x86_64", "product_id": "qemu-s390-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-testsuite-4.2.1-11.31.6.x86_64", "product": { "name": "qemu-testsuite-4.2.1-11.31.6.x86_64", "product_id": "qemu-testsuite-4.2.1-11.31.6.x86_64" } }, { "category": "product_version", "name": "qemu-tools-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-tools-4.2.1-11.31.3.x86_64", "product_id": "qemu-tools-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-ui-curses-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-ui-curses-4.2.1-11.31.3.x86_64", "product_id": "qemu-ui-curses-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-ui-gtk-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-ui-gtk-4.2.1-11.31.3.x86_64", "product_id": "qemu-ui-gtk-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-ui-spice-app-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-ui-spice-app-4.2.1-11.31.3.x86_64", "product_id": "qemu-ui-spice-app-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-vhost-user-gpu-4.2.1-11.31.3.x86_64", "product_id": "qemu-vhost-user-gpu-4.2.1-11.31.3.x86_64" } }, { "category": "product_version", "name": "qemu-x86-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-x86-4.2.1-11.31.3.x86_64", "product_id": "qemu-x86-4.2.1-11.31.3.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP2", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.0", "product": { "name": "SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.0" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-tools-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-4.2.1-11.31.3.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.ppc64le" }, "product_reference": "qemu-tools-4.2.1-11.31.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-4.2.1-11.31.3.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.s390x" }, "product_reference": "qemu-tools-4.2.1-11.31.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-tools-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-4.2.1-11.31.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.ppc64le" }, "product_reference": "qemu-4.2.1-11.31.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-4.2.1-11.31.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.s390x" }, "product_reference": "qemu-4.2.1-11.31.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-arm-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-arm-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-alsa-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-audio-alsa-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-pa-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-audio-pa-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-block-curl-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-4.2.1-11.31.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.ppc64le" }, "product_reference": "qemu-block-curl-4.2.1-11.31.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-4.2.1-11.31.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.s390x" }, "product_reference": "qemu-block-curl-4.2.1-11.31.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-block-curl-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-block-iscsi-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-4.2.1-11.31.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.ppc64le" }, "product_reference": "qemu-block-iscsi-4.2.1-11.31.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-4.2.1-11.31.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.s390x" }, "product_reference": "qemu-block-iscsi-4.2.1-11.31.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-block-iscsi-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-block-rbd-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-4.2.1-11.31.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.ppc64le" }, "product_reference": "qemu-block-rbd-4.2.1-11.31.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-4.2.1-11.31.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.s390x" }, "product_reference": "qemu-block-rbd-4.2.1-11.31.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-block-rbd-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-block-ssh-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-4.2.1-11.31.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.ppc64le" }, "product_reference": "qemu-block-ssh-4.2.1-11.31.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-4.2.1-11.31.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.s390x" }, "product_reference": "qemu-block-ssh-4.2.1-11.31.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-block-ssh-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-guest-agent-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-4.2.1-11.31.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.ppc64le" }, "product_reference": "qemu-guest-agent-4.2.1-11.31.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-4.2.1-11.31.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.s390x" }, "product_reference": "qemu-guest-agent-4.2.1-11.31.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-guest-agent-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-11.31.3.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ipxe-1.0.0+-11.31.3.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-11.31.3.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-4.2.1-11.31.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.s390x" }, "product_reference": "qemu-kvm-4.2.1-11.31.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-kvm-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-lang-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-4.2.1-11.31.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.ppc64le" }, "product_reference": "qemu-lang-4.2.1-11.31.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-4.2.1-11.31.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.s390x" }, "product_reference": "qemu-lang-4.2.1-11.31.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-lang-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-microvm-4.2.1-11.31.3.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-microvm-4.2.1-11.31.3.noarch" }, "product_reference": "qemu-microvm-4.2.1-11.31.3.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-4.2.1-11.31.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ppc-4.2.1-11.31.3.ppc64le" }, "product_reference": "qemu-ppc-4.2.1-11.31.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390-4.2.1-11.31.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-s390-4.2.1-11.31.3.s390x" }, "product_reference": "qemu-s390-4.2.1-11.31.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.12.1+-11.31.3.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-seabios-1.12.1+-11.31.3.noarch" }, "product_reference": "qemu-seabios-1.12.1+-11.31.3.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-11.31.3.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-sgabios-8-11.31.3.noarch" }, "product_reference": "qemu-sgabios-8-11.31.3.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-curses-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-ui-curses-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-gtk-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-ui-gtk-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-ui-spice-app-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-4.2.1-11.31.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.ppc64le" }, "product_reference": "qemu-ui-spice-app-4.2.1-11.31.3.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-4.2.1-11.31.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.s390x" }, "product_reference": "qemu-ui-spice-app-4.2.1-11.31.3.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-ui-spice-app-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.12.1+-11.31.3.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-vgabios-1.12.1+-11.31.3.noarch" }, "product_reference": "qemu-vgabios-1.12.1+-11.31.3.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-x86-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-x86-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:qemu-arm-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-arm-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-11.31.3.noarch as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:qemu-ipxe-1.0.0+-11.31.3.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-11.31.3.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.12.1+-11.31.3.noarch as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:qemu-seabios-1.12.1+-11.31.3.noarch" }, "product_reference": "qemu-seabios-1.12.1+-11.31.3.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-11.31.3.noarch as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:qemu-sgabios-8-11.31.3.noarch" }, "product_reference": "qemu-sgabios-8-11.31.3.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-4.2.1-11.31.3.aarch64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-tools-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-tools-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.12.1+-11.31.3.noarch as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:qemu-vgabios-1.12.1+-11.31.3.noarch" }, "product_reference": "qemu-vgabios-1.12.1+-11.31.3.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-4.2.1-11.31.3.x86_64 as component of SUSE Linux Enterprise Micro 5.0", "product_id": "SUSE Linux Enterprise Micro 5.0:qemu-x86-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-x86-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-3713", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3713" } ], "notes": [ { "category": "general", "text": "An out-of-bounds write flaw was found in the UAS (USB Attached SCSI) device emulation of QEMU in versions prior to 6.2.0-rc0. The device uses the guest supplied stream number unchecked, which can lead to out-of-bounds access to the UASDevice-\u003edata3 and UASDevice-\u003estatus3 fields. A malicious guest user could use this flaw to crash QEMU or potentially achieve code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Micro 5.0:qemu-arm-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-ipxe-1.0.0+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-seabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-sgabios-8-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Micro 5.0:qemu-vgabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-x86-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-arm-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-alsa-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-pa-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ipxe-1.0.0+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-microvm-4.2.1-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ppc-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-s390-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-seabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-sgabios-8-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-curses-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-gtk-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-vgabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-x86-4.2.1-11.31.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3713", "url": "https://www.suse.com/security/cve/CVE-2021-3713" }, { "category": "external", "summary": "SUSE Bug 1189702 for CVE-2021-3713", "url": "https://bugzilla.suse.com/1189702" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Micro 5.0:qemu-arm-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-ipxe-1.0.0+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-seabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-sgabios-8-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Micro 5.0:qemu-vgabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-x86-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-arm-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-alsa-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-pa-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ipxe-1.0.0+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-microvm-4.2.1-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ppc-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-s390-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-seabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-sgabios-8-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-curses-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-gtk-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-vgabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-x86-4.2.1-11.31.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Micro 5.0:qemu-arm-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-ipxe-1.0.0+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-seabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-sgabios-8-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Micro 5.0:qemu-vgabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-x86-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-arm-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-alsa-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-pa-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ipxe-1.0.0+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-microvm-4.2.1-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ppc-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-s390-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-seabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-sgabios-8-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-curses-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-gtk-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-vgabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-x86-4.2.1-11.31.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-03T13:59:29Z", "details": "important" } ], "title": "CVE-2021-3713" }, { "cve": "CVE-2021-3748", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3748" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Micro 5.0:qemu-arm-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-ipxe-1.0.0+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-seabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-sgabios-8-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Micro 5.0:qemu-vgabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-x86-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-arm-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-alsa-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-pa-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ipxe-1.0.0+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-microvm-4.2.1-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ppc-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-s390-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-seabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-sgabios-8-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-curses-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-gtk-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-vgabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-x86-4.2.1-11.31.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3748", "url": "https://www.suse.com/security/cve/CVE-2021-3748" }, { "category": "external", "summary": "SUSE Bug 1189938 for CVE-2021-3748", "url": "https://bugzilla.suse.com/1189938" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Micro 5.0:qemu-arm-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-ipxe-1.0.0+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-seabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-sgabios-8-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Micro 5.0:qemu-vgabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-x86-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-arm-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-alsa-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-pa-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ipxe-1.0.0+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-microvm-4.2.1-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ppc-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-s390-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-seabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-sgabios-8-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-curses-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-gtk-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-vgabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-x86-4.2.1-11.31.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Micro 5.0:qemu-arm-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-ipxe-1.0.0+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-seabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-sgabios-8-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Micro 5.0:qemu-tools-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Micro 5.0:qemu-vgabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Micro 5.0:qemu-x86-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:qemu-tools-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-arm-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-alsa-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-audio-pa-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-curl-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-iscsi-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-rbd-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-block-ssh-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-guest-agent-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ipxe-1.0.0+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-kvm-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-lang-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-microvm-4.2.1-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ppc-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-s390-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-seabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-sgabios-8-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-curses-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-gtk-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-ui-spice-app-4.2.1-11.31.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-vgabios-1.12.1+-11.31.3.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP2:qemu-x86-4.2.1-11.31.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-03T13:59:29Z", "details": "moderate" } ], "title": "CVE-2021-3748" } ] }
suse-su-2021:3653-1
Vulnerability from csaf_suse
Published
2021-11-10 16:41
Modified
2021-11-10 16:41
Summary
Security update for qemu
Notes
Title of the patch
Security update for qemu
Description of the patch
This update for qemu fixes the following issues:
Security issues fixed:
- Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702, CVE-2021-3713)
- Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938, CVE-2021-3748)
Patchnames
HPE-Helion-OpenStack-8-2021-3653,SUSE-2021-3653,SUSE-OpenStack-Cloud-8-2021-3653,SUSE-OpenStack-Cloud-Crowbar-8-2021-3653,SUSE-SLE-SAP-12-SP3-2021-3653,SUSE-SLE-SERVER-12-SP3-2021-3653,SUSE-SLE-SERVER-12-SP3-BCL-2021-3653
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for qemu", "title": "Title of the patch" }, { "category": "description", "text": "This update for qemu fixes the following issues:\n\nSecurity issues fixed:\n\n- Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702, CVE-2021-3713)\n- Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938, CVE-2021-3748)\n", "title": "Description of the patch" }, { "category": "details", "text": "HPE-Helion-OpenStack-8-2021-3653,SUSE-2021-3653,SUSE-OpenStack-Cloud-8-2021-3653,SUSE-OpenStack-Cloud-Crowbar-8-2021-3653,SUSE-SLE-SAP-12-SP3-2021-3653,SUSE-SLE-SERVER-12-SP3-2021-3653,SUSE-SLE-SERVER-12-SP3-BCL-2021-3653", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_3653-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:3653-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20213653-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:3653-1", "url": "https://lists.suse.com/pipermail/sle-updates/2021-November/020738.html" }, { "category": "self", "summary": "SUSE Bug 1189702", "url": "https://bugzilla.suse.com/1189702" }, { "category": "self", "summary": "SUSE Bug 1189938", "url": "https://bugzilla.suse.com/1189938" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3713 page", "url": "https://www.suse.com/security/cve/CVE-2021-3713/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3748 page", "url": "https://www.suse.com/security/cve/CVE-2021-3748/" } ], "title": "Security update for qemu", "tracking": { "current_release_date": "2021-11-10T16:41:49Z", "generator": { "date": "2021-11-10T16:41:49Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:3653-1", "initial_release_date": "2021-11-10T16:41:49Z", "revision_history": [ { "date": "2021-11-10T16:41:49Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "qemu-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-2.9.1-43.62.1.aarch64", "product_id": "qemu-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-arm-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-arm-2.9.1-43.62.1.aarch64", "product_id": "qemu-arm-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-curl-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-block-curl-2.9.1-43.62.1.aarch64", "product_id": "qemu-block-curl-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-dmg-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-block-dmg-2.9.1-43.62.1.aarch64", "product_id": "qemu-block-dmg-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-block-iscsi-2.9.1-43.62.1.aarch64", "product_id": "qemu-block-iscsi-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-rbd-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-block-rbd-2.9.1-43.62.1.aarch64", "product_id": "qemu-block-rbd-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-ssh-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-block-ssh-2.9.1-43.62.1.aarch64", "product_id": "qemu-block-ssh-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-extra-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-extra-2.9.1-43.62.1.aarch64", "product_id": "qemu-extra-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-guest-agent-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-guest-agent-2.9.1-43.62.1.aarch64", "product_id": "qemu-guest-agent-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-lang-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-lang-2.9.1-43.62.1.aarch64", "product_id": "qemu-lang-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-linux-user-2.9.1-6.59.1.aarch64", "product": { "name": "qemu-linux-user-2.9.1-6.59.1.aarch64", "product_id": "qemu-linux-user-2.9.1-6.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-ppc-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-ppc-2.9.1-43.62.1.aarch64", "product_id": "qemu-ppc-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-s390-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-s390-2.9.1-43.62.1.aarch64", "product_id": "qemu-s390-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-tools-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-tools-2.9.1-43.62.1.aarch64", "product_id": "qemu-tools-2.9.1-43.62.1.aarch64" } }, { "category": "product_version", "name": "qemu-x86-2.9.1-43.62.1.aarch64", "product": { "name": "qemu-x86-2.9.1-43.62.1.aarch64", "product_id": "qemu-x86-2.9.1-43.62.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "qemu-2.9.1-43.62.1.i586", "product": { "name": "qemu-2.9.1-43.62.1.i586", "product_id": "qemu-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-arm-2.9.1-43.62.1.i586", "product": { "name": "qemu-arm-2.9.1-43.62.1.i586", "product_id": "qemu-arm-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-block-curl-2.9.1-43.62.1.i586", "product": { "name": "qemu-block-curl-2.9.1-43.62.1.i586", "product_id": "qemu-block-curl-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-block-dmg-2.9.1-43.62.1.i586", "product": { "name": "qemu-block-dmg-2.9.1-43.62.1.i586", "product_id": "qemu-block-dmg-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.9.1-43.62.1.i586", "product": { "name": "qemu-block-iscsi-2.9.1-43.62.1.i586", "product_id": "qemu-block-iscsi-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-block-ssh-2.9.1-43.62.1.i586", "product": { "name": "qemu-block-ssh-2.9.1-43.62.1.i586", "product_id": "qemu-block-ssh-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-extra-2.9.1-43.62.1.i586", "product": { "name": "qemu-extra-2.9.1-43.62.1.i586", "product_id": "qemu-extra-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-guest-agent-2.9.1-43.62.1.i586", "product": { "name": "qemu-guest-agent-2.9.1-43.62.1.i586", "product_id": "qemu-guest-agent-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-kvm-2.9.1-43.62.1.i586", "product": { "name": "qemu-kvm-2.9.1-43.62.1.i586", "product_id": "qemu-kvm-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-lang-2.9.1-43.62.1.i586", "product": { "name": "qemu-lang-2.9.1-43.62.1.i586", "product_id": "qemu-lang-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-linux-user-2.9.1-6.59.1.i586", "product": { "name": "qemu-linux-user-2.9.1-6.59.1.i586", "product_id": "qemu-linux-user-2.9.1-6.59.1.i586" } }, { "category": "product_version", "name": "qemu-ppc-2.9.1-43.62.1.i586", "product": { "name": "qemu-ppc-2.9.1-43.62.1.i586", "product_id": "qemu-ppc-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-s390-2.9.1-43.62.1.i586", "product": { "name": "qemu-s390-2.9.1-43.62.1.i586", "product_id": "qemu-s390-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-tools-2.9.1-43.62.1.i586", "product": { "name": "qemu-tools-2.9.1-43.62.1.i586", "product_id": "qemu-tools-2.9.1-43.62.1.i586" } }, { "category": "product_version", "name": "qemu-x86-2.9.1-43.62.1.i586", "product": { "name": "qemu-x86-2.9.1-43.62.1.i586", "product_id": "qemu-x86-2.9.1-43.62.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "qemu-ipxe-1.0.0+-43.62.1.noarch", "product": { "name": "qemu-ipxe-1.0.0+-43.62.1.noarch", "product_id": "qemu-ipxe-1.0.0+-43.62.1.noarch" } }, { "category": "product_version", "name": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "product": { "name": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "product_id": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" } }, { "category": "product_version", "name": "qemu-sgabios-8-43.62.1.noarch", "product": { "name": "qemu-sgabios-8-43.62.1.noarch", "product_id": "qemu-sgabios-8-43.62.1.noarch" } }, { "category": "product_version", "name": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "product": { "name": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "product_id": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "qemu-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-2.9.1-43.62.1.ppc64le", "product_id": "qemu-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-arm-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-arm-2.9.1-43.62.1.ppc64le", "product_id": "qemu-arm-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-curl-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-block-curl-2.9.1-43.62.1.ppc64le", "product_id": "qemu-block-curl-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-dmg-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-block-dmg-2.9.1-43.62.1.ppc64le", "product_id": "qemu-block-dmg-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "product_id": "qemu-block-iscsi-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-rbd-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-block-rbd-2.9.1-43.62.1.ppc64le", "product_id": "qemu-block-rbd-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-ssh-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-block-ssh-2.9.1-43.62.1.ppc64le", "product_id": "qemu-block-ssh-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-extra-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-extra-2.9.1-43.62.1.ppc64le", "product_id": "qemu-extra-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-guest-agent-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-guest-agent-2.9.1-43.62.1.ppc64le", "product_id": "qemu-guest-agent-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-lang-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-lang-2.9.1-43.62.1.ppc64le", "product_id": "qemu-lang-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-linux-user-2.9.1-6.59.1.ppc64le", "product": { "name": "qemu-linux-user-2.9.1-6.59.1.ppc64le", "product_id": "qemu-linux-user-2.9.1-6.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ppc-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-ppc-2.9.1-43.62.1.ppc64le", "product_id": "qemu-ppc-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-s390-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-s390-2.9.1-43.62.1.ppc64le", "product_id": "qemu-s390-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-tools-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-tools-2.9.1-43.62.1.ppc64le", "product_id": "qemu-tools-2.9.1-43.62.1.ppc64le" } }, { "category": "product_version", "name": "qemu-x86-2.9.1-43.62.1.ppc64le", "product": { "name": "qemu-x86-2.9.1-43.62.1.ppc64le", "product_id": "qemu-x86-2.9.1-43.62.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "qemu-2.9.1-43.62.1.s390x", "product": { "name": "qemu-2.9.1-43.62.1.s390x", "product_id": "qemu-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-arm-2.9.1-43.62.1.s390x", "product": { "name": "qemu-arm-2.9.1-43.62.1.s390x", "product_id": "qemu-arm-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-block-curl-2.9.1-43.62.1.s390x", "product": { "name": "qemu-block-curl-2.9.1-43.62.1.s390x", "product_id": "qemu-block-curl-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-block-dmg-2.9.1-43.62.1.s390x", "product": { "name": "qemu-block-dmg-2.9.1-43.62.1.s390x", "product_id": "qemu-block-dmg-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.9.1-43.62.1.s390x", "product": { "name": "qemu-block-iscsi-2.9.1-43.62.1.s390x", "product_id": "qemu-block-iscsi-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-block-rbd-2.9.1-43.62.1.s390x", "product": { "name": "qemu-block-rbd-2.9.1-43.62.1.s390x", "product_id": "qemu-block-rbd-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-block-ssh-2.9.1-43.62.1.s390x", "product": { "name": "qemu-block-ssh-2.9.1-43.62.1.s390x", "product_id": "qemu-block-ssh-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-extra-2.9.1-43.62.1.s390x", "product": { "name": "qemu-extra-2.9.1-43.62.1.s390x", "product_id": "qemu-extra-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-guest-agent-2.9.1-43.62.1.s390x", "product": { "name": "qemu-guest-agent-2.9.1-43.62.1.s390x", "product_id": "qemu-guest-agent-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-kvm-2.9.1-43.62.1.s390x", "product": { "name": "qemu-kvm-2.9.1-43.62.1.s390x", "product_id": "qemu-kvm-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-lang-2.9.1-43.62.1.s390x", "product": { "name": "qemu-lang-2.9.1-43.62.1.s390x", "product_id": "qemu-lang-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-linux-user-2.9.1-6.59.1.s390x", "product": { "name": "qemu-linux-user-2.9.1-6.59.1.s390x", "product_id": "qemu-linux-user-2.9.1-6.59.1.s390x" } }, { "category": "product_version", "name": "qemu-ppc-2.9.1-43.62.1.s390x", "product": { "name": "qemu-ppc-2.9.1-43.62.1.s390x", "product_id": "qemu-ppc-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-s390-2.9.1-43.62.1.s390x", "product": { "name": "qemu-s390-2.9.1-43.62.1.s390x", "product_id": "qemu-s390-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-tools-2.9.1-43.62.1.s390x", "product": { "name": "qemu-tools-2.9.1-43.62.1.s390x", "product_id": "qemu-tools-2.9.1-43.62.1.s390x" } }, { "category": "product_version", "name": "qemu-x86-2.9.1-43.62.1.s390x", "product": { "name": "qemu-x86-2.9.1-43.62.1.s390x", "product_id": "qemu-x86-2.9.1-43.62.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "qemu-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-2.9.1-43.62.1.x86_64", "product_id": "qemu-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-curl-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-block-curl-2.9.1-43.62.1.x86_64", "product_id": "qemu-block-curl-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-block-iscsi-2.9.1-43.62.1.x86_64", "product_id": "qemu-block-iscsi-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-rbd-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-block-rbd-2.9.1-43.62.1.x86_64", "product_id": "qemu-block-rbd-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-ssh-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-block-ssh-2.9.1-43.62.1.x86_64", "product_id": "qemu-block-ssh-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-guest-agent-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-guest-agent-2.9.1-43.62.1.x86_64", "product_id": "qemu-guest-agent-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-kvm-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-kvm-2.9.1-43.62.1.x86_64", "product_id": "qemu-kvm-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-lang-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-lang-2.9.1-43.62.1.x86_64", "product_id": "qemu-lang-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-tools-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-tools-2.9.1-43.62.1.x86_64", "product_id": "qemu-tools-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-x86-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-x86-2.9.1-43.62.1.x86_64", "product_id": "qemu-x86-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-arm-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-arm-2.9.1-43.62.1.x86_64", "product_id": "qemu-arm-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-dmg-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-block-dmg-2.9.1-43.62.1.x86_64", "product_id": "qemu-block-dmg-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-extra-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-extra-2.9.1-43.62.1.x86_64", "product_id": "qemu-extra-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-linux-user-2.9.1-6.59.1.x86_64", "product": { "name": "qemu-linux-user-2.9.1-6.59.1.x86_64", "product_id": "qemu-linux-user-2.9.1-6.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-ppc-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-ppc-2.9.1-43.62.1.x86_64", "product_id": "qemu-ppc-2.9.1-43.62.1.x86_64" } }, { "category": "product_version", "name": "qemu-s390-2.9.1-43.62.1.x86_64", "product": { "name": "qemu-s390-2.9.1-43.62.1.x86_64", "product_id": "qemu-s390-2.9.1-43.62.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "HPE Helion OpenStack 8", "product": { "name": "HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8", "product_identification_helper": { "cpe": "cpe:/o:suse:hpe-helion-openstack:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 8", "product": { "name": "SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 8", "product": { "name": "SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:8" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP3-BCL", "product": { "name": "SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-bcl:12:sp3" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "qemu-2.9.1-43.62.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.9.1-43.62.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-block-curl-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-curl-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.9.1-43.62.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-iscsi-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.9.1-43.62.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-block-rbd-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-rbd-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.9.1-43.62.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-block-ssh-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-ssh-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.9.1-43.62.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-guest-agent-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-guest-agent-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-43.62.1.noarch as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-ipxe-1.0.0+-43.62.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-43.62.1.noarch", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.9.1-43.62.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-kvm-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-kvm-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.9.1-43.62.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-lang-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-lang-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" }, "product_reference": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-43.62.1.noarch as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-sgabios-8-43.62.1.noarch" }, "product_reference": "qemu-sgabios-8-43.62.1.noarch", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.9.1-43.62.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-tools-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-tools-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" }, "product_reference": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.9.1-43.62.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:qemu-x86-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-x86-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-block-curl-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-curl-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-iscsi-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-block-rbd-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-rbd-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-block-ssh-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-ssh-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-guest-agent-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-guest-agent-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-43.62.1.noarch as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-ipxe-1.0.0+-43.62.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-43.62.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-kvm-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-kvm-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-lang-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-lang-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" }, "product_reference": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-43.62.1.noarch as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-sgabios-8-43.62.1.noarch" }, "product_reference": "qemu-sgabios-8-43.62.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-tools-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-tools-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" }, "product_reference": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:qemu-x86-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-x86-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-block-curl-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-curl-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-iscsi-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-block-rbd-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-rbd-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-block-ssh-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-ssh-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-guest-agent-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-guest-agent-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-43.62.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-ipxe-1.0.0+-43.62.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-43.62.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-kvm-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-kvm-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-lang-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-lang-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" }, "product_reference": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-43.62.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-sgabios-8-43.62.1.noarch" }, "product_reference": "qemu-sgabios-8-43.62.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-tools-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-tools-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" }, "product_reference": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.9.1-43.62.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:qemu-x86-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-x86-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-block-curl-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-curl-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-iscsi-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-rbd-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-rbd-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-block-ssh-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-ssh-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-guest-agent-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-guest-agent-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-43.62.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ipxe-1.0.0+-43.62.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-43.62.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-kvm-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-kvm-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-lang-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-lang-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ppc-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-ppc-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" }, "product_reference": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-43.62.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-sgabios-8-43.62.1.noarch" }, "product_reference": "qemu-sgabios-8-43.62.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-tools-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-tools-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" }, "product_reference": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-x86-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-x86-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.9.1-43.62.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.aarch64" }, "product_reference": "qemu-2.9.1-43.62.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.9.1-43.62.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.s390x" }, "product_reference": "qemu-2.9.1-43.62.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-2.9.1-43.62.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-arm-2.9.1-43.62.1.aarch64" }, "product_reference": "qemu-arm-2.9.1-43.62.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.9.1-43.62.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.aarch64" }, "product_reference": "qemu-block-curl-2.9.1-43.62.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-block-curl-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.9.1-43.62.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.s390x" }, "product_reference": "qemu-block-curl-2.9.1-43.62.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-curl-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.9.1-43.62.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.aarch64" }, "product_reference": "qemu-block-iscsi-2.9.1-43.62.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.9.1-43.62.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.s390x" }, "product_reference": "qemu-block-iscsi-2.9.1-43.62.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-iscsi-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.9.1-43.62.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.aarch64" }, "product_reference": "qemu-block-rbd-2.9.1-43.62.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-rbd-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.9.1-43.62.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.aarch64" }, "product_reference": "qemu-block-ssh-2.9.1-43.62.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-block-ssh-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.9.1-43.62.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.s390x" }, "product_reference": "qemu-block-ssh-2.9.1-43.62.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-ssh-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.9.1-43.62.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.aarch64" }, "product_reference": "qemu-guest-agent-2.9.1-43.62.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-guest-agent-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.9.1-43.62.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.s390x" }, "product_reference": "qemu-guest-agent-2.9.1-43.62.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-guest-agent-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-43.62.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ipxe-1.0.0+-43.62.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-43.62.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.9.1-43.62.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.s390x" }, "product_reference": "qemu-kvm-2.9.1-43.62.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-kvm-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.9.1-43.62.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.aarch64" }, "product_reference": "qemu-lang-2.9.1-43.62.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-lang-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.9.1-43.62.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.s390x" }, "product_reference": "qemu-lang-2.9.1-43.62.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-lang-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ppc-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-ppc-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390-2.9.1-43.62.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-s390-2.9.1-43.62.1.s390x" }, "product_reference": "qemu-s390-2.9.1-43.62.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" }, "product_reference": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-43.62.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-sgabios-8-43.62.1.noarch" }, "product_reference": "qemu-sgabios-8-43.62.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.9.1-43.62.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.aarch64" }, "product_reference": "qemu-tools-2.9.1-43.62.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.9.1-43.62.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.ppc64le" }, "product_reference": "qemu-tools-2.9.1-43.62.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.9.1-43.62.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.s390x" }, "product_reference": "qemu-tools-2.9.1-43.62.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-tools-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" }, "product_reference": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-x86-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-x86-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-curl-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-curl-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-iscsi-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-iscsi-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-rbd-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-rbd-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-ssh-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-block-ssh-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-guest-agent-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-guest-agent-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-43.62.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-ipxe-1.0.0+-43.62.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-43.62.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-kvm-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-kvm-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-lang-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-lang-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" }, "product_reference": "qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-43.62.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-sgabios-8-43.62.1.noarch" }, "product_reference": "qemu-sgabios-8-43.62.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-tools-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-tools-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch" }, "product_reference": "qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.9.1-43.62.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-x86-2.9.1-43.62.1.x86_64" }, "product_reference": "qemu-x86-2.9.1-43.62.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-3713", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3713" } ], "notes": [ { "category": "general", "text": "An out-of-bounds write flaw was found in the UAS (USB Attached SCSI) device emulation of QEMU in versions prior to 6.2.0-rc0. The device uses the guest supplied stream number unchecked, which can lead to out-of-bounds access to the UASDevice-\u003edata3 and UASDevice-\u003estatus3 fields. A malicious guest user could use this flaw to crash QEMU or potentially achieve code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:qemu-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-kvm-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-lang-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-sgabios-8-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-tools-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-arm-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ppc-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-s390-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ppc-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-sgabios-8-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-sgabios-8-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-x86-2.9.1-43.62.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3713", "url": "https://www.suse.com/security/cve/CVE-2021-3713" }, { "category": "external", "summary": "SUSE Bug 1189702 for CVE-2021-3713", "url": "https://bugzilla.suse.com/1189702" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "HPE Helion OpenStack 8:qemu-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-kvm-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-lang-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-sgabios-8-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-tools-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-arm-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ppc-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-s390-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ppc-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-sgabios-8-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-sgabios-8-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-x86-2.9.1-43.62.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:qemu-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-kvm-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-lang-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-sgabios-8-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-tools-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-arm-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ppc-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-s390-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ppc-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-sgabios-8-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-sgabios-8-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-x86-2.9.1-43.62.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-10T16:41:49Z", "details": "important" } ], "title": "CVE-2021-3713" }, { "cve": "CVE-2021-3748", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3748" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:qemu-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-kvm-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-lang-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-sgabios-8-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-tools-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-arm-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ppc-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-s390-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ppc-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-sgabios-8-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-sgabios-8-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-x86-2.9.1-43.62.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3748", "url": "https://www.suse.com/security/cve/CVE-2021-3748" }, { "category": "external", "summary": "SUSE Bug 1189938 for CVE-2021-3748", "url": "https://bugzilla.suse.com/1189938" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "HPE Helion OpenStack 8:qemu-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-kvm-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-lang-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-sgabios-8-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-tools-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-arm-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ppc-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-s390-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ppc-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-sgabios-8-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-sgabios-8-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-x86-2.9.1-43.62.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:qemu-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-kvm-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-lang-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-sgabios-8-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-tools-2.9.1-43.62.1.x86_64", "HPE Helion OpenStack 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "HPE Helion OpenStack 8:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-arm-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-ppc-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-s390-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-ppc-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-sgabios-8-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-sgabios-8-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud 8:qemu-x86-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-curl-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-iscsi-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-rbd-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-block-ssh-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-guest-agent-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-ipxe-1.0.0+-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-kvm-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-lang-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-seabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-sgabios-8-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-tools-2.9.1-43.62.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:qemu-vgabios-1.10.2_0_g5f4c7b1-43.62.1.noarch", "SUSE OpenStack Cloud Crowbar 8:qemu-x86-2.9.1-43.62.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-10T16:41:49Z", "details": "moderate" } ], "title": "CVE-2021-3748" } ] }
suse-su-2021:3613-1
Vulnerability from csaf_suse
Published
2021-11-04 11:26
Modified
2021-11-04 11:26
Summary
Security update for qemu
Notes
Title of the patch
Security update for qemu
Description of the patch
This update for qemu fixes the following issues:
Security issues fixed:
- Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938, CVE-2021-3748)
- Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702, CVE-2021-3713)
- usbredir: free call on invalid pointer in bufp_alloc (bsc#1189145, CVE-2021-3682)
- NULL pointer dereference in ESP (bsc#1180433, CVE-2020-35504) (bsc#1180434, CVE-2020-35505) (bsc#1180435, CVE-2020-35506)
- NULL pointer dereference issue in megasas-gen2 host bus adapter (bsc#1180432, CVE-2020-35503)
- eepro100: stack overflow via infinite recursion (bsc#1182651, CVE-2021-20255)
- usb: unbounded stack allocation in usbredir (bsc#1186012, CVE-2021-3527)
Patchnames
SUSE-2021-3613,SUSE-SLE-Product-HPC-15-2021-3613,SUSE-SLE-Product-SLES-15-2021-3613,SUSE-SLE-Product-SLES_SAP-15-2021-3613
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for qemu", "title": "Title of the patch" }, { "category": "description", "text": "This update for qemu fixes the following issues:\n\nSecurity issues fixed:\n\n- Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938, CVE-2021-3748)\n- Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702, CVE-2021-3713)\n- usbredir: free call on invalid pointer in bufp_alloc (bsc#1189145, CVE-2021-3682)\n- NULL pointer dereference in ESP (bsc#1180433, CVE-2020-35504) (bsc#1180434, CVE-2020-35505) (bsc#1180435, CVE-2020-35506)\n- NULL pointer dereference issue in megasas-gen2 host bus adapter (bsc#1180432, CVE-2020-35503)\n- eepro100: stack overflow via infinite recursion (bsc#1182651, CVE-2021-20255)\n- usb: unbounded stack allocation in usbredir (bsc#1186012, CVE-2021-3527)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-3613,SUSE-SLE-Product-HPC-15-2021-3613,SUSE-SLE-Product-SLES-15-2021-3613,SUSE-SLE-Product-SLES_SAP-15-2021-3613", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_3613-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:3613-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20213613-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:3613-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-November/009698.html" }, { "category": "self", "summary": "SUSE Bug 1180432", "url": "https://bugzilla.suse.com/1180432" }, { "category": "self", "summary": "SUSE Bug 1180433", "url": "https://bugzilla.suse.com/1180433" }, { "category": "self", "summary": "SUSE Bug 1180434", "url": "https://bugzilla.suse.com/1180434" }, { "category": "self", "summary": "SUSE Bug 1180435", "url": "https://bugzilla.suse.com/1180435" }, { "category": "self", "summary": "SUSE Bug 1182651", "url": "https://bugzilla.suse.com/1182651" }, { "category": "self", "summary": "SUSE Bug 1186012", "url": "https://bugzilla.suse.com/1186012" }, { "category": "self", "summary": "SUSE Bug 1189145", "url": "https://bugzilla.suse.com/1189145" }, { "category": "self", "summary": "SUSE Bug 1189702", "url": "https://bugzilla.suse.com/1189702" }, { "category": "self", "summary": "SUSE Bug 1189938", "url": "https://bugzilla.suse.com/1189938" }, { "category": "self", "summary": "SUSE CVE CVE-2020-35503 page", "url": "https://www.suse.com/security/cve/CVE-2020-35503/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-35504 page", "url": "https://www.suse.com/security/cve/CVE-2020-35504/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-35505 page", "url": "https://www.suse.com/security/cve/CVE-2020-35505/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-35506 page", "url": "https://www.suse.com/security/cve/CVE-2020-35506/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-20255 page", "url": "https://www.suse.com/security/cve/CVE-2021-20255/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3527 page", "url": "https://www.suse.com/security/cve/CVE-2021-3527/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3682 page", "url": "https://www.suse.com/security/cve/CVE-2021-3682/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3713 page", "url": "https://www.suse.com/security/cve/CVE-2021-3713/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3748 page", "url": "https://www.suse.com/security/cve/CVE-2021-3748/" } ], "title": "Security update for qemu", "tracking": { "current_release_date": "2021-11-04T11:26:25Z", "generator": { "date": "2021-11-04T11:26:25Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:3613-1", "initial_release_date": "2021-11-04T11:26:25Z", "revision_history": [ { "date": "2021-11-04T11:26:25Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "qemu-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-2.11.2-70.59.1.aarch64", "product_id": "qemu-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-arm-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-arm-2.11.2-70.59.1.aarch64", "product_id": "qemu-arm-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-curl-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-block-curl-2.11.2-70.59.1.aarch64", "product_id": "qemu-block-curl-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-dmg-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-block-dmg-2.11.2-70.59.1.aarch64", "product_id": "qemu-block-dmg-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-block-iscsi-2.11.2-70.59.1.aarch64", "product_id": "qemu-block-iscsi-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-rbd-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-block-rbd-2.11.2-70.59.1.aarch64", "product_id": "qemu-block-rbd-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-ssh-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-block-ssh-2.11.2-70.59.1.aarch64", "product_id": "qemu-block-ssh-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-extra-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-extra-2.11.2-70.59.1.aarch64", "product_id": "qemu-extra-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-guest-agent-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-guest-agent-2.11.2-70.59.1.aarch64", "product_id": "qemu-guest-agent-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-lang-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-lang-2.11.2-70.59.1.aarch64", "product_id": "qemu-lang-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-linux-user-2.11.2-9.54.1.aarch64", "product": { "name": "qemu-linux-user-2.11.2-9.54.1.aarch64", "product_id": "qemu-linux-user-2.11.2-9.54.1.aarch64" } }, { "category": "product_version", "name": "qemu-ppc-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-ppc-2.11.2-70.59.1.aarch64", "product_id": "qemu-ppc-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-s390-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-s390-2.11.2-70.59.1.aarch64", "product_id": "qemu-s390-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-testsuite-2.11.2-9.54.1.aarch64", "product": { "name": "qemu-testsuite-2.11.2-9.54.1.aarch64", "product_id": "qemu-testsuite-2.11.2-9.54.1.aarch64" } }, { "category": "product_version", "name": "qemu-tools-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-tools-2.11.2-70.59.1.aarch64", "product_id": "qemu-tools-2.11.2-70.59.1.aarch64" } }, { "category": "product_version", "name": "qemu-x86-2.11.2-70.59.1.aarch64", "product": { "name": "qemu-x86-2.11.2-70.59.1.aarch64", "product_id": "qemu-x86-2.11.2-70.59.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "qemu-2.11.2-70.59.1.i586", "product": { "name": "qemu-2.11.2-70.59.1.i586", "product_id": "qemu-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-arm-2.11.2-70.59.1.i586", "product": { "name": "qemu-arm-2.11.2-70.59.1.i586", "product_id": "qemu-arm-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-block-curl-2.11.2-70.59.1.i586", "product": { "name": "qemu-block-curl-2.11.2-70.59.1.i586", "product_id": "qemu-block-curl-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-block-dmg-2.11.2-70.59.1.i586", "product": { "name": "qemu-block-dmg-2.11.2-70.59.1.i586", "product_id": "qemu-block-dmg-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.11.2-70.59.1.i586", "product": { "name": "qemu-block-iscsi-2.11.2-70.59.1.i586", "product_id": "qemu-block-iscsi-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-block-ssh-2.11.2-70.59.1.i586", "product": { "name": "qemu-block-ssh-2.11.2-70.59.1.i586", "product_id": "qemu-block-ssh-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-extra-2.11.2-70.59.1.i586", "product": { "name": "qemu-extra-2.11.2-70.59.1.i586", "product_id": "qemu-extra-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-guest-agent-2.11.2-70.59.1.i586", "product": { "name": "qemu-guest-agent-2.11.2-70.59.1.i586", "product_id": "qemu-guest-agent-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-kvm-2.11.2-70.59.1.i586", "product": { "name": "qemu-kvm-2.11.2-70.59.1.i586", "product_id": "qemu-kvm-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-lang-2.11.2-70.59.1.i586", "product": { "name": "qemu-lang-2.11.2-70.59.1.i586", "product_id": "qemu-lang-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-linux-user-2.11.2-9.54.1.i586", "product": { "name": "qemu-linux-user-2.11.2-9.54.1.i586", "product_id": "qemu-linux-user-2.11.2-9.54.1.i586" } }, { "category": "product_version", "name": "qemu-ppc-2.11.2-70.59.1.i586", "product": { "name": "qemu-ppc-2.11.2-70.59.1.i586", "product_id": "qemu-ppc-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-s390-2.11.2-70.59.1.i586", "product": { "name": "qemu-s390-2.11.2-70.59.1.i586", "product_id": "qemu-s390-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-testsuite-2.11.2-9.54.1.i586", "product": { "name": "qemu-testsuite-2.11.2-9.54.1.i586", "product_id": "qemu-testsuite-2.11.2-9.54.1.i586" } }, { "category": "product_version", "name": "qemu-tools-2.11.2-70.59.1.i586", "product": { "name": "qemu-tools-2.11.2-70.59.1.i586", "product_id": "qemu-tools-2.11.2-70.59.1.i586" } }, { "category": "product_version", "name": "qemu-x86-2.11.2-70.59.1.i586", "product": { "name": "qemu-x86-2.11.2-70.59.1.i586", "product_id": "qemu-x86-2.11.2-70.59.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "qemu-ipxe-1.0.0+-70.59.1.noarch", "product": { "name": "qemu-ipxe-1.0.0+-70.59.1.noarch", "product_id": "qemu-ipxe-1.0.0+-70.59.1.noarch" } }, { "category": "product_version", "name": "qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "product": { "name": "qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "product_id": "qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch" } }, { "category": "product_version", "name": "qemu-sgabios-8-70.59.1.noarch", "product": { "name": "qemu-sgabios-8-70.59.1.noarch", "product_id": "qemu-sgabios-8-70.59.1.noarch" } }, { "category": "product_version", "name": "qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "product": { "name": "qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "product_id": "qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "qemu-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-2.11.2-70.59.1.ppc64le", "product_id": "qemu-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-arm-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-arm-2.11.2-70.59.1.ppc64le", "product_id": "qemu-arm-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-curl-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-block-curl-2.11.2-70.59.1.ppc64le", "product_id": "qemu-block-curl-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-dmg-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-block-dmg-2.11.2-70.59.1.ppc64le", "product_id": "qemu-block-dmg-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "product_id": "qemu-block-iscsi-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-rbd-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-block-rbd-2.11.2-70.59.1.ppc64le", "product_id": "qemu-block-rbd-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-ssh-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-block-ssh-2.11.2-70.59.1.ppc64le", "product_id": "qemu-block-ssh-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-extra-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-extra-2.11.2-70.59.1.ppc64le", "product_id": "qemu-extra-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-guest-agent-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-guest-agent-2.11.2-70.59.1.ppc64le", "product_id": "qemu-guest-agent-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-lang-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-lang-2.11.2-70.59.1.ppc64le", "product_id": "qemu-lang-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-linux-user-2.11.2-9.54.1.ppc64le", "product": { "name": "qemu-linux-user-2.11.2-9.54.1.ppc64le", "product_id": "qemu-linux-user-2.11.2-9.54.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ppc-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-ppc-2.11.2-70.59.1.ppc64le", "product_id": "qemu-ppc-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-s390-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-s390-2.11.2-70.59.1.ppc64le", "product_id": "qemu-s390-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-testsuite-2.11.2-9.54.1.ppc64le", "product": { "name": "qemu-testsuite-2.11.2-9.54.1.ppc64le", "product_id": "qemu-testsuite-2.11.2-9.54.1.ppc64le" } }, { "category": "product_version", "name": "qemu-tools-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-tools-2.11.2-70.59.1.ppc64le", "product_id": "qemu-tools-2.11.2-70.59.1.ppc64le" } }, { "category": "product_version", "name": "qemu-x86-2.11.2-70.59.1.ppc64le", "product": { "name": "qemu-x86-2.11.2-70.59.1.ppc64le", "product_id": "qemu-x86-2.11.2-70.59.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "qemu-2.11.2-70.59.1.s390x", "product": { "name": "qemu-2.11.2-70.59.1.s390x", "product_id": "qemu-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-arm-2.11.2-70.59.1.s390x", "product": { "name": "qemu-arm-2.11.2-70.59.1.s390x", "product_id": "qemu-arm-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-block-curl-2.11.2-70.59.1.s390x", "product": { "name": "qemu-block-curl-2.11.2-70.59.1.s390x", "product_id": "qemu-block-curl-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-block-dmg-2.11.2-70.59.1.s390x", "product": { "name": "qemu-block-dmg-2.11.2-70.59.1.s390x", "product_id": "qemu-block-dmg-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.11.2-70.59.1.s390x", "product": { "name": "qemu-block-iscsi-2.11.2-70.59.1.s390x", "product_id": "qemu-block-iscsi-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-block-rbd-2.11.2-70.59.1.s390x", "product": { "name": "qemu-block-rbd-2.11.2-70.59.1.s390x", "product_id": "qemu-block-rbd-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-block-ssh-2.11.2-70.59.1.s390x", "product": { "name": "qemu-block-ssh-2.11.2-70.59.1.s390x", "product_id": "qemu-block-ssh-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-extra-2.11.2-70.59.1.s390x", "product": { "name": "qemu-extra-2.11.2-70.59.1.s390x", "product_id": "qemu-extra-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-guest-agent-2.11.2-70.59.1.s390x", "product": { "name": "qemu-guest-agent-2.11.2-70.59.1.s390x", "product_id": "qemu-guest-agent-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-kvm-2.11.2-70.59.1.s390x", "product": { "name": "qemu-kvm-2.11.2-70.59.1.s390x", "product_id": "qemu-kvm-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-lang-2.11.2-70.59.1.s390x", "product": { "name": "qemu-lang-2.11.2-70.59.1.s390x", "product_id": "qemu-lang-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-linux-user-2.11.2-9.54.1.s390x", "product": { "name": "qemu-linux-user-2.11.2-9.54.1.s390x", "product_id": "qemu-linux-user-2.11.2-9.54.1.s390x" } }, { "category": "product_version", "name": "qemu-ppc-2.11.2-70.59.1.s390x", "product": { "name": "qemu-ppc-2.11.2-70.59.1.s390x", "product_id": "qemu-ppc-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-s390-2.11.2-70.59.1.s390x", "product": { "name": "qemu-s390-2.11.2-70.59.1.s390x", "product_id": "qemu-s390-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-tools-2.11.2-70.59.1.s390x", "product": { "name": "qemu-tools-2.11.2-70.59.1.s390x", "product_id": "qemu-tools-2.11.2-70.59.1.s390x" } }, { "category": "product_version", "name": "qemu-x86-2.11.2-70.59.1.s390x", "product": { "name": "qemu-x86-2.11.2-70.59.1.s390x", "product_id": "qemu-x86-2.11.2-70.59.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "qemu-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-2.11.2-70.59.1.x86_64", "product_id": "qemu-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-arm-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-arm-2.11.2-70.59.1.x86_64", "product_id": "qemu-arm-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-curl-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-block-curl-2.11.2-70.59.1.x86_64", "product_id": "qemu-block-curl-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-dmg-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-block-dmg-2.11.2-70.59.1.x86_64", "product_id": "qemu-block-dmg-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-block-iscsi-2.11.2-70.59.1.x86_64", "product_id": "qemu-block-iscsi-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-rbd-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-block-rbd-2.11.2-70.59.1.x86_64", "product_id": "qemu-block-rbd-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-ssh-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-block-ssh-2.11.2-70.59.1.x86_64", "product_id": "qemu-block-ssh-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-extra-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-extra-2.11.2-70.59.1.x86_64", "product_id": "qemu-extra-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-guest-agent-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-guest-agent-2.11.2-70.59.1.x86_64", "product_id": "qemu-guest-agent-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-kvm-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-kvm-2.11.2-70.59.1.x86_64", "product_id": "qemu-kvm-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-lang-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-lang-2.11.2-70.59.1.x86_64", "product_id": "qemu-lang-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-linux-user-2.11.2-9.54.1.x86_64", "product": { "name": "qemu-linux-user-2.11.2-9.54.1.x86_64", "product_id": "qemu-linux-user-2.11.2-9.54.1.x86_64" } }, { "category": "product_version", "name": "qemu-ppc-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-ppc-2.11.2-70.59.1.x86_64", "product_id": "qemu-ppc-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-s390-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-s390-2.11.2-70.59.1.x86_64", "product_id": "qemu-s390-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-testsuite-2.11.2-9.54.1.x86_64", "product": { "name": "qemu-testsuite-2.11.2-9.54.1.x86_64", "product_id": "qemu-testsuite-2.11.2-9.54.1.x86_64" } }, { "category": "product_version", "name": "qemu-tools-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-tools-2.11.2-70.59.1.x86_64", "product_id": "qemu-tools-2.11.2-70.59.1.x86_64" } }, { "category": "product_version", "name": "qemu-x86-2.11.2-70.59.1.x86_64", "product": { "name": "qemu-x86-2.11.2-70.59.1.x86_64", "product_id": "qemu-x86-2.11.2-70.59.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-arm-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-block-curl-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-curl-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-block-iscsi-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-iscsi-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-block-rbd-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-rbd-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-block-ssh-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-ssh-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-guest-agent-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-guest-agent-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-70.59.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-kvm-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-lang-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-lang-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch" }, "product_reference": "qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-70.59.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch" }, "product_reference": "qemu-sgabios-8-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-tools-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-tools-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch" }, "product_reference": "qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-x86-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-arm-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-block-curl-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-curl-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-block-iscsi-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-iscsi-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-block-rbd-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-rbd-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-block-ssh-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-ssh-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-guest-agent-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-guest-agent-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-70.59.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-kvm-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-lang-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-lang-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch" }, "product_reference": "qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-70.59.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch" }, "product_reference": "qemu-sgabios-8-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-tools-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-tools-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch" }, "product_reference": "qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-x86-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-70.59.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x" }, "product_reference": "qemu-2.11.2-70.59.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-arm-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-block-curl-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-block-curl-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-70.59.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x" }, "product_reference": "qemu-block-curl-2.11.2-70.59.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-curl-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-block-iscsi-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-70.59.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x" }, "product_reference": "qemu-block-iscsi-2.11.2-70.59.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-iscsi-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-block-rbd-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-block-rbd-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-70.59.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x" }, "product_reference": "qemu-block-rbd-2.11.2-70.59.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-rbd-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-block-ssh-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-block-ssh-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-70.59.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x" }, "product_reference": "qemu-block-ssh-2.11.2-70.59.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-ssh-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-guest-agent-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-guest-agent-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-70.59.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x" }, "product_reference": "qemu-guest-agent-2.11.2-70.59.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-guest-agent-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-70.59.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.11.2-70.59.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x" }, "product_reference": "qemu-kvm-2.11.2-70.59.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-kvm-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-lang-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-lang-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-70.59.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x" }, "product_reference": "qemu-lang-2.11.2-70.59.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-lang-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-ppc-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390-2.11.2-70.59.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x" }, "product_reference": "qemu-s390-2.11.2-70.59.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch" }, "product_reference": "qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-70.59.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch" }, "product_reference": "qemu-sgabios-8-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-70.59.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64" }, "product_reference": "qemu-tools-2.11.2-70.59.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-tools-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-70.59.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x" }, "product_reference": "qemu-tools-2.11.2-70.59.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-tools-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch" }, "product_reference": "qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-x86-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-block-curl-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-curl-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-iscsi-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-block-rbd-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-rbd-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-block-ssh-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-block-ssh-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-guest-agent-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-guest-agent-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-70.59.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-kvm-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-lang-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-lang-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-ppc-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch" }, "product_reference": "qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-70.59.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch" }, "product_reference": "qemu-sgabios-8-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-70.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le" }, "product_reference": "qemu-tools-2.11.2-70.59.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-tools-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch" }, "product_reference": "qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.11.2-70.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" }, "product_reference": "qemu-x86-2.11.2-70.59.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-35503", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-35503" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the megasas-gen2 SCSI host bus adapter emulation of QEMU in versions before and including 6.0. This issue occurs in the megasas_command_cancelled() callback function while dropping a SCSI request. This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-35503", "url": "https://www.suse.com/security/cve/CVE-2020-35503" }, { "category": "external", "summary": "SUSE Bug 1180432 for CVE-2020-35503", "url": "https://bugzilla.suse.com/1180432" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:26:25Z", "details": "moderate" } ], "title": "CVE-2020-35503" }, { "cve": "CVE-2020-35504", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-35504" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the SCSI emulation support of QEMU in versions before 6.0.0. This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-35504", "url": "https://www.suse.com/security/cve/CVE-2020-35504" }, { "category": "external", "summary": "SUSE Bug 1180433 for CVE-2020-35504", "url": "https://bugzilla.suse.com/1180433" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:26:25Z", "details": "moderate" } ], "title": "CVE-2020-35504" }, { "cve": "CVE-2020-35505", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-35505" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the am53c974 SCSI host bus adapter emulation of QEMU in versions before 6.0.0. This issue occurs while handling the \u0027Information Transfer\u0027 command. This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-35505", "url": "https://www.suse.com/security/cve/CVE-2020-35505" }, { "category": "external", "summary": "SUSE Bug 1180434 for CVE-2020-35505", "url": "https://bugzilla.suse.com/1180434" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:26:25Z", "details": "moderate" } ], "title": "CVE-2020-35505" }, { "cve": "CVE-2020-35506", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-35506" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the am53c974 SCSI host bus adapter emulation of QEMU in versions before 6.0.0 during the handling of the \u0027Information Transfer\u0027 command (CMD_TI). This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service or potential code execution with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-35506", "url": "https://www.suse.com/security/cve/CVE-2020-35506" }, { "category": "external", "summary": "SUSE Bug 1180435 for CVE-2020-35506", "url": "https://bugzilla.suse.com/1180435" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:26:25Z", "details": "moderate" } ], "title": "CVE-2020-35506" }, { "cve": "CVE-2021-20255", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-20255" } ], "notes": [ { "category": "general", "text": "A stack overflow via an infinite recursion vulnerability was found in the eepro100 i8255x device emulator of QEMU. This issue occurs while processing controller commands due to a DMA reentry issue. This flaw allows a guest user or process to consume CPU cycles or crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-20255", "url": "https://www.suse.com/security/cve/CVE-2021-20255" }, { "category": "external", "summary": "SUSE Bug 1182651 for CVE-2021-20255", "url": "https://bugzilla.suse.com/1182651" }, { "category": "external", "summary": "SUSE Bug 1182654 for CVE-2021-20255", "url": "https://bugzilla.suse.com/1182654" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.2, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:26:25Z", "details": "low" } ], "title": "CVE-2021-20255" }, { "cve": "CVE-2021-3527", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3527" } ], "notes": [ { "category": "general", "text": "A flaw was found in the USB redirector device (usb-redir) of QEMU. Small USB packets are combined into a single, large transfer request, to reduce the overhead and improve performance. The combined size of the bulk transfer is used to dynamically allocate a variable length array (VLA) on the stack without proper validation. Since the total size is not bounded, a malicious guest could use this flaw to influence the array length and cause the QEMU process to perform an excessive allocation on the stack, resulting in a denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3527", "url": "https://www.suse.com/security/cve/CVE-2021-3527" }, { "category": "external", "summary": "SUSE Bug 1186012 for CVE-2021-3527", "url": "https://bugzilla.suse.com/1186012" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.8, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:26:25Z", "details": "low" } ], "title": "CVE-2021-3527" }, { "cve": "CVE-2021-3682", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3682" } ], "notes": [ { "category": "general", "text": "A flaw was found in the USB redirector device emulation of QEMU in versions prior to 6.1.0-rc2. It occurs when dropping packets during a bulk transfer from a SPICE client due to the packet queue being full. A malicious SPICE client could use this flaw to make QEMU call free() with faked heap chunk metadata, resulting in a crash of QEMU or potential code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3682", "url": "https://www.suse.com/security/cve/CVE-2021-3682" }, { "category": "external", "summary": "SUSE Bug 1189145 for CVE-2021-3682", "url": "https://bugzilla.suse.com/1189145" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:26:25Z", "details": "moderate" } ], "title": "CVE-2021-3682" }, { "cve": "CVE-2021-3713", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3713" } ], "notes": [ { "category": "general", "text": "An out-of-bounds write flaw was found in the UAS (USB Attached SCSI) device emulation of QEMU in versions prior to 6.2.0-rc0. The device uses the guest supplied stream number unchecked, which can lead to out-of-bounds access to the UASDevice-\u003edata3 and UASDevice-\u003estatus3 fields. A malicious guest user could use this flaw to crash QEMU or potentially achieve code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3713", "url": "https://www.suse.com/security/cve/CVE-2021-3713" }, { "category": "external", "summary": "SUSE Bug 1189702 for CVE-2021-3713", "url": "https://bugzilla.suse.com/1189702" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:26:25Z", "details": "important" } ], "title": "CVE-2021-3713" }, { "cve": "CVE-2021-3748", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3748" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3748", "url": "https://www.suse.com/security/cve/CVE-2021-3748" }, { "category": "external", "summary": "SUSE Bug 1189938 for CVE-2021-3748", "url": "https://bugzilla.suse.com/1189938" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-arm-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-s390-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:qemu-x86-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-curl-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-iscsi-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-rbd-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-block-ssh-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-guest-agent-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ipxe-1.0.0+-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-kvm-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-lang-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-ppc-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-seabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-sgabios-8-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-tools-2.11.2-70.59.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-vgabios-1.11.0_0_g63451fc-70.59.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:qemu-x86-2.11.2-70.59.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:26:25Z", "details": "moderate" } ], "title": "CVE-2021-3748" } ] }
suse-su-2021:3614-1
Vulnerability from csaf_suse
Published
2021-11-04 11:27
Modified
2021-11-04 11:27
Summary
Security update for qemu
Notes
Title of the patch
Security update for qemu
Description of the patch
This update for qemu fixes the following issues:
Security issues fixed:
- Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702, CVE-2021-3713)
- Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938, CVE-2021-3748)
- usbredir: free call on invalid pointer in bufp_alloc (bsc#1189145, CVE-2021-3682)
- NULL pointer dereference in ESP (bsc#1180433, CVE-2020-35504) (bsc#1180434, CVE-2020-35505) (bsc#1180435, CVE-2020-35506)
- NULL pointer dereference issue in megasas-gen2 host bus adapter (bsc#1180432, CVE-2020-35503)
- eepro100: stack overflow via infinite recursion (bsc#1182651, CVE-2021-20255)
- usb: unbounded stack allocation in usbredir (bsc#1186012, CVE-2021-3527)
Non-security issues fixed:
- Use max host physical address if -cpu max is used (bsc#1188299)
Patchnames
SUSE-2021-3614,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-3614,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-3614,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-3614,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-3614,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-3614,SUSE-Storage-6-2021-3614
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for qemu", "title": "Title of the patch" }, { "category": "description", "text": "This update for qemu fixes the following issues:\n\nSecurity issues fixed:\n\n- Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702, CVE-2021-3713)\n- Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938, CVE-2021-3748)\n- usbredir: free call on invalid pointer in bufp_alloc (bsc#1189145, CVE-2021-3682)\n- NULL pointer dereference in ESP (bsc#1180433, CVE-2020-35504) (bsc#1180434, CVE-2020-35505) (bsc#1180435, CVE-2020-35506)\n- NULL pointer dereference issue in megasas-gen2 host bus adapter (bsc#1180432, CVE-2020-35503)\n- eepro100: stack overflow via infinite recursion (bsc#1182651, CVE-2021-20255)\n- usb: unbounded stack allocation in usbredir (bsc#1186012, CVE-2021-3527)\n\nNon-security issues fixed:\n\n- Use max host physical address if -cpu max is used (bsc#1188299)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-3614,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-3614,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-3614,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-3614,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-3614,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-3614,SUSE-Storage-6-2021-3614", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_3614-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:3614-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20213614-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:3614-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-November/009697.html" }, { "category": "self", "summary": "SUSE Bug 1180432", "url": "https://bugzilla.suse.com/1180432" }, { "category": "self", "summary": "SUSE Bug 1180433", "url": "https://bugzilla.suse.com/1180433" }, { "category": "self", "summary": "SUSE Bug 1180434", "url": "https://bugzilla.suse.com/1180434" }, { "category": "self", "summary": "SUSE Bug 1180435", "url": "https://bugzilla.suse.com/1180435" }, { "category": "self", "summary": "SUSE Bug 1182651", "url": "https://bugzilla.suse.com/1182651" }, { "category": "self", "summary": "SUSE Bug 1186012", "url": "https://bugzilla.suse.com/1186012" }, { "category": "self", "summary": "SUSE Bug 1189145", "url": "https://bugzilla.suse.com/1189145" }, { "category": "self", "summary": "SUSE Bug 1189702", "url": "https://bugzilla.suse.com/1189702" }, { "category": "self", "summary": "SUSE Bug 1189938", "url": "https://bugzilla.suse.com/1189938" }, { "category": "self", "summary": "SUSE CVE CVE-2020-35503 page", "url": "https://www.suse.com/security/cve/CVE-2020-35503/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-35504 page", "url": "https://www.suse.com/security/cve/CVE-2020-35504/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-35505 page", "url": "https://www.suse.com/security/cve/CVE-2020-35505/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-35506 page", "url": "https://www.suse.com/security/cve/CVE-2020-35506/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-20255 page", "url": "https://www.suse.com/security/cve/CVE-2021-20255/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3527 page", "url": "https://www.suse.com/security/cve/CVE-2021-3527/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3682 page", "url": "https://www.suse.com/security/cve/CVE-2021-3682/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3713 page", "url": "https://www.suse.com/security/cve/CVE-2021-3713/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3748 page", "url": "https://www.suse.com/security/cve/CVE-2021-3748/" } ], "title": "Security update for qemu", "tracking": { "current_release_date": "2021-11-04T11:27:35Z", "generator": { "date": "2021-11-04T11:27:35Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:3614-1", "initial_release_date": "2021-11-04T11:27:35Z", "revision_history": [ { "date": "2021-11-04T11:27:35Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "qemu-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-arm-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-arm-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-arm-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-audio-alsa-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-audio-alsa-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-audio-alsa-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-audio-oss-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-audio-oss-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-audio-oss-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-audio-pa-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-audio-pa-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-audio-pa-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-curl-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-block-curl-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-block-curl-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-dmg-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-block-dmg-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-block-dmg-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-block-iscsi-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-block-rbd-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-block-ssh-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-extra-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-extra-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-extra-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-guest-agent-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-lang-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-lang-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-lang-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-linux-user-3.1.1.1-9.35.1.aarch64", "product": { "name": "qemu-linux-user-3.1.1.1-9.35.1.aarch64", "product_id": "qemu-linux-user-3.1.1.1-9.35.1.aarch64" } }, { "category": "product_version", "name": "qemu-ppc-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-ppc-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-ppc-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-s390-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-s390-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-s390-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-testsuite-3.1.1.1-9.35.1.aarch64", "product": { "name": "qemu-testsuite-3.1.1.1-9.35.1.aarch64", "product_id": "qemu-testsuite-3.1.1.1-9.35.1.aarch64" } }, { "category": "product_version", "name": "qemu-tools-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-tools-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-tools-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-ui-curses-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-ui-curses-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-ui-curses-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-ui-gtk-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-ui-gtk-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-ui-gtk-3.1.1.1-80.40.1.aarch64" } }, { "category": "product_version", "name": "qemu-x86-3.1.1.1-80.40.1.aarch64", "product": { "name": "qemu-x86-3.1.1.1-80.40.1.aarch64", "product_id": "qemu-x86-3.1.1.1-80.40.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "qemu-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-3.1.1.1-80.40.1.i586", "product_id": "qemu-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-arm-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-arm-3.1.1.1-80.40.1.i586", "product_id": "qemu-arm-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-audio-alsa-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-audio-alsa-3.1.1.1-80.40.1.i586", "product_id": "qemu-audio-alsa-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-audio-oss-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-audio-oss-3.1.1.1-80.40.1.i586", "product_id": "qemu-audio-oss-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-audio-pa-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-audio-pa-3.1.1.1-80.40.1.i586", "product_id": "qemu-audio-pa-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-block-curl-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-block-curl-3.1.1.1-80.40.1.i586", "product_id": "qemu-block-curl-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-block-dmg-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-block-dmg-3.1.1.1-80.40.1.i586", "product_id": "qemu-block-dmg-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-block-iscsi-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.i586", "product_id": "qemu-block-iscsi-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-block-ssh-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.i586", "product_id": "qemu-block-ssh-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-extra-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-extra-3.1.1.1-80.40.1.i586", "product_id": "qemu-extra-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-guest-agent-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.i586", "product_id": "qemu-guest-agent-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-kvm-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-kvm-3.1.1.1-80.40.1.i586", "product_id": "qemu-kvm-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-lang-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-lang-3.1.1.1-80.40.1.i586", "product_id": "qemu-lang-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-linux-user-3.1.1.1-9.35.1.i586", "product": { "name": "qemu-linux-user-3.1.1.1-9.35.1.i586", "product_id": "qemu-linux-user-3.1.1.1-9.35.1.i586" } }, { "category": "product_version", "name": "qemu-ppc-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-ppc-3.1.1.1-80.40.1.i586", "product_id": "qemu-ppc-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-s390-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-s390-3.1.1.1-80.40.1.i586", "product_id": "qemu-s390-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-testsuite-3.1.1.1-9.35.1.i586", "product": { "name": "qemu-testsuite-3.1.1.1-9.35.1.i586", "product_id": "qemu-testsuite-3.1.1.1-9.35.1.i586" } }, { "category": "product_version", "name": "qemu-tools-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-tools-3.1.1.1-80.40.1.i586", "product_id": "qemu-tools-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-ui-curses-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-ui-curses-3.1.1.1-80.40.1.i586", "product_id": "qemu-ui-curses-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-ui-gtk-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-ui-gtk-3.1.1.1-80.40.1.i586", "product_id": "qemu-ui-gtk-3.1.1.1-80.40.1.i586" } }, { "category": "product_version", "name": "qemu-x86-3.1.1.1-80.40.1.i586", "product": { "name": "qemu-x86-3.1.1.1-80.40.1.i586", "product_id": "qemu-x86-3.1.1.1-80.40.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "qemu-ipxe-1.0.0+-80.40.1.noarch", "product": { "name": "qemu-ipxe-1.0.0+-80.40.1.noarch", "product_id": "qemu-ipxe-1.0.0+-80.40.1.noarch" } }, { "category": "product_version", "name": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "product": { "name": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "product_id": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch" } }, { "category": "product_version", "name": "qemu-sgabios-8-80.40.1.noarch", "product": { "name": "qemu-sgabios-8-80.40.1.noarch", "product_id": "qemu-sgabios-8-80.40.1.noarch" } }, { "category": "product_version", "name": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "product": { "name": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "product_id": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "qemu-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-arm-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-arm-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-arm-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-alsa-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-audio-alsa-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-audio-alsa-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-oss-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-audio-oss-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-audio-oss-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-pa-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-audio-pa-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-audio-pa-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-block-curl-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-dmg-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-block-dmg-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-block-dmg-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-block-rbd-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-block-ssh-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-extra-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-extra-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-extra-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-guest-agent-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-lang-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-lang-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-lang-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-linux-user-3.1.1.1-9.35.1.ppc64le", "product": { "name": "qemu-linux-user-3.1.1.1-9.35.1.ppc64le", "product_id": "qemu-linux-user-3.1.1.1-9.35.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ppc-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-ppc-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-ppc-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-s390-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-s390-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-s390-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-testsuite-3.1.1.1-9.35.1.ppc64le", "product": { "name": "qemu-testsuite-3.1.1.1-9.35.1.ppc64le", "product_id": "qemu-testsuite-3.1.1.1-9.35.1.ppc64le" } }, { "category": "product_version", "name": "qemu-tools-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-tools-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-tools-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-curses-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-ui-curses-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-ui-curses-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-gtk-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-ui-gtk-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-ui-gtk-3.1.1.1-80.40.1.ppc64le" } }, { "category": "product_version", "name": "qemu-x86-3.1.1.1-80.40.1.ppc64le", "product": { "name": "qemu-x86-3.1.1.1-80.40.1.ppc64le", "product_id": "qemu-x86-3.1.1.1-80.40.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "qemu-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-3.1.1.1-80.40.1.s390x", "product_id": "qemu-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-arm-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-arm-3.1.1.1-80.40.1.s390x", "product_id": "qemu-arm-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-audio-alsa-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-audio-alsa-3.1.1.1-80.40.1.s390x", "product_id": "qemu-audio-alsa-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-audio-oss-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-audio-oss-3.1.1.1-80.40.1.s390x", "product_id": "qemu-audio-oss-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-audio-pa-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-audio-pa-3.1.1.1-80.40.1.s390x", "product_id": "qemu-audio-pa-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-block-curl-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-block-curl-3.1.1.1-80.40.1.s390x", "product_id": "qemu-block-curl-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-block-dmg-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-block-dmg-3.1.1.1-80.40.1.s390x", "product_id": "qemu-block-dmg-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "product_id": "qemu-block-iscsi-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-block-rbd-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.s390x", "product_id": "qemu-block-rbd-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-block-ssh-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.s390x", "product_id": "qemu-block-ssh-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-extra-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-extra-3.1.1.1-80.40.1.s390x", "product_id": "qemu-extra-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-guest-agent-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.s390x", "product_id": "qemu-guest-agent-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-kvm-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-kvm-3.1.1.1-80.40.1.s390x", "product_id": "qemu-kvm-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-lang-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-lang-3.1.1.1-80.40.1.s390x", "product_id": "qemu-lang-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-linux-user-3.1.1.1-9.35.1.s390x", "product": { "name": "qemu-linux-user-3.1.1.1-9.35.1.s390x", "product_id": "qemu-linux-user-3.1.1.1-9.35.1.s390x" } }, { "category": "product_version", "name": "qemu-ppc-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-ppc-3.1.1.1-80.40.1.s390x", "product_id": "qemu-ppc-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-s390-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-s390-3.1.1.1-80.40.1.s390x", "product_id": "qemu-s390-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-testsuite-3.1.1.1-9.35.1.s390x", "product": { "name": "qemu-testsuite-3.1.1.1-9.35.1.s390x", "product_id": "qemu-testsuite-3.1.1.1-9.35.1.s390x" } }, { "category": "product_version", "name": "qemu-tools-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-tools-3.1.1.1-80.40.1.s390x", "product_id": "qemu-tools-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-ui-curses-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-ui-curses-3.1.1.1-80.40.1.s390x", "product_id": "qemu-ui-curses-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-ui-gtk-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-ui-gtk-3.1.1.1-80.40.1.s390x", "product_id": "qemu-ui-gtk-3.1.1.1-80.40.1.s390x" } }, { "category": "product_version", "name": "qemu-x86-3.1.1.1-80.40.1.s390x", "product": { "name": "qemu-x86-3.1.1.1-80.40.1.s390x", "product_id": "qemu-x86-3.1.1.1-80.40.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "qemu-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-arm-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-arm-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-arm-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-curl-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-block-curl-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-block-curl-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-dmg-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-block-dmg-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-block-dmg-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-extra-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-extra-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-extra-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-kvm-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-kvm-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-kvm-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-lang-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-lang-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-lang-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-linux-user-3.1.1.1-9.35.1.x86_64", "product": { "name": "qemu-linux-user-3.1.1.1-9.35.1.x86_64", "product_id": "qemu-linux-user-3.1.1.1-9.35.1.x86_64" } }, { "category": "product_version", "name": "qemu-ppc-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-ppc-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-ppc-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-s390-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-s390-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-s390-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-testsuite-3.1.1.1-9.35.1.x86_64", "product": { "name": "qemu-testsuite-3.1.1.1-9.35.1.x86_64", "product_id": "qemu-testsuite-3.1.1.1-9.35.1.x86_64" } }, { "category": "product_version", "name": "qemu-tools-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-tools-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-tools-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64" } }, { "category": "product_version", "name": "qemu-x86-3.1.1.1-80.40.1.x86_64", "product": { "name": "qemu-x86-3.1.1.1-80.40.1.x86_64", "product_id": "qemu-x86-3.1.1.1-80.40.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP1-BCL", "product": { "name": "SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_bcl:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp1" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 6", "product": { "name": "SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-arm-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-80.40.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-kvm-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch" }, "product_reference": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-80.40.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch" }, "product_reference": "qemu-sgabios-8-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch" }, "product_reference": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-x86-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-arm-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-80.40.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-kvm-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch" }, "product_reference": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-80.40.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch" }, "product_reference": "qemu-sgabios-8-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch" }, "product_reference": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-x86-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-80.40.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-kvm-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch" }, "product_reference": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-80.40.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch" }, "product_reference": "qemu-sgabios-8-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch" }, "product_reference": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", "product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-x86-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x" }, "product_reference": "qemu-3.1.1.1-80.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-arm-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-80.40.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-3.1.1.1-80.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x" }, "product_reference": "qemu-kvm-3.1.1.1-80.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-kvm-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-ppc-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390-3.1.1.1-80.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x" }, "product_reference": "qemu-s390-3.1.1.1-80.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch" }, "product_reference": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-80.40.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch" }, "product_reference": "qemu-sgabios-8-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch" }, "product_reference": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-x86-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-80.40.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-kvm-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-ppc-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch" }, "product_reference": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-80.40.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch" }, "product_reference": "qemu-sgabios-8-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch" }, "product_reference": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-3.1.1.1-80.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-x86-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-3.1.1.1-80.40.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-arm-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-curl-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-80.40.1.noarch as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-80.40.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-kvm-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-lang-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch" }, "product_reference": "qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-80.40.1.noarch as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch" }, "product_reference": "qemu-sgabios-8-80.40.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.aarch64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-tools-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch" }, "product_reference": "qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 6" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-3.1.1.1-80.40.1.x86_64 as component of SUSE Enterprise Storage 6", "product_id": "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64" }, "product_reference": "qemu-x86-3.1.1.1-80.40.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 6" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-35503", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-35503" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the megasas-gen2 SCSI host bus adapter emulation of QEMU in versions before and including 6.0. This issue occurs in the megasas_command_cancelled() callback function while dropping a SCSI request. This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-35503", "url": "https://www.suse.com/security/cve/CVE-2020-35503" }, { "category": "external", "summary": "SUSE Bug 1180432 for CVE-2020-35503", "url": "https://bugzilla.suse.com/1180432" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:27:35Z", "details": "moderate" } ], "title": "CVE-2020-35503" }, { "cve": "CVE-2020-35504", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-35504" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the SCSI emulation support of QEMU in versions before 6.0.0. This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-35504", "url": "https://www.suse.com/security/cve/CVE-2020-35504" }, { "category": "external", "summary": "SUSE Bug 1180433 for CVE-2020-35504", "url": "https://bugzilla.suse.com/1180433" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:27:35Z", "details": "moderate" } ], "title": "CVE-2020-35504" }, { "cve": "CVE-2020-35505", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-35505" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the am53c974 SCSI host bus adapter emulation of QEMU in versions before 6.0.0. This issue occurs while handling the \u0027Information Transfer\u0027 command. This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-35505", "url": "https://www.suse.com/security/cve/CVE-2020-35505" }, { "category": "external", "summary": "SUSE Bug 1180434 for CVE-2020-35505", "url": "https://bugzilla.suse.com/1180434" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:27:35Z", "details": "moderate" } ], "title": "CVE-2020-35505" }, { "cve": "CVE-2020-35506", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-35506" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the am53c974 SCSI host bus adapter emulation of QEMU in versions before 6.0.0 during the handling of the \u0027Information Transfer\u0027 command (CMD_TI). This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service or potential code execution with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-35506", "url": "https://www.suse.com/security/cve/CVE-2020-35506" }, { "category": "external", "summary": "SUSE Bug 1180435 for CVE-2020-35506", "url": "https://bugzilla.suse.com/1180435" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:27:35Z", "details": "moderate" } ], "title": "CVE-2020-35506" }, { "cve": "CVE-2021-20255", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-20255" } ], "notes": [ { "category": "general", "text": "A stack overflow via an infinite recursion vulnerability was found in the eepro100 i8255x device emulator of QEMU. This issue occurs while processing controller commands due to a DMA reentry issue. This flaw allows a guest user or process to consume CPU cycles or crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-20255", "url": "https://www.suse.com/security/cve/CVE-2021-20255" }, { "category": "external", "summary": "SUSE Bug 1182651 for CVE-2021-20255", "url": "https://bugzilla.suse.com/1182651" }, { "category": "external", "summary": "SUSE Bug 1182654 for CVE-2021-20255", "url": "https://bugzilla.suse.com/1182654" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.2, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:27:35Z", "details": "low" } ], "title": "CVE-2021-20255" }, { "cve": "CVE-2021-3527", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3527" } ], "notes": [ { "category": "general", "text": "A flaw was found in the USB redirector device (usb-redir) of QEMU. Small USB packets are combined into a single, large transfer request, to reduce the overhead and improve performance. The combined size of the bulk transfer is used to dynamically allocate a variable length array (VLA) on the stack without proper validation. Since the total size is not bounded, a malicious guest could use this flaw to influence the array length and cause the QEMU process to perform an excessive allocation on the stack, resulting in a denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3527", "url": "https://www.suse.com/security/cve/CVE-2021-3527" }, { "category": "external", "summary": "SUSE Bug 1186012 for CVE-2021-3527", "url": "https://bugzilla.suse.com/1186012" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.8, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:27:35Z", "details": "low" } ], "title": "CVE-2021-3527" }, { "cve": "CVE-2021-3682", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3682" } ], "notes": [ { "category": "general", "text": "A flaw was found in the USB redirector device emulation of QEMU in versions prior to 6.1.0-rc2. It occurs when dropping packets during a bulk transfer from a SPICE client due to the packet queue being full. A malicious SPICE client could use this flaw to make QEMU call free() with faked heap chunk metadata, resulting in a crash of QEMU or potential code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3682", "url": "https://www.suse.com/security/cve/CVE-2021-3682" }, { "category": "external", "summary": "SUSE Bug 1189145 for CVE-2021-3682", "url": "https://bugzilla.suse.com/1189145" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:27:35Z", "details": "moderate" } ], "title": "CVE-2021-3682" }, { "cve": "CVE-2021-3713", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3713" } ], "notes": [ { "category": "general", "text": "An out-of-bounds write flaw was found in the UAS (USB Attached SCSI) device emulation of QEMU in versions prior to 6.2.0-rc0. The device uses the guest supplied stream number unchecked, which can lead to out-of-bounds access to the UASDevice-\u003edata3 and UASDevice-\u003estatus3 fields. A malicious guest user could use this flaw to crash QEMU or potentially achieve code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3713", "url": "https://www.suse.com/security/cve/CVE-2021-3713" }, { "category": "external", "summary": "SUSE Bug 1189702 for CVE-2021-3713", "url": "https://bugzilla.suse.com/1189702" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:27:35Z", "details": "important" } ], "title": "CVE-2021-3713" }, { "cve": "CVE-2021-3748", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3748" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3748", "url": "https://www.suse.com/security/cve/CVE-2021-3748" }, { "category": "external", "summary": "SUSE Bug 1189938 for CVE-2021-3748", "url": "https://bugzilla.suse.com/1189938" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-sgabios-8-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Enterprise Storage 6:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Enterprise Storage 6:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Enterprise Storage 6:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-arm-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-s390-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:qemu-x86-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-alsa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-oss-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-audio-pa-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-curl-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-iscsi-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-rbd-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-block-ssh-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-guest-agent-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ipxe-1.0.0+-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-kvm-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-lang-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ppc-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-seabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-sgabios-8-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-tools-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-curses-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-ui-gtk-3.1.1.1-80.40.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-vgabios-1.12.0_0_ga698c89-80.40.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:qemu-x86-3.1.1.1-80.40.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-04T11:27:35Z", "details": "moderate" } ], "title": "CVE-2021-3748" } ] }
suse-su-2021:3635-1
Vulnerability from csaf_suse
Published
2021-11-09 09:52
Modified
2021-11-09 09:52
Summary
Security update for qemu
Notes
Title of the patch
Security update for qemu
Description of the patch
This update for qemu fixes the following issues:
Security issues fixed:
- Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938, CVE-2021-3748)
- Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702, CVE-2021-3713)
- usbredir: free call on invalid pointer in bufp_alloc (bsc#1189145, CVE-2021-3682)
- NULL pointer dereference in ESP (bsc#1180433, CVE-2020-35504) (bsc#1180434, CVE-2020-35505) (bsc#1180435, CVE-2020-35506)
- NULL pointer dereference issue in megasas-gen2 host bus adapter (bsc#1180432, CVE-2020-35503)
- eepro100: stack overflow via infinite recursion (bsc#1182651, CVE-2021-20255)
- usb: unbounded stack allocation in usbredir (bsc#1186012, CVE-2021-3527)
Patchnames
SUSE-2021-3635,SUSE-OpenStack-Cloud-9-2021-3635,SUSE-OpenStack-Cloud-Crowbar-9-2021-3635,SUSE-SLE-SAP-12-SP4-2021-3635,SUSE-SLE-SERVER-12-SP4-LTSS-2021-3635
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for qemu", "title": "Title of the patch" }, { "category": "description", "text": "This update for qemu fixes the following issues:\n\nSecurity issues fixed:\n\n- Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938, CVE-2021-3748)\n- Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702, CVE-2021-3713)\n- usbredir: free call on invalid pointer in bufp_alloc (bsc#1189145, CVE-2021-3682)\n- NULL pointer dereference in ESP (bsc#1180433, CVE-2020-35504) (bsc#1180434, CVE-2020-35505) (bsc#1180435, CVE-2020-35506)\n- NULL pointer dereference issue in megasas-gen2 host bus adapter (bsc#1180432, CVE-2020-35503)\n- eepro100: stack overflow via infinite recursion (bsc#1182651, CVE-2021-20255)\n- usb: unbounded stack allocation in usbredir (bsc#1186012, CVE-2021-3527)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-3635,SUSE-OpenStack-Cloud-9-2021-3635,SUSE-OpenStack-Cloud-Crowbar-9-2021-3635,SUSE-SLE-SAP-12-SP4-2021-3635,SUSE-SLE-SERVER-12-SP4-LTSS-2021-3635", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_3635-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:3635-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20213635-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:3635-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-November/009705.html" }, { "category": "self", "summary": "SUSE Bug 1180432", "url": "https://bugzilla.suse.com/1180432" }, { "category": "self", "summary": "SUSE Bug 1180433", "url": "https://bugzilla.suse.com/1180433" }, { "category": "self", "summary": "SUSE Bug 1180434", "url": "https://bugzilla.suse.com/1180434" }, { "category": "self", "summary": "SUSE Bug 1180435", "url": "https://bugzilla.suse.com/1180435" }, { "category": "self", "summary": "SUSE Bug 1182651", "url": "https://bugzilla.suse.com/1182651" }, { "category": "self", "summary": "SUSE Bug 1186012", "url": "https://bugzilla.suse.com/1186012" }, { "category": "self", "summary": "SUSE Bug 1189145", "url": "https://bugzilla.suse.com/1189145" }, { "category": "self", "summary": "SUSE Bug 1189702", "url": "https://bugzilla.suse.com/1189702" }, { "category": "self", "summary": "SUSE Bug 1189938", "url": "https://bugzilla.suse.com/1189938" }, { "category": "self", "summary": "SUSE CVE CVE-2020-35503 page", "url": "https://www.suse.com/security/cve/CVE-2020-35503/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-35504 page", "url": "https://www.suse.com/security/cve/CVE-2020-35504/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-35505 page", "url": "https://www.suse.com/security/cve/CVE-2020-35505/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-35506 page", "url": "https://www.suse.com/security/cve/CVE-2020-35506/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-20255 page", "url": "https://www.suse.com/security/cve/CVE-2021-20255/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3527 page", "url": "https://www.suse.com/security/cve/CVE-2021-3527/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3682 page", "url": "https://www.suse.com/security/cve/CVE-2021-3682/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3713 page", "url": "https://www.suse.com/security/cve/CVE-2021-3713/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3748 page", "url": "https://www.suse.com/security/cve/CVE-2021-3748/" } ], "title": "Security update for qemu", "tracking": { "current_release_date": "2021-11-09T09:52:13Z", "generator": { "date": "2021-11-09T09:52:13Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:3635-1", "initial_release_date": "2021-11-09T09:52:13Z", "revision_history": [ { "date": "2021-11-09T09:52:13Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "qemu-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-2.11.2-5.40.2.aarch64", "product_id": "qemu-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-arm-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-arm-2.11.2-5.40.2.aarch64", "product_id": "qemu-arm-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-block-curl-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-block-curl-2.11.2-5.40.2.aarch64", "product_id": "qemu-block-curl-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-block-dmg-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-block-dmg-2.11.2-5.40.2.aarch64", "product_id": "qemu-block-dmg-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-block-iscsi-2.11.2-5.40.2.aarch64", "product_id": "qemu-block-iscsi-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-block-rbd-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-block-rbd-2.11.2-5.40.2.aarch64", "product_id": "qemu-block-rbd-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-block-ssh-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-block-ssh-2.11.2-5.40.2.aarch64", "product_id": "qemu-block-ssh-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-extra-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-extra-2.11.2-5.40.2.aarch64", "product_id": "qemu-extra-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-guest-agent-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-guest-agent-2.11.2-5.40.2.aarch64", "product_id": "qemu-guest-agent-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-lang-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-lang-2.11.2-5.40.2.aarch64", "product_id": "qemu-lang-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-linux-user-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-linux-user-2.11.2-5.40.2.aarch64", "product_id": "qemu-linux-user-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-ppc-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-ppc-2.11.2-5.40.2.aarch64", "product_id": "qemu-ppc-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-s390-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-s390-2.11.2-5.40.2.aarch64", "product_id": "qemu-s390-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-tools-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-tools-2.11.2-5.40.2.aarch64", "product_id": "qemu-tools-2.11.2-5.40.2.aarch64" } }, { "category": "product_version", "name": "qemu-x86-2.11.2-5.40.2.aarch64", "product": { "name": "qemu-x86-2.11.2-5.40.2.aarch64", "product_id": "qemu-x86-2.11.2-5.40.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "qemu-2.11.2-5.40.2.i586", "product": { "name": "qemu-2.11.2-5.40.2.i586", "product_id": "qemu-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-arm-2.11.2-5.40.2.i586", "product": { "name": "qemu-arm-2.11.2-5.40.2.i586", "product_id": "qemu-arm-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-block-curl-2.11.2-5.40.2.i586", "product": { "name": "qemu-block-curl-2.11.2-5.40.2.i586", "product_id": "qemu-block-curl-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-block-dmg-2.11.2-5.40.2.i586", "product": { "name": "qemu-block-dmg-2.11.2-5.40.2.i586", "product_id": "qemu-block-dmg-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.11.2-5.40.2.i586", "product": { "name": "qemu-block-iscsi-2.11.2-5.40.2.i586", "product_id": "qemu-block-iscsi-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-block-ssh-2.11.2-5.40.2.i586", "product": { "name": "qemu-block-ssh-2.11.2-5.40.2.i586", "product_id": "qemu-block-ssh-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-extra-2.11.2-5.40.2.i586", "product": { "name": "qemu-extra-2.11.2-5.40.2.i586", "product_id": "qemu-extra-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-guest-agent-2.11.2-5.40.2.i586", "product": { "name": "qemu-guest-agent-2.11.2-5.40.2.i586", "product_id": "qemu-guest-agent-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-kvm-2.11.2-5.40.2.i586", "product": { "name": "qemu-kvm-2.11.2-5.40.2.i586", "product_id": "qemu-kvm-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-lang-2.11.2-5.40.2.i586", "product": { "name": "qemu-lang-2.11.2-5.40.2.i586", "product_id": "qemu-lang-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-linux-user-2.11.2-5.40.2.i586", "product": { "name": "qemu-linux-user-2.11.2-5.40.2.i586", "product_id": "qemu-linux-user-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-ppc-2.11.2-5.40.2.i586", "product": { "name": "qemu-ppc-2.11.2-5.40.2.i586", "product_id": "qemu-ppc-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-s390-2.11.2-5.40.2.i586", "product": { "name": "qemu-s390-2.11.2-5.40.2.i586", "product_id": "qemu-s390-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-tools-2.11.2-5.40.2.i586", "product": { "name": "qemu-tools-2.11.2-5.40.2.i586", "product_id": "qemu-tools-2.11.2-5.40.2.i586" } }, { "category": "product_version", "name": "qemu-x86-2.11.2-5.40.2.i586", "product": { "name": "qemu-x86-2.11.2-5.40.2.i586", "product_id": "qemu-x86-2.11.2-5.40.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "qemu-ipxe-1.0.0+-5.40.2.noarch", "product": { "name": "qemu-ipxe-1.0.0+-5.40.2.noarch", "product_id": "qemu-ipxe-1.0.0+-5.40.2.noarch" } }, { "category": "product_version", "name": "qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "product": { "name": "qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "product_id": "qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch" } }, { "category": "product_version", "name": "qemu-sgabios-8-5.40.2.noarch", "product": { "name": "qemu-sgabios-8-5.40.2.noarch", "product_id": "qemu-sgabios-8-5.40.2.noarch" } }, { "category": "product_version", "name": "qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "product": { "name": "qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "product_id": "qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "qemu-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-2.11.2-5.40.2.ppc64le", "product_id": "qemu-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-arm-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-arm-2.11.2-5.40.2.ppc64le", "product_id": "qemu-arm-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-block-curl-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-block-curl-2.11.2-5.40.2.ppc64le", "product_id": "qemu-block-curl-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-block-dmg-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-block-dmg-2.11.2-5.40.2.ppc64le", "product_id": "qemu-block-dmg-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "product_id": "qemu-block-iscsi-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-block-rbd-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-block-rbd-2.11.2-5.40.2.ppc64le", "product_id": "qemu-block-rbd-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-block-ssh-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-block-ssh-2.11.2-5.40.2.ppc64le", "product_id": "qemu-block-ssh-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-extra-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-extra-2.11.2-5.40.2.ppc64le", "product_id": "qemu-extra-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-guest-agent-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-guest-agent-2.11.2-5.40.2.ppc64le", "product_id": "qemu-guest-agent-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-lang-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-lang-2.11.2-5.40.2.ppc64le", "product_id": "qemu-lang-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-linux-user-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-linux-user-2.11.2-5.40.2.ppc64le", "product_id": "qemu-linux-user-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-ppc-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-ppc-2.11.2-5.40.2.ppc64le", "product_id": "qemu-ppc-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-s390-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-s390-2.11.2-5.40.2.ppc64le", "product_id": "qemu-s390-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-tools-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-tools-2.11.2-5.40.2.ppc64le", "product_id": "qemu-tools-2.11.2-5.40.2.ppc64le" } }, { "category": "product_version", "name": "qemu-x86-2.11.2-5.40.2.ppc64le", "product": { "name": "qemu-x86-2.11.2-5.40.2.ppc64le", "product_id": "qemu-x86-2.11.2-5.40.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "qemu-2.11.2-5.40.2.s390x", "product": { "name": "qemu-2.11.2-5.40.2.s390x", "product_id": "qemu-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-arm-2.11.2-5.40.2.s390x", "product": { "name": "qemu-arm-2.11.2-5.40.2.s390x", "product_id": "qemu-arm-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-block-curl-2.11.2-5.40.2.s390x", "product": { "name": "qemu-block-curl-2.11.2-5.40.2.s390x", "product_id": "qemu-block-curl-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-block-dmg-2.11.2-5.40.2.s390x", "product": { "name": "qemu-block-dmg-2.11.2-5.40.2.s390x", "product_id": "qemu-block-dmg-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.11.2-5.40.2.s390x", "product": { "name": "qemu-block-iscsi-2.11.2-5.40.2.s390x", "product_id": "qemu-block-iscsi-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-block-rbd-2.11.2-5.40.2.s390x", "product": { "name": "qemu-block-rbd-2.11.2-5.40.2.s390x", "product_id": "qemu-block-rbd-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-block-ssh-2.11.2-5.40.2.s390x", "product": { "name": "qemu-block-ssh-2.11.2-5.40.2.s390x", "product_id": "qemu-block-ssh-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-extra-2.11.2-5.40.2.s390x", "product": { "name": "qemu-extra-2.11.2-5.40.2.s390x", "product_id": "qemu-extra-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-guest-agent-2.11.2-5.40.2.s390x", "product": { "name": "qemu-guest-agent-2.11.2-5.40.2.s390x", "product_id": "qemu-guest-agent-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-kvm-2.11.2-5.40.2.s390x", "product": { "name": "qemu-kvm-2.11.2-5.40.2.s390x", "product_id": "qemu-kvm-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-lang-2.11.2-5.40.2.s390x", "product": { "name": "qemu-lang-2.11.2-5.40.2.s390x", "product_id": "qemu-lang-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-linux-user-2.11.2-5.40.2.s390x", "product": { "name": "qemu-linux-user-2.11.2-5.40.2.s390x", "product_id": "qemu-linux-user-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-ppc-2.11.2-5.40.2.s390x", "product": { "name": "qemu-ppc-2.11.2-5.40.2.s390x", "product_id": "qemu-ppc-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-s390-2.11.2-5.40.2.s390x", "product": { "name": "qemu-s390-2.11.2-5.40.2.s390x", "product_id": "qemu-s390-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-tools-2.11.2-5.40.2.s390x", "product": { "name": "qemu-tools-2.11.2-5.40.2.s390x", "product_id": "qemu-tools-2.11.2-5.40.2.s390x" } }, { "category": "product_version", "name": "qemu-x86-2.11.2-5.40.2.s390x", "product": { "name": "qemu-x86-2.11.2-5.40.2.s390x", "product_id": "qemu-x86-2.11.2-5.40.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "qemu-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-2.11.2-5.40.2.x86_64", "product_id": "qemu-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-arm-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-arm-2.11.2-5.40.2.x86_64", "product_id": "qemu-arm-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-block-curl-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-block-curl-2.11.2-5.40.2.x86_64", "product_id": "qemu-block-curl-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-block-dmg-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-block-dmg-2.11.2-5.40.2.x86_64", "product_id": "qemu-block-dmg-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-block-iscsi-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-block-iscsi-2.11.2-5.40.2.x86_64", "product_id": "qemu-block-iscsi-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-block-rbd-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-block-rbd-2.11.2-5.40.2.x86_64", "product_id": "qemu-block-rbd-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-block-ssh-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-block-ssh-2.11.2-5.40.2.x86_64", "product_id": "qemu-block-ssh-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-extra-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-extra-2.11.2-5.40.2.x86_64", "product_id": "qemu-extra-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-guest-agent-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-guest-agent-2.11.2-5.40.2.x86_64", "product_id": "qemu-guest-agent-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-kvm-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-kvm-2.11.2-5.40.2.x86_64", "product_id": "qemu-kvm-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-lang-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-lang-2.11.2-5.40.2.x86_64", "product_id": "qemu-lang-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-linux-user-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-linux-user-2.11.2-5.40.2.x86_64", "product_id": "qemu-linux-user-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-ppc-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-ppc-2.11.2-5.40.2.x86_64", "product_id": "qemu-ppc-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-s390-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-s390-2.11.2-5.40.2.x86_64", "product_id": "qemu-s390-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-tools-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-tools-2.11.2-5.40.2.x86_64", "product_id": "qemu-tools-2.11.2-5.40.2.x86_64" } }, { "category": "product_version", "name": "qemu-x86-2.11.2-5.40.2.x86_64", "product": { "name": "qemu-x86-2.11.2-5.40.2.x86_64", "product_id": "qemu-x86-2.11.2-5.40.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE OpenStack Cloud 9", "product": { "name": "SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:9" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 9", "product": { "name": "SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:9" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-curl-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-iscsi-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-rbd-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-ssh-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-guest-agent-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-5.40.2.noarch as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-5.40.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-kvm-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-lang-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch" }, "product_reference": "qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-5.40.2.noarch as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch" }, "product_reference": "qemu-sgabios-8-5.40.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-tools-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch" }, "product_reference": "qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-x86-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-curl-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-iscsi-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-rbd-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-ssh-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-guest-agent-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-5.40.2.noarch as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-5.40.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-kvm-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-lang-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch" }, "product_reference": "qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-5.40.2.noarch as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch" }, "product_reference": "qemu-sgabios-8-5.40.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-tools-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch" }, "product_reference": "qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.11.2-5.40.2.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-x86-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-block-curl-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-curl-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-iscsi-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-rbd-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-block-ssh-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-ssh-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-guest-agent-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-guest-agent-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-5.40.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-5.40.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-kvm-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-lang-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-lang-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-ppc-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch" }, "product_reference": "qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-5.40.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch" }, "product_reference": "qemu-sgabios-8-5.40.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-tools-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-tools-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch" }, "product_reference": "qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-x86-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-5.40.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64" }, "product_reference": "qemu-2.11.2-5.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-5.40.2.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x" }, "product_reference": "qemu-2.11.2-5.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-2.11.2-5.40.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64" }, "product_reference": "qemu-arm-2.11.2-5.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-5.40.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64" }, "product_reference": "qemu-block-curl-2.11.2-5.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-block-curl-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-5.40.2.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x" }, "product_reference": "qemu-block-curl-2.11.2-5.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-curl-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-5.40.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64" }, "product_reference": "qemu-block-iscsi-2.11.2-5.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-5.40.2.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x" }, "product_reference": "qemu-block-iscsi-2.11.2-5.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-iscsi-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-5.40.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64" }, "product_reference": "qemu-block-rbd-2.11.2-5.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-rbd-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-5.40.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64" }, "product_reference": "qemu-block-ssh-2.11.2-5.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-block-ssh-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-5.40.2.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x" }, "product_reference": "qemu-block-ssh-2.11.2-5.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-block-ssh-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-5.40.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64" }, "product_reference": "qemu-guest-agent-2.11.2-5.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-guest-agent-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-5.40.2.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x" }, "product_reference": "qemu-guest-agent-2.11.2-5.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-guest-agent-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-5.40.2.noarch as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-5.40.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.11.2-5.40.2.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x" }, "product_reference": "qemu-kvm-2.11.2-5.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-kvm-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-5.40.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64" }, "product_reference": "qemu-lang-2.11.2-5.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-lang-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-5.40.2.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x" }, "product_reference": "qemu-lang-2.11.2-5.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-lang-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-ppc-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390-2.11.2-5.40.2.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x" }, "product_reference": "qemu-s390-2.11.2-5.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch" }, "product_reference": "qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-5.40.2.noarch as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch" }, "product_reference": "qemu-sgabios-8-5.40.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-5.40.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64" }, "product_reference": "qemu-tools-2.11.2-5.40.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-5.40.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le" }, "product_reference": "qemu-tools-2.11.2-5.40.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-5.40.2.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x" }, "product_reference": "qemu-tools-2.11.2-5.40.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-tools-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch" }, "product_reference": "qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-2.11.2-5.40.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64" }, "product_reference": "qemu-x86-2.11.2-5.40.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-35503", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-35503" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the megasas-gen2 SCSI host bus adapter emulation of QEMU in versions before and including 6.0. This issue occurs in the megasas_command_cancelled() callback function while dropping a SCSI request. This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-35503", "url": "https://www.suse.com/security/cve/CVE-2020-35503" }, { "category": "external", "summary": "SUSE Bug 1180432 for CVE-2020-35503", "url": "https://bugzilla.suse.com/1180432" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-09T09:52:13Z", "details": "moderate" } ], "title": "CVE-2020-35503" }, { "cve": "CVE-2020-35504", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-35504" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the SCSI emulation support of QEMU in versions before 6.0.0. This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-35504", "url": "https://www.suse.com/security/cve/CVE-2020-35504" }, { "category": "external", "summary": "SUSE Bug 1180433 for CVE-2020-35504", "url": "https://bugzilla.suse.com/1180433" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-09T09:52:13Z", "details": "moderate" } ], "title": "CVE-2020-35504" }, { "cve": "CVE-2020-35505", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-35505" } ], "notes": [ { "category": "general", "text": "A NULL pointer dereference flaw was found in the am53c974 SCSI host bus adapter emulation of QEMU in versions before 6.0.0. This issue occurs while handling the \u0027Information Transfer\u0027 command. This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-35505", "url": "https://www.suse.com/security/cve/CVE-2020-35505" }, { "category": "external", "summary": "SUSE Bug 1180434 for CVE-2020-35505", "url": "https://bugzilla.suse.com/1180434" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-09T09:52:13Z", "details": "moderate" } ], "title": "CVE-2020-35505" }, { "cve": "CVE-2020-35506", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-35506" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the am53c974 SCSI host bus adapter emulation of QEMU in versions before 6.0.0 during the handling of the \u0027Information Transfer\u0027 command (CMD_TI). This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service or potential code execution with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-35506", "url": "https://www.suse.com/security/cve/CVE-2020-35506" }, { "category": "external", "summary": "SUSE Bug 1180435 for CVE-2020-35506", "url": "https://bugzilla.suse.com/1180435" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-09T09:52:13Z", "details": "moderate" } ], "title": "CVE-2020-35506" }, { "cve": "CVE-2021-20255", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-20255" } ], "notes": [ { "category": "general", "text": "A stack overflow via an infinite recursion vulnerability was found in the eepro100 i8255x device emulator of QEMU. This issue occurs while processing controller commands due to a DMA reentry issue. This flaw allows a guest user or process to consume CPU cycles or crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-20255", "url": "https://www.suse.com/security/cve/CVE-2021-20255" }, { "category": "external", "summary": "SUSE Bug 1182651 for CVE-2021-20255", "url": "https://bugzilla.suse.com/1182651" }, { "category": "external", "summary": "SUSE Bug 1182654 for CVE-2021-20255", "url": "https://bugzilla.suse.com/1182654" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.2, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-09T09:52:13Z", "details": "low" } ], "title": "CVE-2021-20255" }, { "cve": "CVE-2021-3527", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3527" } ], "notes": [ { "category": "general", "text": "A flaw was found in the USB redirector device (usb-redir) of QEMU. Small USB packets are combined into a single, large transfer request, to reduce the overhead and improve performance. The combined size of the bulk transfer is used to dynamically allocate a variable length array (VLA) on the stack without proper validation. Since the total size is not bounded, a malicious guest could use this flaw to influence the array length and cause the QEMU process to perform an excessive allocation on the stack, resulting in a denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3527", "url": "https://www.suse.com/security/cve/CVE-2021-3527" }, { "category": "external", "summary": "SUSE Bug 1186012 for CVE-2021-3527", "url": "https://bugzilla.suse.com/1186012" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.8, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-09T09:52:13Z", "details": "low" } ], "title": "CVE-2021-3527" }, { "cve": "CVE-2021-3682", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3682" } ], "notes": [ { "category": "general", "text": "A flaw was found in the USB redirector device emulation of QEMU in versions prior to 6.1.0-rc2. It occurs when dropping packets during a bulk transfer from a SPICE client due to the packet queue being full. A malicious SPICE client could use this flaw to make QEMU call free() with faked heap chunk metadata, resulting in a crash of QEMU or potential code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3682", "url": "https://www.suse.com/security/cve/CVE-2021-3682" }, { "category": "external", "summary": "SUSE Bug 1189145 for CVE-2021-3682", "url": "https://bugzilla.suse.com/1189145" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-09T09:52:13Z", "details": "moderate" } ], "title": "CVE-2021-3682" }, { "cve": "CVE-2021-3713", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3713" } ], "notes": [ { "category": "general", "text": "An out-of-bounds write flaw was found in the UAS (USB Attached SCSI) device emulation of QEMU in versions prior to 6.2.0-rc0. The device uses the guest supplied stream number unchecked, which can lead to out-of-bounds access to the UASDevice-\u003edata3 and UASDevice-\u003estatus3 fields. A malicious guest user could use this flaw to crash QEMU or potentially achieve code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3713", "url": "https://www.suse.com/security/cve/CVE-2021-3713" }, { "category": "external", "summary": "SUSE Bug 1189702 for CVE-2021-3713", "url": "https://bugzilla.suse.com/1189702" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-09T09:52:13Z", "details": "important" } ], "title": "CVE-2021-3713" }, { "cve": "CVE-2021-3748", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3748" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3748", "url": "https://www.suse.com/security/cve/CVE-2021-3748" }, { "category": "external", "summary": "SUSE Bug 1189938 for CVE-2021-3748", "url": "https://bugzilla.suse.com/1189938" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-arm-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-s390-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server 12 SP4-LTSS:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-ppc-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-sgabios-8-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud 9:qemu-x86-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-curl-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-iscsi-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-rbd-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-block-ssh-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-guest-agent-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-ipxe-1.0.0+-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-kvm-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-lang-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-seabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-sgabios-8-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-tools-2.11.2-5.40.2.x86_64", "SUSE OpenStack Cloud Crowbar 9:qemu-vgabios-1.11.0_0_g63451fc-5.40.2.noarch", "SUSE OpenStack Cloud Crowbar 9:qemu-x86-2.11.2-5.40.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-09T09:52:13Z", "details": "moderate" } ], "title": "CVE-2021-3748" } ] }
opensuse-su-2021:1461-1
Vulnerability from csaf_opensuse
Published
2021-11-08 10:03
Modified
2021-11-08 10:03
Summary
Security update for qemu
Notes
Title of the patch
Security update for qemu
Description of the patch
This update for qemu fixes the following issues:
Security issues fixed:
- CVE-2021-3713: Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702)
- CVE-2021-3748: Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938)
Non-security issues fixed:
- Add transfer length item in block limits page of scsi vpd (bsc#1190425)
- Fix qemu crash while deleting xen-block (bsc#1189234)
This update was imported from the SUSE:SLE-15-SP2:Update update project.
Patchnames
openSUSE-2021-1461
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for qemu", "title": "Title of the patch" }, { "category": "description", "text": "This update for qemu fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2021-3713: Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702)\n- CVE-2021-3748: Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938)\n\nNon-security issues fixed:\n\n- Add transfer length item in block limits page of scsi vpd (bsc#1190425)\n- Fix qemu crash while deleting xen-block (bsc#1189234)\n\nThis update was imported from the SUSE:SLE-15-SP2:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2021-1461", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_1461-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:1461-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6ANWCSILNO3HSV5PUK6VESGM76PNM5ND/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:1461-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6ANWCSILNO3HSV5PUK6VESGM76PNM5ND/" }, { "category": "self", "summary": "SUSE Bug 1189234", "url": "https://bugzilla.suse.com/1189234" }, { "category": "self", "summary": "SUSE Bug 1189702", "url": "https://bugzilla.suse.com/1189702" }, { "category": "self", "summary": "SUSE Bug 1189938", "url": "https://bugzilla.suse.com/1189938" }, { "category": "self", "summary": "SUSE Bug 1190425", "url": "https://bugzilla.suse.com/1190425" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3713 page", "url": "https://www.suse.com/security/cve/CVE-2021-3713/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3748 page", "url": "https://www.suse.com/security/cve/CVE-2021-3748/" } ], "title": "Security update for qemu", "tracking": { "current_release_date": "2021-11-08T10:03:03Z", "generator": { "date": "2021-11-08T10:03:03Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:1461-1", "initial_release_date": "2021-11-08T10:03:03Z", "revision_history": [ { "date": "2021-11-08T10:03:03Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "qemu-ipxe-1.0.0+-lp152.9.23.1.noarch", "product": { "name": "qemu-ipxe-1.0.0+-lp152.9.23.1.noarch", "product_id": "qemu-ipxe-1.0.0+-lp152.9.23.1.noarch" } }, { "category": "product_version", "name": "qemu-microvm-4.2.1-lp152.9.23.1.noarch", "product": { "name": "qemu-microvm-4.2.1-lp152.9.23.1.noarch", "product_id": "qemu-microvm-4.2.1-lp152.9.23.1.noarch" } }, { "category": "product_version", "name": "qemu-seabios-1.12.1+-lp152.9.23.1.noarch", "product": { "name": "qemu-seabios-1.12.1+-lp152.9.23.1.noarch", "product_id": "qemu-seabios-1.12.1+-lp152.9.23.1.noarch" } }, { "category": "product_version", "name": "qemu-sgabios-8-lp152.9.23.1.noarch", "product": { "name": "qemu-sgabios-8-lp152.9.23.1.noarch", "product_id": "qemu-sgabios-8-lp152.9.23.1.noarch" } }, { "category": "product_version", "name": "qemu-vgabios-1.12.1+-lp152.9.23.1.noarch", "product": { "name": "qemu-vgabios-1.12.1+-lp152.9.23.1.noarch", "product_id": "qemu-vgabios-1.12.1+-lp152.9.23.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "qemu-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-arm-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-arm-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-arm-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-audio-alsa-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-audio-alsa-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-audio-alsa-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-audio-pa-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-audio-pa-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-audio-pa-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-audio-sdl-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-audio-sdl-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-audio-sdl-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-curl-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-block-curl-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-block-curl-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-dmg-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-block-dmg-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-block-dmg-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-gluster-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-block-gluster-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-block-gluster-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-iscsi-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-block-iscsi-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-block-iscsi-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-nfs-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-block-nfs-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-block-nfs-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-rbd-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-block-rbd-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-block-rbd-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-ssh-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-block-ssh-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-block-ssh-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-extra-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-extra-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-extra-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-guest-agent-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-guest-agent-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-guest-agent-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-ksm-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-ksm-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-ksm-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-kvm-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-kvm-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-kvm-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-lang-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-lang-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-lang-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-linux-user-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-linux-user-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-linux-user-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-ppc-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-ppc-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-ppc-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-s390-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-s390-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-s390-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-testsuite-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-testsuite-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-testsuite-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-tools-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-tools-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-tools-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-ui-curses-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-ui-curses-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-ui-curses-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-ui-gtk-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-ui-gtk-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-ui-gtk-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-ui-sdl-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-ui-sdl-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-ui-sdl-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-ui-spice-app-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-ui-spice-app-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-ui-spice-app-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-vhost-user-gpu-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-vhost-user-gpu-4.2.1-lp152.9.23.1.x86_64" } }, { "category": "product_version", "name": "qemu-x86-4.2.1-lp152.9.23.1.x86_64", "product": { "name": "qemu-x86-4.2.1-lp152.9.23.1.x86_64", "product_id": "qemu-x86-4.2.1-lp152.9.23.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.2", "product": { "name": "openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "qemu-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-arm-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-arm-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-audio-alsa-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-audio-alsa-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-audio-pa-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-audio-pa-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-sdl-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-audio-sdl-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-audio-sdl-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-block-curl-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-block-curl-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-dmg-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-block-dmg-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-block-dmg-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-gluster-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-block-gluster-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-block-gluster-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-block-iscsi-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-block-iscsi-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-nfs-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-block-nfs-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-block-nfs-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-block-rbd-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-block-rbd-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-block-ssh-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-block-ssh-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-extra-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-extra-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-extra-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-guest-agent-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-guest-agent-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-lp152.9.23.1.noarch as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-ipxe-1.0.0+-lp152.9.23.1.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-lp152.9.23.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-ksm-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-ksm-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-kvm-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-kvm-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-lang-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-lang-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-linux-user-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-linux-user-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-linux-user-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-microvm-4.2.1-lp152.9.23.1.noarch as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-microvm-4.2.1-lp152.9.23.1.noarch" }, "product_reference": "qemu-microvm-4.2.1-lp152.9.23.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-ppc-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-ppc-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-s390-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-s390-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.12.1+-lp152.9.23.1.noarch as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-seabios-1.12.1+-lp152.9.23.1.noarch" }, "product_reference": "qemu-seabios-1.12.1+-lp152.9.23.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-lp152.9.23.1.noarch as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-sgabios-8-lp152.9.23.1.noarch" }, "product_reference": "qemu-sgabios-8-lp152.9.23.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-testsuite-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-testsuite-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-testsuite-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-tools-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-tools-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-ui-curses-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-ui-curses-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-ui-gtk-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-ui-gtk-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-sdl-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-ui-sdl-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-ui-sdl-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-ui-spice-app-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-ui-spice-app-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.12.1+-lp152.9.23.1.noarch as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-vgabios-1.12.1+-lp152.9.23.1.noarch" }, "product_reference": "qemu-vgabios-1.12.1+-lp152.9.23.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vhost-user-gpu-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-vhost-user-gpu-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-vhost-user-gpu-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-4.2.1-lp152.9.23.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:qemu-x86-4.2.1-lp152.9.23.1.x86_64" }, "product_reference": "qemu-x86-4.2.1-lp152.9.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-3713", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3713" } ], "notes": [ { "category": "general", "text": "An out-of-bounds write flaw was found in the UAS (USB Attached SCSI) device emulation of QEMU in versions prior to 6.2.0-rc0. The device uses the guest supplied stream number unchecked, which can lead to out-of-bounds access to the UASDevice-\u003edata3 and UASDevice-\u003estatus3 fields. A malicious guest user could use this flaw to crash QEMU or potentially achieve code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:qemu-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-arm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-alsa-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-pa-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-sdl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-curl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-dmg-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-gluster-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-iscsi-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-nfs-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-rbd-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-ssh-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-extra-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-guest-agent-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ipxe-1.0.0+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-ksm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-kvm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-lang-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-linux-user-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-microvm-4.2.1-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-ppc-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-s390-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-seabios-1.12.1+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-sgabios-8-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-testsuite-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-tools-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-curses-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-gtk-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-sdl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-spice-app-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-vgabios-1.12.1+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-vhost-user-gpu-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-x86-4.2.1-lp152.9.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3713", "url": "https://www.suse.com/security/cve/CVE-2021-3713" }, { "category": "external", "summary": "SUSE Bug 1189702 for CVE-2021-3713", "url": "https://bugzilla.suse.com/1189702" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:qemu-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-arm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-alsa-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-pa-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-sdl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-curl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-dmg-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-gluster-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-iscsi-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-nfs-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-rbd-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-ssh-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-extra-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-guest-agent-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ipxe-1.0.0+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-ksm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-kvm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-lang-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-linux-user-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-microvm-4.2.1-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-ppc-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-s390-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-seabios-1.12.1+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-sgabios-8-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-testsuite-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-tools-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-curses-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-gtk-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-sdl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-spice-app-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-vgabios-1.12.1+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-vhost-user-gpu-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-x86-4.2.1-lp152.9.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:qemu-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-arm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-alsa-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-pa-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-sdl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-curl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-dmg-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-gluster-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-iscsi-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-nfs-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-rbd-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-ssh-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-extra-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-guest-agent-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ipxe-1.0.0+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-ksm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-kvm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-lang-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-linux-user-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-microvm-4.2.1-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-ppc-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-s390-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-seabios-1.12.1+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-sgabios-8-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-testsuite-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-tools-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-curses-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-gtk-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-sdl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-spice-app-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-vgabios-1.12.1+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-vhost-user-gpu-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-x86-4.2.1-lp152.9.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-08T10:03:03Z", "details": "important" } ], "title": "CVE-2021-3713" }, { "cve": "CVE-2021-3748", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3748" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:qemu-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-arm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-alsa-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-pa-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-sdl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-curl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-dmg-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-gluster-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-iscsi-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-nfs-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-rbd-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-ssh-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-extra-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-guest-agent-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ipxe-1.0.0+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-ksm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-kvm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-lang-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-linux-user-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-microvm-4.2.1-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-ppc-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-s390-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-seabios-1.12.1+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-sgabios-8-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-testsuite-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-tools-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-curses-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-gtk-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-sdl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-spice-app-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-vgabios-1.12.1+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-vhost-user-gpu-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-x86-4.2.1-lp152.9.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3748", "url": "https://www.suse.com/security/cve/CVE-2021-3748" }, { "category": "external", "summary": "SUSE Bug 1189938 for CVE-2021-3748", "url": "https://bugzilla.suse.com/1189938" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:qemu-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-arm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-alsa-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-pa-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-sdl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-curl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-dmg-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-gluster-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-iscsi-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-nfs-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-rbd-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-ssh-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-extra-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-guest-agent-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ipxe-1.0.0+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-ksm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-kvm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-lang-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-linux-user-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-microvm-4.2.1-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-ppc-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-s390-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-seabios-1.12.1+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-sgabios-8-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-testsuite-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-tools-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-curses-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-gtk-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-sdl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-spice-app-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-vgabios-1.12.1+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-vhost-user-gpu-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-x86-4.2.1-lp152.9.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:qemu-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-arm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-alsa-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-pa-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-audio-sdl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-curl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-dmg-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-gluster-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-iscsi-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-nfs-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-rbd-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-block-ssh-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-extra-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-guest-agent-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ipxe-1.0.0+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-ksm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-kvm-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-lang-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-linux-user-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-microvm-4.2.1-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-ppc-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-s390-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-seabios-1.12.1+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-sgabios-8-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-testsuite-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-tools-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-curses-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-gtk-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-sdl-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-ui-spice-app-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-vgabios-1.12.1+-lp152.9.23.1.noarch", "openSUSE Leap 15.2:qemu-vhost-user-gpu-4.2.1-lp152.9.23.1.x86_64", "openSUSE Leap 15.2:qemu-x86-4.2.1-lp152.9.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-08T10:03:03Z", "details": "moderate" } ], "title": "CVE-2021-3748" } ] }
opensuse-su-2024:11597-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
qemu-6.1.0-34.1 on GA media
Notes
Title of the patch
qemu-6.1.0-34.1 on GA media
Description of the patch
These are all security issues fixed in the qemu-6.1.0-34.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-11597
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "qemu-6.1.0-34.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the qemu-6.1.0-34.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11597", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11597-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3713 page", "url": "https://www.suse.com/security/cve/CVE-2021-3713/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3748 page", "url": "https://www.suse.com/security/cve/CVE-2021-3748/" } ], "title": "qemu-6.1.0-34.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:11597-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "qemu-6.1.0-34.1.aarch64", "product": { "name": "qemu-6.1.0-34.1.aarch64", "product_id": "qemu-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-accel-qtest-6.1.0-34.1.aarch64", "product": { "name": "qemu-accel-qtest-6.1.0-34.1.aarch64", "product_id": "qemu-accel-qtest-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-accel-tcg-x86-6.1.0-34.1.aarch64", "product": { "name": "qemu-accel-tcg-x86-6.1.0-34.1.aarch64", "product_id": "qemu-accel-tcg-x86-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-arm-6.1.0-34.1.aarch64", "product": { "name": "qemu-arm-6.1.0-34.1.aarch64", "product_id": "qemu-arm-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-audio-alsa-6.1.0-34.1.aarch64", "product": { "name": "qemu-audio-alsa-6.1.0-34.1.aarch64", "product_id": "qemu-audio-alsa-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-audio-jack-6.1.0-34.1.aarch64", "product": { "name": "qemu-audio-jack-6.1.0-34.1.aarch64", "product_id": "qemu-audio-jack-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-audio-pa-6.1.0-34.1.aarch64", "product": { "name": "qemu-audio-pa-6.1.0-34.1.aarch64", "product_id": "qemu-audio-pa-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-audio-spice-6.1.0-34.1.aarch64", "product": { "name": "qemu-audio-spice-6.1.0-34.1.aarch64", "product_id": "qemu-audio-spice-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-curl-6.1.0-34.1.aarch64", "product": { "name": "qemu-block-curl-6.1.0-34.1.aarch64", "product_id": "qemu-block-curl-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-dmg-6.1.0-34.1.aarch64", "product": { "name": "qemu-block-dmg-6.1.0-34.1.aarch64", "product_id": "qemu-block-dmg-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-gluster-6.1.0-34.1.aarch64", "product": { "name": "qemu-block-gluster-6.1.0-34.1.aarch64", "product_id": "qemu-block-gluster-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-iscsi-6.1.0-34.1.aarch64", "product": { "name": "qemu-block-iscsi-6.1.0-34.1.aarch64", "product_id": "qemu-block-iscsi-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-nfs-6.1.0-34.1.aarch64", "product": { "name": "qemu-block-nfs-6.1.0-34.1.aarch64", "product_id": "qemu-block-nfs-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-rbd-6.1.0-34.1.aarch64", "product": { "name": "qemu-block-rbd-6.1.0-34.1.aarch64", "product_id": "qemu-block-rbd-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-block-ssh-6.1.0-34.1.aarch64", "product": { "name": "qemu-block-ssh-6.1.0-34.1.aarch64", "product_id": "qemu-block-ssh-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-chardev-baum-6.1.0-34.1.aarch64", "product": { "name": "qemu-chardev-baum-6.1.0-34.1.aarch64", "product_id": "qemu-chardev-baum-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-chardev-spice-6.1.0-34.1.aarch64", "product": { "name": "qemu-chardev-spice-6.1.0-34.1.aarch64", "product_id": "qemu-chardev-spice-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-extra-6.1.0-34.1.aarch64", "product": { "name": "qemu-extra-6.1.0-34.1.aarch64", "product_id": "qemu-extra-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-guest-agent-6.1.0-34.1.aarch64", "product": { "name": "qemu-guest-agent-6.1.0-34.1.aarch64", "product_id": "qemu-guest-agent-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-6.1.0-34.1.aarch64", "product": { "name": "qemu-hw-display-qxl-6.1.0-34.1.aarch64", "product_id": "qemu-hw-display-qxl-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-6.1.0-34.1.aarch64", "product": { "name": "qemu-hw-display-virtio-gpu-6.1.0-34.1.aarch64", "product_id": "qemu-hw-display-virtio-gpu-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.aarch64", "product": { "name": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.aarch64", "product_id": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-6.1.0-34.1.aarch64", "product": { "name": "qemu-hw-display-virtio-vga-6.1.0-34.1.aarch64", "product_id": "qemu-hw-display-virtio-vga-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.aarch64", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.aarch64", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-hw-usb-host-6.1.0-34.1.aarch64", "product": { "name": "qemu-hw-usb-host-6.1.0-34.1.aarch64", "product_id": "qemu-hw-usb-host-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-6.1.0-34.1.aarch64", "product": { "name": "qemu-hw-usb-redirect-6.1.0-34.1.aarch64", "product_id": "qemu-hw-usb-redirect-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-6.1.0-34.1.aarch64", "product": { "name": "qemu-hw-usb-smartcard-6.1.0-34.1.aarch64", "product_id": "qemu-hw-usb-smartcard-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-ipxe-1.0.0+-34.1.aarch64", "product": { "name": "qemu-ipxe-1.0.0+-34.1.aarch64", "product_id": "qemu-ipxe-1.0.0+-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-6.1.0-34.1.aarch64", "product": { "name": "qemu-ivshmem-tools-6.1.0-34.1.aarch64", "product_id": "qemu-ivshmem-tools-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-ksm-6.1.0-34.1.aarch64", "product": { "name": "qemu-ksm-6.1.0-34.1.aarch64", "product_id": "qemu-ksm-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-kvm-6.1.0-34.1.aarch64", "product": { "name": "qemu-kvm-6.1.0-34.1.aarch64", "product_id": "qemu-kvm-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-lang-6.1.0-34.1.aarch64", "product": { "name": "qemu-lang-6.1.0-34.1.aarch64", "product_id": "qemu-lang-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-microvm-6.1.0-34.1.aarch64", "product": { "name": "qemu-microvm-6.1.0-34.1.aarch64", "product_id": "qemu-microvm-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-ppc-6.1.0-34.1.aarch64", "product": { "name": "qemu-ppc-6.1.0-34.1.aarch64", "product_id": "qemu-ppc-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-s390x-6.1.0-34.1.aarch64", "product": { "name": "qemu-s390x-6.1.0-34.1.aarch64", "product_id": "qemu-s390x-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-seabios-1.14.0_0_g155821a-34.1.aarch64", "product": { "name": "qemu-seabios-1.14.0_0_g155821a-34.1.aarch64", "product_id": "qemu-seabios-1.14.0_0_g155821a-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-sgabios-8-34.1.aarch64", "product": { "name": "qemu-sgabios-8-34.1.aarch64", "product_id": "qemu-sgabios-8-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-skiboot-6.1.0-34.1.aarch64", "product": { "name": "qemu-skiboot-6.1.0-34.1.aarch64", "product_id": "qemu-skiboot-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-tools-6.1.0-34.1.aarch64", "product": { "name": "qemu-tools-6.1.0-34.1.aarch64", "product_id": "qemu-tools-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-ui-curses-6.1.0-34.1.aarch64", "product": { "name": "qemu-ui-curses-6.1.0-34.1.aarch64", "product_id": "qemu-ui-curses-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-ui-gtk-6.1.0-34.1.aarch64", "product": { "name": "qemu-ui-gtk-6.1.0-34.1.aarch64", "product_id": "qemu-ui-gtk-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-ui-opengl-6.1.0-34.1.aarch64", "product": { "name": "qemu-ui-opengl-6.1.0-34.1.aarch64", "product_id": "qemu-ui-opengl-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-ui-spice-app-6.1.0-34.1.aarch64", "product": { "name": "qemu-ui-spice-app-6.1.0-34.1.aarch64", "product_id": "qemu-ui-spice-app-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-ui-spice-core-6.1.0-34.1.aarch64", "product": { "name": "qemu-ui-spice-core-6.1.0-34.1.aarch64", "product_id": "qemu-ui-spice-core-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-vgabios-1.14.0_0_g155821a-34.1.aarch64", "product": { "name": "qemu-vgabios-1.14.0_0_g155821a-34.1.aarch64", "product_id": "qemu-vgabios-1.14.0_0_g155821a-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-6.1.0-34.1.aarch64", "product": { "name": "qemu-vhost-user-gpu-6.1.0-34.1.aarch64", "product_id": "qemu-vhost-user-gpu-6.1.0-34.1.aarch64" } }, { "category": "product_version", "name": "qemu-x86-6.1.0-34.1.aarch64", "product": { "name": "qemu-x86-6.1.0-34.1.aarch64", "product_id": "qemu-x86-6.1.0-34.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "qemu-6.1.0-34.1.ppc64le", "product": { "name": "qemu-6.1.0-34.1.ppc64le", "product_id": "qemu-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-accel-qtest-6.1.0-34.1.ppc64le", "product": { "name": "qemu-accel-qtest-6.1.0-34.1.ppc64le", "product_id": "qemu-accel-qtest-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-accel-tcg-x86-6.1.0-34.1.ppc64le", "product": { "name": "qemu-accel-tcg-x86-6.1.0-34.1.ppc64le", "product_id": "qemu-accel-tcg-x86-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-arm-6.1.0-34.1.ppc64le", "product": { "name": "qemu-arm-6.1.0-34.1.ppc64le", "product_id": "qemu-arm-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-alsa-6.1.0-34.1.ppc64le", "product": { "name": "qemu-audio-alsa-6.1.0-34.1.ppc64le", "product_id": "qemu-audio-alsa-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-jack-6.1.0-34.1.ppc64le", "product": { "name": "qemu-audio-jack-6.1.0-34.1.ppc64le", "product_id": "qemu-audio-jack-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-pa-6.1.0-34.1.ppc64le", "product": { "name": "qemu-audio-pa-6.1.0-34.1.ppc64le", "product_id": "qemu-audio-pa-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-spice-6.1.0-34.1.ppc64le", "product": { "name": "qemu-audio-spice-6.1.0-34.1.ppc64le", "product_id": "qemu-audio-spice-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-curl-6.1.0-34.1.ppc64le", "product": { "name": "qemu-block-curl-6.1.0-34.1.ppc64le", "product_id": "qemu-block-curl-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-dmg-6.1.0-34.1.ppc64le", "product": { "name": "qemu-block-dmg-6.1.0-34.1.ppc64le", "product_id": "qemu-block-dmg-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-gluster-6.1.0-34.1.ppc64le", "product": { "name": "qemu-block-gluster-6.1.0-34.1.ppc64le", "product_id": "qemu-block-gluster-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-iscsi-6.1.0-34.1.ppc64le", "product": { "name": "qemu-block-iscsi-6.1.0-34.1.ppc64le", "product_id": "qemu-block-iscsi-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-nfs-6.1.0-34.1.ppc64le", "product": { "name": "qemu-block-nfs-6.1.0-34.1.ppc64le", "product_id": "qemu-block-nfs-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-rbd-6.1.0-34.1.ppc64le", "product": { "name": "qemu-block-rbd-6.1.0-34.1.ppc64le", "product_id": "qemu-block-rbd-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-block-ssh-6.1.0-34.1.ppc64le", "product": { "name": "qemu-block-ssh-6.1.0-34.1.ppc64le", "product_id": "qemu-block-ssh-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-chardev-baum-6.1.0-34.1.ppc64le", "product": { "name": "qemu-chardev-baum-6.1.0-34.1.ppc64le", "product_id": "qemu-chardev-baum-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-chardev-spice-6.1.0-34.1.ppc64le", "product": { "name": "qemu-chardev-spice-6.1.0-34.1.ppc64le", "product_id": "qemu-chardev-spice-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-extra-6.1.0-34.1.ppc64le", "product": { "name": "qemu-extra-6.1.0-34.1.ppc64le", "product_id": "qemu-extra-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-guest-agent-6.1.0-34.1.ppc64le", "product": { "name": "qemu-guest-agent-6.1.0-34.1.ppc64le", "product_id": "qemu-guest-agent-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-6.1.0-34.1.ppc64le", "product": { "name": "qemu-hw-display-qxl-6.1.0-34.1.ppc64le", "product_id": "qemu-hw-display-qxl-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-6.1.0-34.1.ppc64le", "product": { "name": "qemu-hw-display-virtio-gpu-6.1.0-34.1.ppc64le", "product_id": "qemu-hw-display-virtio-gpu-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.ppc64le", "product": { "name": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.ppc64le", "product_id": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-6.1.0-34.1.ppc64le", "product": { "name": "qemu-hw-display-virtio-vga-6.1.0-34.1.ppc64le", "product_id": "qemu-hw-display-virtio-vga-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.ppc64le", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.ppc64le", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-usb-host-6.1.0-34.1.ppc64le", "product": { "name": "qemu-hw-usb-host-6.1.0-34.1.ppc64le", "product_id": "qemu-hw-usb-host-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-6.1.0-34.1.ppc64le", "product": { "name": "qemu-hw-usb-redirect-6.1.0-34.1.ppc64le", "product_id": "qemu-hw-usb-redirect-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-6.1.0-34.1.ppc64le", "product": { "name": "qemu-hw-usb-smartcard-6.1.0-34.1.ppc64le", "product_id": "qemu-hw-usb-smartcard-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ipxe-1.0.0+-34.1.ppc64le", "product": { "name": "qemu-ipxe-1.0.0+-34.1.ppc64le", "product_id": "qemu-ipxe-1.0.0+-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-6.1.0-34.1.ppc64le", "product": { "name": "qemu-ivshmem-tools-6.1.0-34.1.ppc64le", "product_id": "qemu-ivshmem-tools-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ksm-6.1.0-34.1.ppc64le", "product": { "name": "qemu-ksm-6.1.0-34.1.ppc64le", "product_id": "qemu-ksm-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-kvm-6.1.0-34.1.ppc64le", "product": { "name": "qemu-kvm-6.1.0-34.1.ppc64le", "product_id": "qemu-kvm-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-lang-6.1.0-34.1.ppc64le", "product": { "name": "qemu-lang-6.1.0-34.1.ppc64le", "product_id": "qemu-lang-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-microvm-6.1.0-34.1.ppc64le", "product": { "name": "qemu-microvm-6.1.0-34.1.ppc64le", "product_id": "qemu-microvm-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ppc-6.1.0-34.1.ppc64le", "product": { "name": "qemu-ppc-6.1.0-34.1.ppc64le", "product_id": "qemu-ppc-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-s390x-6.1.0-34.1.ppc64le", "product": { "name": "qemu-s390x-6.1.0-34.1.ppc64le", "product_id": "qemu-s390x-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-seabios-1.14.0_0_g155821a-34.1.ppc64le", "product": { "name": "qemu-seabios-1.14.0_0_g155821a-34.1.ppc64le", "product_id": "qemu-seabios-1.14.0_0_g155821a-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-sgabios-8-34.1.ppc64le", "product": { "name": "qemu-sgabios-8-34.1.ppc64le", "product_id": "qemu-sgabios-8-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-skiboot-6.1.0-34.1.ppc64le", "product": { "name": "qemu-skiboot-6.1.0-34.1.ppc64le", "product_id": "qemu-skiboot-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-tools-6.1.0-34.1.ppc64le", "product": { "name": "qemu-tools-6.1.0-34.1.ppc64le", "product_id": "qemu-tools-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-curses-6.1.0-34.1.ppc64le", "product": { "name": "qemu-ui-curses-6.1.0-34.1.ppc64le", "product_id": "qemu-ui-curses-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-gtk-6.1.0-34.1.ppc64le", "product": { "name": "qemu-ui-gtk-6.1.0-34.1.ppc64le", "product_id": "qemu-ui-gtk-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-opengl-6.1.0-34.1.ppc64le", "product": { "name": "qemu-ui-opengl-6.1.0-34.1.ppc64le", "product_id": "qemu-ui-opengl-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-spice-app-6.1.0-34.1.ppc64le", "product": { "name": "qemu-ui-spice-app-6.1.0-34.1.ppc64le", "product_id": "qemu-ui-spice-app-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-spice-core-6.1.0-34.1.ppc64le", "product": { "name": "qemu-ui-spice-core-6.1.0-34.1.ppc64le", "product_id": "qemu-ui-spice-core-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-vgabios-1.14.0_0_g155821a-34.1.ppc64le", "product": { "name": "qemu-vgabios-1.14.0_0_g155821a-34.1.ppc64le", "product_id": "qemu-vgabios-1.14.0_0_g155821a-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-6.1.0-34.1.ppc64le", "product": { "name": "qemu-vhost-user-gpu-6.1.0-34.1.ppc64le", "product_id": "qemu-vhost-user-gpu-6.1.0-34.1.ppc64le" } }, { "category": "product_version", "name": "qemu-x86-6.1.0-34.1.ppc64le", "product": { "name": "qemu-x86-6.1.0-34.1.ppc64le", "product_id": "qemu-x86-6.1.0-34.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "qemu-6.1.0-34.1.s390x", "product": { "name": "qemu-6.1.0-34.1.s390x", "product_id": "qemu-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-accel-qtest-6.1.0-34.1.s390x", "product": { "name": "qemu-accel-qtest-6.1.0-34.1.s390x", "product_id": "qemu-accel-qtest-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-accel-tcg-x86-6.1.0-34.1.s390x", "product": { "name": "qemu-accel-tcg-x86-6.1.0-34.1.s390x", "product_id": "qemu-accel-tcg-x86-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-arm-6.1.0-34.1.s390x", "product": { "name": "qemu-arm-6.1.0-34.1.s390x", "product_id": "qemu-arm-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-audio-alsa-6.1.0-34.1.s390x", "product": { "name": "qemu-audio-alsa-6.1.0-34.1.s390x", "product_id": "qemu-audio-alsa-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-audio-jack-6.1.0-34.1.s390x", "product": { "name": "qemu-audio-jack-6.1.0-34.1.s390x", "product_id": "qemu-audio-jack-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-audio-pa-6.1.0-34.1.s390x", "product": { "name": "qemu-audio-pa-6.1.0-34.1.s390x", "product_id": "qemu-audio-pa-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-audio-spice-6.1.0-34.1.s390x", "product": { "name": "qemu-audio-spice-6.1.0-34.1.s390x", "product_id": "qemu-audio-spice-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-block-curl-6.1.0-34.1.s390x", "product": { "name": "qemu-block-curl-6.1.0-34.1.s390x", "product_id": "qemu-block-curl-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-block-dmg-6.1.0-34.1.s390x", "product": { "name": "qemu-block-dmg-6.1.0-34.1.s390x", "product_id": "qemu-block-dmg-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-block-gluster-6.1.0-34.1.s390x", "product": { "name": "qemu-block-gluster-6.1.0-34.1.s390x", "product_id": "qemu-block-gluster-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-block-iscsi-6.1.0-34.1.s390x", "product": { "name": "qemu-block-iscsi-6.1.0-34.1.s390x", "product_id": "qemu-block-iscsi-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-block-nfs-6.1.0-34.1.s390x", "product": { "name": "qemu-block-nfs-6.1.0-34.1.s390x", "product_id": "qemu-block-nfs-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-block-rbd-6.1.0-34.1.s390x", "product": { "name": "qemu-block-rbd-6.1.0-34.1.s390x", "product_id": "qemu-block-rbd-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-block-ssh-6.1.0-34.1.s390x", "product": { "name": "qemu-block-ssh-6.1.0-34.1.s390x", "product_id": "qemu-block-ssh-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-chardev-baum-6.1.0-34.1.s390x", "product": { "name": "qemu-chardev-baum-6.1.0-34.1.s390x", "product_id": "qemu-chardev-baum-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-chardev-spice-6.1.0-34.1.s390x", "product": { "name": "qemu-chardev-spice-6.1.0-34.1.s390x", "product_id": "qemu-chardev-spice-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-extra-6.1.0-34.1.s390x", "product": { "name": "qemu-extra-6.1.0-34.1.s390x", "product_id": "qemu-extra-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-guest-agent-6.1.0-34.1.s390x", "product": { "name": "qemu-guest-agent-6.1.0-34.1.s390x", "product_id": "qemu-guest-agent-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-6.1.0-34.1.s390x", "product": { "name": "qemu-hw-display-qxl-6.1.0-34.1.s390x", "product_id": "qemu-hw-display-qxl-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-6.1.0-34.1.s390x", "product": { "name": "qemu-hw-display-virtio-gpu-6.1.0-34.1.s390x", "product_id": "qemu-hw-display-virtio-gpu-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.s390x", "product": { "name": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.s390x", "product_id": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-6.1.0-34.1.s390x", "product": { "name": "qemu-hw-display-virtio-vga-6.1.0-34.1.s390x", "product_id": "qemu-hw-display-virtio-vga-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.s390x", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.s390x", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-hw-usb-host-6.1.0-34.1.s390x", "product": { "name": "qemu-hw-usb-host-6.1.0-34.1.s390x", "product_id": "qemu-hw-usb-host-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-6.1.0-34.1.s390x", "product": { "name": "qemu-hw-usb-redirect-6.1.0-34.1.s390x", "product_id": "qemu-hw-usb-redirect-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-6.1.0-34.1.s390x", "product": { "name": "qemu-hw-usb-smartcard-6.1.0-34.1.s390x", "product_id": "qemu-hw-usb-smartcard-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-ipxe-1.0.0+-34.1.s390x", "product": { "name": "qemu-ipxe-1.0.0+-34.1.s390x", "product_id": "qemu-ipxe-1.0.0+-34.1.s390x" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-6.1.0-34.1.s390x", "product": { "name": "qemu-ivshmem-tools-6.1.0-34.1.s390x", "product_id": "qemu-ivshmem-tools-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-ksm-6.1.0-34.1.s390x", "product": { "name": "qemu-ksm-6.1.0-34.1.s390x", "product_id": "qemu-ksm-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-kvm-6.1.0-34.1.s390x", "product": { "name": "qemu-kvm-6.1.0-34.1.s390x", "product_id": "qemu-kvm-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-lang-6.1.0-34.1.s390x", "product": { "name": "qemu-lang-6.1.0-34.1.s390x", "product_id": "qemu-lang-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-microvm-6.1.0-34.1.s390x", "product": { "name": "qemu-microvm-6.1.0-34.1.s390x", "product_id": "qemu-microvm-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-ppc-6.1.0-34.1.s390x", "product": { "name": "qemu-ppc-6.1.0-34.1.s390x", "product_id": "qemu-ppc-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-s390x-6.1.0-34.1.s390x", "product": { "name": "qemu-s390x-6.1.0-34.1.s390x", "product_id": "qemu-s390x-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-seabios-1.14.0_0_g155821a-34.1.s390x", "product": { "name": "qemu-seabios-1.14.0_0_g155821a-34.1.s390x", "product_id": "qemu-seabios-1.14.0_0_g155821a-34.1.s390x" } }, { "category": "product_version", "name": "qemu-sgabios-8-34.1.s390x", "product": { "name": "qemu-sgabios-8-34.1.s390x", "product_id": "qemu-sgabios-8-34.1.s390x" } }, { "category": "product_version", "name": "qemu-skiboot-6.1.0-34.1.s390x", "product": { "name": "qemu-skiboot-6.1.0-34.1.s390x", "product_id": "qemu-skiboot-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-tools-6.1.0-34.1.s390x", "product": { "name": "qemu-tools-6.1.0-34.1.s390x", "product_id": "qemu-tools-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-ui-curses-6.1.0-34.1.s390x", "product": { "name": "qemu-ui-curses-6.1.0-34.1.s390x", "product_id": "qemu-ui-curses-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-ui-gtk-6.1.0-34.1.s390x", "product": { "name": "qemu-ui-gtk-6.1.0-34.1.s390x", "product_id": "qemu-ui-gtk-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-ui-opengl-6.1.0-34.1.s390x", "product": { "name": "qemu-ui-opengl-6.1.0-34.1.s390x", "product_id": "qemu-ui-opengl-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-ui-spice-app-6.1.0-34.1.s390x", "product": { "name": "qemu-ui-spice-app-6.1.0-34.1.s390x", "product_id": "qemu-ui-spice-app-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-ui-spice-core-6.1.0-34.1.s390x", "product": { "name": "qemu-ui-spice-core-6.1.0-34.1.s390x", "product_id": "qemu-ui-spice-core-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-vgabios-1.14.0_0_g155821a-34.1.s390x", "product": { "name": "qemu-vgabios-1.14.0_0_g155821a-34.1.s390x", "product_id": "qemu-vgabios-1.14.0_0_g155821a-34.1.s390x" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-6.1.0-34.1.s390x", "product": { "name": "qemu-vhost-user-gpu-6.1.0-34.1.s390x", "product_id": "qemu-vhost-user-gpu-6.1.0-34.1.s390x" } }, { "category": "product_version", "name": "qemu-x86-6.1.0-34.1.s390x", "product": { "name": "qemu-x86-6.1.0-34.1.s390x", "product_id": "qemu-x86-6.1.0-34.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "qemu-6.1.0-34.1.x86_64", "product": { "name": "qemu-6.1.0-34.1.x86_64", "product_id": "qemu-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-accel-qtest-6.1.0-34.1.x86_64", "product": { "name": "qemu-accel-qtest-6.1.0-34.1.x86_64", "product_id": "qemu-accel-qtest-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-accel-tcg-x86-6.1.0-34.1.x86_64", "product": { "name": "qemu-accel-tcg-x86-6.1.0-34.1.x86_64", "product_id": "qemu-accel-tcg-x86-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-arm-6.1.0-34.1.x86_64", "product": { "name": "qemu-arm-6.1.0-34.1.x86_64", "product_id": "qemu-arm-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-audio-alsa-6.1.0-34.1.x86_64", "product": { "name": "qemu-audio-alsa-6.1.0-34.1.x86_64", "product_id": "qemu-audio-alsa-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-audio-jack-6.1.0-34.1.x86_64", "product": { "name": "qemu-audio-jack-6.1.0-34.1.x86_64", "product_id": "qemu-audio-jack-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-audio-pa-6.1.0-34.1.x86_64", "product": { "name": "qemu-audio-pa-6.1.0-34.1.x86_64", "product_id": "qemu-audio-pa-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-audio-spice-6.1.0-34.1.x86_64", "product": { "name": "qemu-audio-spice-6.1.0-34.1.x86_64", "product_id": "qemu-audio-spice-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-curl-6.1.0-34.1.x86_64", "product": { "name": "qemu-block-curl-6.1.0-34.1.x86_64", "product_id": "qemu-block-curl-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-dmg-6.1.0-34.1.x86_64", "product": { "name": "qemu-block-dmg-6.1.0-34.1.x86_64", "product_id": "qemu-block-dmg-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-gluster-6.1.0-34.1.x86_64", "product": { "name": "qemu-block-gluster-6.1.0-34.1.x86_64", "product_id": "qemu-block-gluster-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-iscsi-6.1.0-34.1.x86_64", "product": { "name": "qemu-block-iscsi-6.1.0-34.1.x86_64", "product_id": "qemu-block-iscsi-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-nfs-6.1.0-34.1.x86_64", "product": { "name": "qemu-block-nfs-6.1.0-34.1.x86_64", "product_id": "qemu-block-nfs-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-rbd-6.1.0-34.1.x86_64", "product": { "name": "qemu-block-rbd-6.1.0-34.1.x86_64", "product_id": "qemu-block-rbd-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-block-ssh-6.1.0-34.1.x86_64", "product": { "name": "qemu-block-ssh-6.1.0-34.1.x86_64", "product_id": "qemu-block-ssh-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-chardev-baum-6.1.0-34.1.x86_64", "product": { "name": "qemu-chardev-baum-6.1.0-34.1.x86_64", "product_id": "qemu-chardev-baum-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-chardev-spice-6.1.0-34.1.x86_64", "product": { "name": "qemu-chardev-spice-6.1.0-34.1.x86_64", "product_id": "qemu-chardev-spice-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-extra-6.1.0-34.1.x86_64", "product": { "name": "qemu-extra-6.1.0-34.1.x86_64", "product_id": "qemu-extra-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-guest-agent-6.1.0-34.1.x86_64", "product": { "name": "qemu-guest-agent-6.1.0-34.1.x86_64", "product_id": "qemu-guest-agent-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-6.1.0-34.1.x86_64", "product": { "name": "qemu-hw-display-qxl-6.1.0-34.1.x86_64", "product_id": "qemu-hw-display-qxl-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-6.1.0-34.1.x86_64", "product": { "name": "qemu-hw-display-virtio-gpu-6.1.0-34.1.x86_64", "product_id": "qemu-hw-display-virtio-gpu-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.x86_64", "product": { "name": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.x86_64", "product_id": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-6.1.0-34.1.x86_64", "product": { "name": "qemu-hw-display-virtio-vga-6.1.0-34.1.x86_64", "product_id": "qemu-hw-display-virtio-vga-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.x86_64", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.x86_64", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-hw-usb-host-6.1.0-34.1.x86_64", "product": { "name": "qemu-hw-usb-host-6.1.0-34.1.x86_64", "product_id": "qemu-hw-usb-host-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-6.1.0-34.1.x86_64", "product": { "name": "qemu-hw-usb-redirect-6.1.0-34.1.x86_64", "product_id": "qemu-hw-usb-redirect-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-6.1.0-34.1.x86_64", "product": { "name": "qemu-hw-usb-smartcard-6.1.0-34.1.x86_64", "product_id": "qemu-hw-usb-smartcard-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-ipxe-1.0.0+-34.1.x86_64", "product": { "name": "qemu-ipxe-1.0.0+-34.1.x86_64", "product_id": "qemu-ipxe-1.0.0+-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-6.1.0-34.1.x86_64", "product": { "name": "qemu-ivshmem-tools-6.1.0-34.1.x86_64", "product_id": "qemu-ivshmem-tools-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-ksm-6.1.0-34.1.x86_64", "product": { "name": "qemu-ksm-6.1.0-34.1.x86_64", "product_id": "qemu-ksm-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-kvm-6.1.0-34.1.x86_64", "product": { "name": "qemu-kvm-6.1.0-34.1.x86_64", "product_id": "qemu-kvm-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-lang-6.1.0-34.1.x86_64", "product": { "name": "qemu-lang-6.1.0-34.1.x86_64", "product_id": "qemu-lang-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-microvm-6.1.0-34.1.x86_64", "product": { "name": "qemu-microvm-6.1.0-34.1.x86_64", "product_id": "qemu-microvm-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-ppc-6.1.0-34.1.x86_64", "product": { "name": "qemu-ppc-6.1.0-34.1.x86_64", "product_id": "qemu-ppc-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-s390x-6.1.0-34.1.x86_64", "product": { "name": "qemu-s390x-6.1.0-34.1.x86_64", "product_id": "qemu-s390x-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-seabios-1.14.0_0_g155821a-34.1.x86_64", "product": { "name": "qemu-seabios-1.14.0_0_g155821a-34.1.x86_64", "product_id": "qemu-seabios-1.14.0_0_g155821a-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-sgabios-8-34.1.x86_64", "product": { "name": "qemu-sgabios-8-34.1.x86_64", "product_id": "qemu-sgabios-8-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-skiboot-6.1.0-34.1.x86_64", "product": { "name": "qemu-skiboot-6.1.0-34.1.x86_64", "product_id": "qemu-skiboot-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-tools-6.1.0-34.1.x86_64", "product": { "name": "qemu-tools-6.1.0-34.1.x86_64", "product_id": "qemu-tools-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-ui-curses-6.1.0-34.1.x86_64", "product": { "name": "qemu-ui-curses-6.1.0-34.1.x86_64", "product_id": "qemu-ui-curses-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-ui-gtk-6.1.0-34.1.x86_64", "product": { "name": "qemu-ui-gtk-6.1.0-34.1.x86_64", "product_id": "qemu-ui-gtk-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-ui-opengl-6.1.0-34.1.x86_64", "product": { "name": "qemu-ui-opengl-6.1.0-34.1.x86_64", "product_id": "qemu-ui-opengl-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-ui-spice-app-6.1.0-34.1.x86_64", "product": { "name": "qemu-ui-spice-app-6.1.0-34.1.x86_64", "product_id": "qemu-ui-spice-app-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-ui-spice-core-6.1.0-34.1.x86_64", "product": { "name": "qemu-ui-spice-core-6.1.0-34.1.x86_64", "product_id": "qemu-ui-spice-core-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-vgabios-1.14.0_0_g155821a-34.1.x86_64", "product": { "name": "qemu-vgabios-1.14.0_0_g155821a-34.1.x86_64", "product_id": "qemu-vgabios-1.14.0_0_g155821a-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-6.1.0-34.1.x86_64", "product": { "name": "qemu-vhost-user-gpu-6.1.0-34.1.x86_64", "product_id": "qemu-vhost-user-gpu-6.1.0-34.1.x86_64" } }, { "category": "product_version", "name": "qemu-x86-6.1.0-34.1.x86_64", "product": { "name": "qemu-x86-6.1.0-34.1.x86_64", "product_id": "qemu-x86-6.1.0-34.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "qemu-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-6.1.0-34.1.aarch64" }, "product_reference": "qemu-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-6.1.0-34.1.s390x" }, "product_reference": "qemu-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-6.1.0-34.1.x86_64" }, "product_reference": "qemu-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-accel-qtest-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.aarch64" }, "product_reference": "qemu-accel-qtest-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-accel-qtest-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-accel-qtest-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-accel-qtest-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.s390x" }, "product_reference": "qemu-accel-qtest-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-accel-qtest-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.x86_64" }, "product_reference": "qemu-accel-qtest-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-accel-tcg-x86-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.aarch64" }, "product_reference": "qemu-accel-tcg-x86-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-accel-tcg-x86-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-accel-tcg-x86-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-accel-tcg-x86-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.s390x" }, "product_reference": "qemu-accel-tcg-x86-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-accel-tcg-x86-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.x86_64" }, "product_reference": "qemu-accel-tcg-x86-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.aarch64" }, "product_reference": "qemu-arm-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-arm-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.s390x" }, "product_reference": "qemu-arm-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.x86_64" }, "product_reference": "qemu-arm-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.aarch64" }, "product_reference": "qemu-audio-alsa-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-audio-alsa-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.s390x" }, "product_reference": "qemu-audio-alsa-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.x86_64" }, "product_reference": "qemu-audio-alsa-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-jack-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.aarch64" }, "product_reference": "qemu-audio-jack-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-jack-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-audio-jack-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-jack-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.s390x" }, "product_reference": "qemu-audio-jack-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-jack-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.x86_64" }, "product_reference": "qemu-audio-jack-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.aarch64" }, "product_reference": "qemu-audio-pa-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-audio-pa-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.s390x" }, "product_reference": "qemu-audio-pa-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.x86_64" }, "product_reference": "qemu-audio-pa-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-spice-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.aarch64" }, "product_reference": "qemu-audio-spice-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-spice-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-audio-spice-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-spice-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.s390x" }, "product_reference": "qemu-audio-spice-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-spice-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.x86_64" }, "product_reference": "qemu-audio-spice-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.aarch64" }, "product_reference": "qemu-block-curl-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-block-curl-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.s390x" }, "product_reference": "qemu-block-curl-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.x86_64" }, "product_reference": "qemu-block-curl-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-dmg-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.aarch64" }, "product_reference": "qemu-block-dmg-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-dmg-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-block-dmg-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-dmg-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.s390x" }, "product_reference": "qemu-block-dmg-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-dmg-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.x86_64" }, "product_reference": "qemu-block-dmg-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-gluster-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.aarch64" }, "product_reference": "qemu-block-gluster-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-gluster-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-block-gluster-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-gluster-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.s390x" }, "product_reference": "qemu-block-gluster-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-gluster-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.x86_64" }, "product_reference": "qemu-block-gluster-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.aarch64" }, "product_reference": "qemu-block-iscsi-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-block-iscsi-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.s390x" }, "product_reference": "qemu-block-iscsi-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.x86_64" }, "product_reference": "qemu-block-iscsi-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-nfs-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.aarch64" }, "product_reference": "qemu-block-nfs-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-nfs-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-block-nfs-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-nfs-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.s390x" }, "product_reference": "qemu-block-nfs-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-nfs-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.x86_64" }, "product_reference": "qemu-block-nfs-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.aarch64" }, "product_reference": "qemu-block-rbd-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-block-rbd-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.s390x" }, "product_reference": "qemu-block-rbd-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.x86_64" }, "product_reference": "qemu-block-rbd-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.aarch64" }, "product_reference": "qemu-block-ssh-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-block-ssh-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.s390x" }, "product_reference": "qemu-block-ssh-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.x86_64" }, "product_reference": "qemu-block-ssh-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-baum-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.aarch64" }, "product_reference": "qemu-chardev-baum-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-baum-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-chardev-baum-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-baum-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.s390x" }, "product_reference": "qemu-chardev-baum-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-baum-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.x86_64" }, "product_reference": "qemu-chardev-baum-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-spice-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.aarch64" }, "product_reference": "qemu-chardev-spice-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-spice-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-chardev-spice-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-spice-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.s390x" }, "product_reference": "qemu-chardev-spice-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-spice-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.x86_64" }, "product_reference": "qemu-chardev-spice-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-extra-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.aarch64" }, "product_reference": "qemu-extra-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-extra-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-extra-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-extra-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.s390x" }, "product_reference": "qemu-extra-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-extra-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.x86_64" }, "product_reference": "qemu-extra-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.aarch64" }, "product_reference": "qemu-guest-agent-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-guest-agent-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.s390x" }, "product_reference": "qemu-guest-agent-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.x86_64" }, "product_reference": "qemu-guest-agent-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-qxl-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.aarch64" }, "product_reference": "qemu-hw-display-qxl-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-qxl-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-hw-display-qxl-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-qxl-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.s390x" }, "product_reference": "qemu-hw-display-qxl-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-qxl-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.x86_64" }, "product_reference": "qemu-hw-display-qxl-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.aarch64" }, "product_reference": "qemu-hw-display-virtio-gpu-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-hw-display-virtio-gpu-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.s390x" }, "product_reference": "qemu-hw-display-virtio-gpu-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.x86_64" }, "product_reference": "qemu-hw-display-virtio-gpu-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.aarch64" }, "product_reference": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.s390x" }, "product_reference": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.x86_64" }, "product_reference": "qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-vga-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.aarch64" }, "product_reference": "qemu-hw-display-virtio-vga-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-vga-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-hw-display-virtio-vga-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-vga-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.s390x" }, "product_reference": "qemu-hw-display-virtio-vga-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-vga-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.x86_64" }, "product_reference": "qemu-hw-display-virtio-vga-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.aarch64" }, "product_reference": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.s390x" }, "product_reference": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.x86_64" }, "product_reference": "qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-host-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.aarch64" }, "product_reference": "qemu-hw-usb-host-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-host-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-hw-usb-host-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-host-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.s390x" }, "product_reference": "qemu-hw-usb-host-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-host-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.x86_64" }, "product_reference": "qemu-hw-usb-host-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-redirect-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.aarch64" }, "product_reference": "qemu-hw-usb-redirect-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-redirect-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-hw-usb-redirect-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-redirect-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.s390x" }, "product_reference": "qemu-hw-usb-redirect-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-redirect-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.x86_64" }, "product_reference": "qemu-hw-usb-redirect-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-smartcard-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.aarch64" }, "product_reference": "qemu-hw-usb-smartcard-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-smartcard-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-hw-usb-smartcard-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-smartcard-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.s390x" }, "product_reference": "qemu-hw-usb-smartcard-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-smartcard-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.x86_64" }, "product_reference": "qemu-hw-usb-smartcard-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.aarch64" }, "product_reference": "qemu-ipxe-1.0.0+-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.ppc64le" }, "product_reference": "qemu-ipxe-1.0.0+-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.s390x" }, "product_reference": "qemu-ipxe-1.0.0+-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.x86_64" }, "product_reference": "qemu-ipxe-1.0.0+-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ivshmem-tools-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.aarch64" }, "product_reference": "qemu-ivshmem-tools-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ivshmem-tools-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-ivshmem-tools-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ivshmem-tools-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.s390x" }, "product_reference": "qemu-ivshmem-tools-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ivshmem-tools-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.x86_64" }, "product_reference": "qemu-ivshmem-tools-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.aarch64" }, "product_reference": "qemu-ksm-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-ksm-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.s390x" }, "product_reference": "qemu-ksm-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.x86_64" }, "product_reference": "qemu-ksm-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.aarch64" }, "product_reference": "qemu-kvm-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-kvm-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.s390x" }, "product_reference": "qemu-kvm-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.x86_64" }, "product_reference": "qemu-kvm-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.aarch64" }, "product_reference": "qemu-lang-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-lang-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.s390x" }, "product_reference": "qemu-lang-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.x86_64" }, "product_reference": "qemu-lang-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-microvm-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.aarch64" }, "product_reference": "qemu-microvm-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-microvm-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-microvm-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-microvm-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.s390x" }, "product_reference": "qemu-microvm-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-microvm-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.x86_64" }, "product_reference": "qemu-microvm-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.aarch64" }, "product_reference": "qemu-ppc-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-ppc-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.s390x" }, "product_reference": "qemu-ppc-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.x86_64" }, "product_reference": "qemu-ppc-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390x-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.aarch64" }, "product_reference": "qemu-s390x-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390x-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-s390x-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390x-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.s390x" }, "product_reference": "qemu-s390x-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390x-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.x86_64" }, "product_reference": "qemu-s390x-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.14.0_0_g155821a-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.aarch64" }, "product_reference": "qemu-seabios-1.14.0_0_g155821a-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.14.0_0_g155821a-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.ppc64le" }, "product_reference": "qemu-seabios-1.14.0_0_g155821a-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.14.0_0_g155821a-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.s390x" }, "product_reference": "qemu-seabios-1.14.0_0_g155821a-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.14.0_0_g155821a-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.x86_64" }, "product_reference": "qemu-seabios-1.14.0_0_g155821a-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-sgabios-8-34.1.aarch64" }, "product_reference": "qemu-sgabios-8-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-sgabios-8-34.1.ppc64le" }, "product_reference": "qemu-sgabios-8-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-sgabios-8-34.1.s390x" }, "product_reference": "qemu-sgabios-8-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-sgabios-8-34.1.x86_64" }, "product_reference": "qemu-sgabios-8-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-skiboot-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.aarch64" }, "product_reference": "qemu-skiboot-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-skiboot-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-skiboot-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-skiboot-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.s390x" }, "product_reference": "qemu-skiboot-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-skiboot-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.x86_64" }, "product_reference": "qemu-skiboot-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.aarch64" }, "product_reference": "qemu-tools-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-tools-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.s390x" }, "product_reference": "qemu-tools-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.x86_64" }, "product_reference": "qemu-tools-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.aarch64" }, "product_reference": "qemu-ui-curses-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-ui-curses-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.s390x" }, "product_reference": "qemu-ui-curses-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.x86_64" }, "product_reference": "qemu-ui-curses-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.aarch64" }, "product_reference": "qemu-ui-gtk-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-ui-gtk-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.s390x" }, "product_reference": "qemu-ui-gtk-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.x86_64" }, "product_reference": "qemu-ui-gtk-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-opengl-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.aarch64" }, "product_reference": "qemu-ui-opengl-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-opengl-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-ui-opengl-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-opengl-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.s390x" }, "product_reference": "qemu-ui-opengl-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-opengl-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.x86_64" }, "product_reference": "qemu-ui-opengl-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.aarch64" }, "product_reference": "qemu-ui-spice-app-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-ui-spice-app-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.s390x" }, "product_reference": "qemu-ui-spice-app-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.x86_64" }, "product_reference": "qemu-ui-spice-app-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-core-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.aarch64" }, "product_reference": "qemu-ui-spice-core-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-core-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-ui-spice-core-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-core-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.s390x" }, "product_reference": "qemu-ui-spice-core-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-core-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.x86_64" }, "product_reference": "qemu-ui-spice-core-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.14.0_0_g155821a-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.aarch64" }, "product_reference": "qemu-vgabios-1.14.0_0_g155821a-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.14.0_0_g155821a-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.ppc64le" }, "product_reference": "qemu-vgabios-1.14.0_0_g155821a-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.14.0_0_g155821a-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.s390x" }, "product_reference": "qemu-vgabios-1.14.0_0_g155821a-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.14.0_0_g155821a-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.x86_64" }, "product_reference": "qemu-vgabios-1.14.0_0_g155821a-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vhost-user-gpu-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.aarch64" }, "product_reference": "qemu-vhost-user-gpu-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vhost-user-gpu-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-vhost-user-gpu-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vhost-user-gpu-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.s390x" }, "product_reference": "qemu-vhost-user-gpu-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vhost-user-gpu-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.x86_64" }, "product_reference": "qemu-vhost-user-gpu-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-6.1.0-34.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.aarch64" }, "product_reference": "qemu-x86-6.1.0-34.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-6.1.0-34.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.ppc64le" }, "product_reference": "qemu-x86-6.1.0-34.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-6.1.0-34.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.s390x" }, "product_reference": "qemu-x86-6.1.0-34.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-6.1.0-34.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.x86_64" }, "product_reference": "qemu-x86-6.1.0-34.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-3713", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3713" } ], "notes": [ { "category": "general", "text": "An out-of-bounds write flaw was found in the UAS (USB Attached SCSI) device emulation of QEMU in versions prior to 6.2.0-rc0. The device uses the guest supplied stream number unchecked, which can lead to out-of-bounds access to the UASDevice-\u003edata3 and UASDevice-\u003estatus3 fields. A malicious guest user could use this flaw to crash QEMU or potentially achieve code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:qemu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.aarch64", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.s390x", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.x86_64", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.aarch64", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.ppc64le", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.s390x", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.x86_64", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.aarch64", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.ppc64le", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.s390x", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.x86_64", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.aarch64", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.ppc64le", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.s390x", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.x86_64", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3713", "url": "https://www.suse.com/security/cve/CVE-2021-3713" }, { "category": "external", "summary": "SUSE Bug 1189702 for CVE-2021-3713", "url": "https://bugzilla.suse.com/1189702" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:qemu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.aarch64", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.s390x", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.x86_64", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.aarch64", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.ppc64le", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.s390x", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.x86_64", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.aarch64", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.ppc64le", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.s390x", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.x86_64", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.aarch64", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.ppc64le", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.s390x", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.x86_64", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:qemu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.aarch64", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.s390x", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.x86_64", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.aarch64", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.ppc64le", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.s390x", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.x86_64", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.aarch64", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.ppc64le", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.s390x", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.x86_64", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.aarch64", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.ppc64le", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.s390x", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.x86_64", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2021-3713" }, { "cve": "CVE-2021-3748", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3748" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:qemu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.aarch64", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.s390x", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.x86_64", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.aarch64", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.ppc64le", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.s390x", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.x86_64", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.aarch64", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.ppc64le", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.s390x", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.x86_64", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.aarch64", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.ppc64le", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.s390x", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.x86_64", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3748", "url": "https://www.suse.com/security/cve/CVE-2021-3748" }, { "category": "external", "summary": "SUSE Bug 1189938 for CVE-2021-3748", "url": "https://bugzilla.suse.com/1189938" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:qemu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.aarch64", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.s390x", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.x86_64", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.aarch64", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.ppc64le", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.s390x", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.x86_64", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.aarch64", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.ppc64le", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.s390x", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.x86_64", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.aarch64", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.ppc64le", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.s390x", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.x86_64", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:qemu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-accel-qtest-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-accel-tcg-x86-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-arm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-alsa-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-jack-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-pa-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-audio-spice-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-curl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-dmg-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-gluster-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-iscsi-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-nfs-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-rbd-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-block-ssh-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-chardev-baum-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-chardev-spice-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-extra-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-guest-agent-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-qxl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-gpu-pci-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-display-virtio-vga-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-s390x-virtio-gpu-ccw-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-host-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-redirect-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-hw-usb-smartcard-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.aarch64", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.s390x", "openSUSE Tumbleweed:qemu-ipxe-1.0.0+-34.1.x86_64", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ivshmem-tools-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ksm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-kvm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-lang-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-microvm-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ppc-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-s390x-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.aarch64", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.ppc64le", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.s390x", "openSUSE Tumbleweed:qemu-seabios-1.14.0_0_g155821a-34.1.x86_64", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.aarch64", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.ppc64le", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.s390x", "openSUSE Tumbleweed:qemu-sgabios-8-34.1.x86_64", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-skiboot-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-tools-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-curses-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-gtk-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-opengl-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-spice-app-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-ui-spice-core-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.aarch64", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.ppc64le", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.s390x", "openSUSE Tumbleweed:qemu-vgabios-1.14.0_0_g155821a-34.1.x86_64", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-vhost-user-gpu-6.1.0-34.1.x86_64", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.aarch64", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.ppc64le", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.s390x", "openSUSE Tumbleweed:qemu-x86-6.1.0-34.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-3748" } ] }
opensuse-su-2021:3605-1
Vulnerability from csaf_opensuse
Published
2021-11-03 13:59
Modified
2021-11-03 13:59
Summary
Security update for qemu
Notes
Title of the patch
Security update for qemu
Description of the patch
This update for qemu fixes the following issues:
Security issues fixed:
- CVE-2021-3713: Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702)
- CVE-2021-3748: Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938)
Non-security issues fixed:
- Add transfer length item in block limits page of scsi vpd (bsc#1190425)
- Fix qemu crash while deleting xen-block (bsc#1189234)
Patchnames
openSUSE-SLE-15.3-2021-3605
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for qemu", "title": "Title of the patch" }, { "category": "description", "text": "This update for qemu fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2021-3713: Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702)\n- CVE-2021-3748: Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938)\n\nNon-security issues fixed:\n\n- Add transfer length item in block limits page of scsi vpd (bsc#1190425)\n- Fix qemu crash while deleting xen-block (bsc#1189234)\n", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-SLE-15.3-2021-3605", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_3605-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:3605-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/POCCYWA7A3O442ZTZU3JW7O7VFGCLOEA/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:3605-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/POCCYWA7A3O442ZTZU3JW7O7VFGCLOEA/" }, { "category": "self", "summary": "SUSE Bug 1189234", "url": "https://bugzilla.suse.com/1189234" }, { "category": "self", "summary": "SUSE Bug 1189702", "url": "https://bugzilla.suse.com/1189702" }, { "category": "self", "summary": "SUSE Bug 1189938", "url": "https://bugzilla.suse.com/1189938" }, { "category": "self", "summary": "SUSE Bug 1190425", "url": "https://bugzilla.suse.com/1190425" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3713 page", "url": "https://www.suse.com/security/cve/CVE-2021-3713/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3748 page", "url": "https://www.suse.com/security/cve/CVE-2021-3748/" } ], "title": "Security update for qemu", "tracking": { "current_release_date": "2021-11-03T13:59:46Z", "generator": { "date": "2021-11-03T13:59:46Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:3605-1", "initial_release_date": "2021-11-03T13:59:46Z", "revision_history": [ { "date": "2021-11-03T13:59:46Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "qemu-5.2.0-106.4.aarch64", "product": { "name": "qemu-5.2.0-106.4.aarch64", "product_id": "qemu-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-arm-5.2.0-106.4.aarch64", "product": { "name": "qemu-arm-5.2.0-106.4.aarch64", "product_id": "qemu-arm-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-audio-alsa-5.2.0-106.4.aarch64", "product": { "name": "qemu-audio-alsa-5.2.0-106.4.aarch64", "product_id": "qemu-audio-alsa-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-audio-pa-5.2.0-106.4.aarch64", "product": { "name": "qemu-audio-pa-5.2.0-106.4.aarch64", "product_id": "qemu-audio-pa-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-audio-spice-5.2.0-106.4.aarch64", "product": { "name": "qemu-audio-spice-5.2.0-106.4.aarch64", "product_id": "qemu-audio-spice-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-curl-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-curl-5.2.0-106.4.aarch64", "product_id": "qemu-block-curl-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-dmg-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-dmg-5.2.0-106.4.aarch64", "product_id": "qemu-block-dmg-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-gluster-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-gluster-5.2.0-106.4.aarch64", "product_id": "qemu-block-gluster-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-iscsi-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-iscsi-5.2.0-106.4.aarch64", "product_id": "qemu-block-iscsi-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-nfs-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-nfs-5.2.0-106.4.aarch64", "product_id": "qemu-block-nfs-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-rbd-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-rbd-5.2.0-106.4.aarch64", "product_id": "qemu-block-rbd-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-block-ssh-5.2.0-106.4.aarch64", "product": { "name": "qemu-block-ssh-5.2.0-106.4.aarch64", "product_id": "qemu-block-ssh-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-chardev-baum-5.2.0-106.4.aarch64", "product": { "name": "qemu-chardev-baum-5.2.0-106.4.aarch64", "product_id": "qemu-chardev-baum-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-chardev-spice-5.2.0-106.4.aarch64", "product": { "name": "qemu-chardev-spice-5.2.0-106.4.aarch64", "product_id": "qemu-chardev-spice-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-extra-5.2.0-106.4.aarch64", "product": { "name": "qemu-extra-5.2.0-106.4.aarch64", "product_id": "qemu-extra-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-guest-agent-5.2.0-106.4.aarch64", "product": { "name": "qemu-guest-agent-5.2.0-106.4.aarch64", "product_id": "qemu-guest-agent-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-display-qxl-5.2.0-106.4.aarch64", "product_id": "qemu-hw-display-qxl-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64", "product_id": "qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64", "product_id": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "product_id": "qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "product_id": "qemu-hw-usb-redirect-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-5.2.0-106.4.aarch64", "product": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.aarch64", "product_id": "qemu-hw-usb-smartcard-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-5.2.0-106.4.aarch64", "product": { "name": "qemu-ivshmem-tools-5.2.0-106.4.aarch64", "product_id": "qemu-ivshmem-tools-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ksm-5.2.0-106.4.aarch64", "product": { "name": "qemu-ksm-5.2.0-106.4.aarch64", "product_id": "qemu-ksm-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-lang-5.2.0-106.4.aarch64", "product": { "name": "qemu-lang-5.2.0-106.4.aarch64", "product_id": "qemu-lang-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-linux-user-5.2.0-106.3.aarch64", "product": { "name": "qemu-linux-user-5.2.0-106.3.aarch64", "product_id": "qemu-linux-user-5.2.0-106.3.aarch64" } }, { "category": "product_version", "name": "qemu-ppc-5.2.0-106.4.aarch64", "product": { "name": "qemu-ppc-5.2.0-106.4.aarch64", "product_id": "qemu-ppc-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-s390x-5.2.0-106.4.aarch64", "product": { "name": "qemu-s390x-5.2.0-106.4.aarch64", "product_id": "qemu-s390x-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-testsuite-5.2.0-106.3.aarch64", "product": { "name": "qemu-testsuite-5.2.0-106.3.aarch64", "product_id": "qemu-testsuite-5.2.0-106.3.aarch64" } }, { "category": "product_version", "name": "qemu-tools-5.2.0-106.4.aarch64", "product": { "name": "qemu-tools-5.2.0-106.4.aarch64", "product_id": "qemu-tools-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ui-curses-5.2.0-106.4.aarch64", "product": { "name": "qemu-ui-curses-5.2.0-106.4.aarch64", "product_id": "qemu-ui-curses-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ui-gtk-5.2.0-106.4.aarch64", "product": { "name": "qemu-ui-gtk-5.2.0-106.4.aarch64", "product_id": "qemu-ui-gtk-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ui-opengl-5.2.0-106.4.aarch64", "product": { "name": "qemu-ui-opengl-5.2.0-106.4.aarch64", "product_id": "qemu-ui-opengl-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ui-spice-app-5.2.0-106.4.aarch64", "product": { "name": "qemu-ui-spice-app-5.2.0-106.4.aarch64", "product_id": "qemu-ui-spice-app-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-ui-spice-core-5.2.0-106.4.aarch64", "product": { "name": "qemu-ui-spice-core-5.2.0-106.4.aarch64", "product_id": "qemu-ui-spice-core-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-5.2.0-106.4.aarch64", "product": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.aarch64", "product_id": "qemu-vhost-user-gpu-5.2.0-106.4.aarch64" } }, { "category": "product_version", "name": "qemu-x86-5.2.0-106.4.aarch64", "product": { "name": "qemu-x86-5.2.0-106.4.aarch64", "product_id": "qemu-x86-5.2.0-106.4.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "qemu-ipxe-1.0.0+-106.4.noarch", "product": { "name": "qemu-ipxe-1.0.0+-106.4.noarch", "product_id": "qemu-ipxe-1.0.0+-106.4.noarch" } }, { "category": "product_version", "name": "qemu-microvm-5.2.0-106.4.noarch", "product": { "name": "qemu-microvm-5.2.0-106.4.noarch", "product_id": "qemu-microvm-5.2.0-106.4.noarch" } }, { "category": "product_version", "name": "qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "product": { "name": "qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "product_id": "qemu-seabios-1.14.0_0_g155821a-106.4.noarch" } }, { "category": "product_version", "name": "qemu-sgabios-8-106.4.noarch", "product": { "name": "qemu-sgabios-8-106.4.noarch", "product_id": "qemu-sgabios-8-106.4.noarch" } }, { "category": "product_version", "name": "qemu-skiboot-5.2.0-106.4.noarch", "product": { "name": "qemu-skiboot-5.2.0-106.4.noarch", "product_id": "qemu-skiboot-5.2.0-106.4.noarch" } }, { "category": "product_version", "name": "qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "product": { "name": "qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "product_id": "qemu-vgabios-1.14.0_0_g155821a-106.4.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "qemu-5.2.0-106.4.ppc64le", "product": { "name": "qemu-5.2.0-106.4.ppc64le", "product_id": "qemu-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-arm-5.2.0-106.4.ppc64le", "product": { "name": "qemu-arm-5.2.0-106.4.ppc64le", "product_id": "qemu-arm-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-alsa-5.2.0-106.4.ppc64le", "product": { "name": "qemu-audio-alsa-5.2.0-106.4.ppc64le", "product_id": "qemu-audio-alsa-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-pa-5.2.0-106.4.ppc64le", "product": { "name": "qemu-audio-pa-5.2.0-106.4.ppc64le", "product_id": "qemu-audio-pa-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-audio-spice-5.2.0-106.4.ppc64le", "product": { "name": "qemu-audio-spice-5.2.0-106.4.ppc64le", "product_id": "qemu-audio-spice-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-curl-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-curl-5.2.0-106.4.ppc64le", "product_id": "qemu-block-curl-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-dmg-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-dmg-5.2.0-106.4.ppc64le", "product_id": "qemu-block-dmg-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-gluster-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-gluster-5.2.0-106.4.ppc64le", "product_id": "qemu-block-gluster-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-iscsi-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-iscsi-5.2.0-106.4.ppc64le", "product_id": "qemu-block-iscsi-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-nfs-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-nfs-5.2.0-106.4.ppc64le", "product_id": "qemu-block-nfs-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-rbd-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-rbd-5.2.0-106.4.ppc64le", "product_id": "qemu-block-rbd-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-block-ssh-5.2.0-106.4.ppc64le", "product": { "name": "qemu-block-ssh-5.2.0-106.4.ppc64le", "product_id": "qemu-block-ssh-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-chardev-baum-5.2.0-106.4.ppc64le", "product": { "name": "qemu-chardev-baum-5.2.0-106.4.ppc64le", "product_id": "qemu-chardev-baum-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-chardev-spice-5.2.0-106.4.ppc64le", "product": { "name": "qemu-chardev-spice-5.2.0-106.4.ppc64le", "product_id": "qemu-chardev-spice-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-extra-5.2.0-106.4.ppc64le", "product": { "name": "qemu-extra-5.2.0-106.4.ppc64le", "product_id": "qemu-extra-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-guest-agent-5.2.0-106.4.ppc64le", "product": { "name": "qemu-guest-agent-5.2.0-106.4.ppc64le", "product_id": "qemu-guest-agent-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-display-qxl-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-usb-redirect-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le", "product": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le", "product_id": "qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ivshmem-tools-5.2.0-106.4.ppc64le", "product_id": "qemu-ivshmem-tools-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ksm-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ksm-5.2.0-106.4.ppc64le", "product_id": "qemu-ksm-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-lang-5.2.0-106.4.ppc64le", "product": { "name": "qemu-lang-5.2.0-106.4.ppc64le", "product_id": "qemu-lang-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-linux-user-5.2.0-106.3.ppc64le", "product": { "name": "qemu-linux-user-5.2.0-106.3.ppc64le", "product_id": "qemu-linux-user-5.2.0-106.3.ppc64le" } }, { "category": "product_version", "name": "qemu-ppc-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ppc-5.2.0-106.4.ppc64le", "product_id": "qemu-ppc-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-s390x-5.2.0-106.4.ppc64le", "product": { "name": "qemu-s390x-5.2.0-106.4.ppc64le", "product_id": "qemu-s390x-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-testsuite-5.2.0-106.3.ppc64le", "product": { "name": "qemu-testsuite-5.2.0-106.3.ppc64le", "product_id": "qemu-testsuite-5.2.0-106.3.ppc64le" } }, { "category": "product_version", "name": "qemu-tools-5.2.0-106.4.ppc64le", "product": { "name": "qemu-tools-5.2.0-106.4.ppc64le", "product_id": "qemu-tools-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-curses-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ui-curses-5.2.0-106.4.ppc64le", "product_id": "qemu-ui-curses-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-gtk-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ui-gtk-5.2.0-106.4.ppc64le", "product_id": "qemu-ui-gtk-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-opengl-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ui-opengl-5.2.0-106.4.ppc64le", "product_id": "qemu-ui-opengl-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-spice-app-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ui-spice-app-5.2.0-106.4.ppc64le", "product_id": "qemu-ui-spice-app-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-ui-spice-core-5.2.0-106.4.ppc64le", "product": { "name": "qemu-ui-spice-core-5.2.0-106.4.ppc64le", "product_id": "qemu-ui-spice-core-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-5.2.0-106.4.ppc64le", "product": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.ppc64le", "product_id": "qemu-vhost-user-gpu-5.2.0-106.4.ppc64le" } }, { "category": "product_version", "name": "qemu-x86-5.2.0-106.4.ppc64le", "product": { "name": "qemu-x86-5.2.0-106.4.ppc64le", "product_id": "qemu-x86-5.2.0-106.4.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "qemu-5.2.0-106.4.s390x", "product": { "name": "qemu-5.2.0-106.4.s390x", "product_id": "qemu-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-arm-5.2.0-106.4.s390x", "product": { "name": "qemu-arm-5.2.0-106.4.s390x", "product_id": "qemu-arm-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-audio-alsa-5.2.0-106.4.s390x", "product": { "name": "qemu-audio-alsa-5.2.0-106.4.s390x", "product_id": "qemu-audio-alsa-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-audio-pa-5.2.0-106.4.s390x", "product": { "name": "qemu-audio-pa-5.2.0-106.4.s390x", "product_id": "qemu-audio-pa-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-audio-spice-5.2.0-106.4.s390x", "product": { "name": "qemu-audio-spice-5.2.0-106.4.s390x", "product_id": "qemu-audio-spice-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-curl-5.2.0-106.4.s390x", "product": { "name": "qemu-block-curl-5.2.0-106.4.s390x", "product_id": "qemu-block-curl-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-dmg-5.2.0-106.4.s390x", "product": { "name": "qemu-block-dmg-5.2.0-106.4.s390x", "product_id": "qemu-block-dmg-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-gluster-5.2.0-106.4.s390x", "product": { "name": "qemu-block-gluster-5.2.0-106.4.s390x", "product_id": "qemu-block-gluster-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-iscsi-5.2.0-106.4.s390x", "product": { "name": "qemu-block-iscsi-5.2.0-106.4.s390x", "product_id": "qemu-block-iscsi-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-nfs-5.2.0-106.4.s390x", "product": { "name": "qemu-block-nfs-5.2.0-106.4.s390x", "product_id": "qemu-block-nfs-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-rbd-5.2.0-106.4.s390x", "product": { "name": "qemu-block-rbd-5.2.0-106.4.s390x", "product_id": "qemu-block-rbd-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-block-ssh-5.2.0-106.4.s390x", "product": { "name": "qemu-block-ssh-5.2.0-106.4.s390x", "product_id": "qemu-block-ssh-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-chardev-baum-5.2.0-106.4.s390x", "product": { "name": "qemu-chardev-baum-5.2.0-106.4.s390x", "product_id": "qemu-chardev-baum-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-chardev-spice-5.2.0-106.4.s390x", "product": { "name": "qemu-chardev-spice-5.2.0-106.4.s390x", "product_id": "qemu-chardev-spice-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-extra-5.2.0-106.4.s390x", "product": { "name": "qemu-extra-5.2.0-106.4.s390x", "product_id": "qemu-extra-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-guest-agent-5.2.0-106.4.s390x", "product": { "name": "qemu-guest-agent-5.2.0-106.4.s390x", "product_id": "qemu-guest-agent-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-display-qxl-5.2.0-106.4.s390x", "product_id": "qemu-hw-display-qxl-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "product_id": "qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "product_id": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.s390x", "product_id": "qemu-hw-display-virtio-vga-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.s390x", "product_id": "qemu-hw-usb-redirect-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-5.2.0-106.4.s390x", "product": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.s390x", "product_id": "qemu-hw-usb-smartcard-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-5.2.0-106.4.s390x", "product": { "name": "qemu-ivshmem-tools-5.2.0-106.4.s390x", "product_id": "qemu-ivshmem-tools-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ksm-5.2.0-106.4.s390x", "product": { "name": "qemu-ksm-5.2.0-106.4.s390x", "product_id": "qemu-ksm-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-kvm-5.2.0-106.4.s390x", "product": { "name": "qemu-kvm-5.2.0-106.4.s390x", "product_id": "qemu-kvm-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-lang-5.2.0-106.4.s390x", "product": { "name": "qemu-lang-5.2.0-106.4.s390x", "product_id": "qemu-lang-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-linux-user-5.2.0-106.3.s390x", "product": { "name": "qemu-linux-user-5.2.0-106.3.s390x", "product_id": "qemu-linux-user-5.2.0-106.3.s390x" } }, { "category": "product_version", "name": "qemu-ppc-5.2.0-106.4.s390x", "product": { "name": "qemu-ppc-5.2.0-106.4.s390x", "product_id": "qemu-ppc-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-s390x-5.2.0-106.4.s390x", "product": { "name": "qemu-s390x-5.2.0-106.4.s390x", "product_id": "qemu-s390x-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-testsuite-5.2.0-106.3.s390x", "product": { "name": "qemu-testsuite-5.2.0-106.3.s390x", "product_id": "qemu-testsuite-5.2.0-106.3.s390x" } }, { "category": "product_version", "name": "qemu-tools-5.2.0-106.4.s390x", "product": { "name": "qemu-tools-5.2.0-106.4.s390x", "product_id": "qemu-tools-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ui-curses-5.2.0-106.4.s390x", "product": { "name": "qemu-ui-curses-5.2.0-106.4.s390x", "product_id": "qemu-ui-curses-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ui-gtk-5.2.0-106.4.s390x", "product": { "name": "qemu-ui-gtk-5.2.0-106.4.s390x", "product_id": "qemu-ui-gtk-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ui-opengl-5.2.0-106.4.s390x", "product": { "name": "qemu-ui-opengl-5.2.0-106.4.s390x", "product_id": "qemu-ui-opengl-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ui-spice-app-5.2.0-106.4.s390x", "product": { "name": "qemu-ui-spice-app-5.2.0-106.4.s390x", "product_id": "qemu-ui-spice-app-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-ui-spice-core-5.2.0-106.4.s390x", "product": { "name": "qemu-ui-spice-core-5.2.0-106.4.s390x", "product_id": "qemu-ui-spice-core-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-5.2.0-106.4.s390x", "product": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.s390x", "product_id": "qemu-vhost-user-gpu-5.2.0-106.4.s390x" } }, { "category": "product_version", "name": "qemu-x86-5.2.0-106.4.s390x", "product": { "name": "qemu-x86-5.2.0-106.4.s390x", "product_id": "qemu-x86-5.2.0-106.4.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "qemu-5.2.0-106.4.x86_64", "product": { "name": "qemu-5.2.0-106.4.x86_64", "product_id": "qemu-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-arm-5.2.0-106.4.x86_64", "product": { "name": "qemu-arm-5.2.0-106.4.x86_64", "product_id": "qemu-arm-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-audio-alsa-5.2.0-106.4.x86_64", "product": { "name": "qemu-audio-alsa-5.2.0-106.4.x86_64", "product_id": "qemu-audio-alsa-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-audio-pa-5.2.0-106.4.x86_64", "product": { "name": "qemu-audio-pa-5.2.0-106.4.x86_64", "product_id": "qemu-audio-pa-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-audio-spice-5.2.0-106.4.x86_64", "product": { "name": "qemu-audio-spice-5.2.0-106.4.x86_64", "product_id": "qemu-audio-spice-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-curl-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-curl-5.2.0-106.4.x86_64", "product_id": "qemu-block-curl-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-dmg-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-dmg-5.2.0-106.4.x86_64", "product_id": "qemu-block-dmg-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-gluster-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-gluster-5.2.0-106.4.x86_64", "product_id": "qemu-block-gluster-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-iscsi-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-iscsi-5.2.0-106.4.x86_64", "product_id": "qemu-block-iscsi-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-nfs-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-nfs-5.2.0-106.4.x86_64", "product_id": "qemu-block-nfs-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-rbd-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-rbd-5.2.0-106.4.x86_64", "product_id": "qemu-block-rbd-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-block-ssh-5.2.0-106.4.x86_64", "product": { "name": "qemu-block-ssh-5.2.0-106.4.x86_64", "product_id": "qemu-block-ssh-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-chardev-baum-5.2.0-106.4.x86_64", "product": { "name": "qemu-chardev-baum-5.2.0-106.4.x86_64", "product_id": "qemu-chardev-baum-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-chardev-spice-5.2.0-106.4.x86_64", "product": { "name": "qemu-chardev-spice-5.2.0-106.4.x86_64", "product_id": "qemu-chardev-spice-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-extra-5.2.0-106.4.x86_64", "product": { "name": "qemu-extra-5.2.0-106.4.x86_64", "product_id": "qemu-extra-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-guest-agent-5.2.0-106.4.x86_64", "product": { "name": "qemu-guest-agent-5.2.0-106.4.x86_64", "product_id": "qemu-guest-agent-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-display-qxl-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-display-qxl-5.2.0-106.4.x86_64", "product_id": "qemu-hw-display-qxl-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "product_id": "qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "product_id": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "product_id": "qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64", "product_id": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "product_id": "qemu-hw-usb-redirect-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-hw-usb-smartcard-5.2.0-106.4.x86_64", "product": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.x86_64", "product_id": "qemu-hw-usb-smartcard-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ivshmem-tools-5.2.0-106.4.x86_64", "product": { "name": "qemu-ivshmem-tools-5.2.0-106.4.x86_64", "product_id": "qemu-ivshmem-tools-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ksm-5.2.0-106.4.x86_64", "product": { "name": "qemu-ksm-5.2.0-106.4.x86_64", "product_id": "qemu-ksm-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-kvm-5.2.0-106.4.x86_64", "product": { "name": "qemu-kvm-5.2.0-106.4.x86_64", "product_id": "qemu-kvm-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-lang-5.2.0-106.4.x86_64", "product": { "name": "qemu-lang-5.2.0-106.4.x86_64", "product_id": "qemu-lang-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-linux-user-5.2.0-106.3.x86_64", "product": { "name": "qemu-linux-user-5.2.0-106.3.x86_64", "product_id": "qemu-linux-user-5.2.0-106.3.x86_64" } }, { "category": "product_version", "name": "qemu-ppc-5.2.0-106.4.x86_64", "product": { "name": "qemu-ppc-5.2.0-106.4.x86_64", "product_id": "qemu-ppc-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-s390x-5.2.0-106.4.x86_64", "product": { "name": "qemu-s390x-5.2.0-106.4.x86_64", "product_id": "qemu-s390x-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-testsuite-5.2.0-106.3.x86_64", "product": { "name": "qemu-testsuite-5.2.0-106.3.x86_64", "product_id": "qemu-testsuite-5.2.0-106.3.x86_64" } }, { "category": "product_version", "name": "qemu-tools-5.2.0-106.4.x86_64", "product": { "name": "qemu-tools-5.2.0-106.4.x86_64", "product_id": "qemu-tools-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ui-curses-5.2.0-106.4.x86_64", "product": { "name": "qemu-ui-curses-5.2.0-106.4.x86_64", "product_id": "qemu-ui-curses-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ui-gtk-5.2.0-106.4.x86_64", "product": { "name": "qemu-ui-gtk-5.2.0-106.4.x86_64", "product_id": "qemu-ui-gtk-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ui-opengl-5.2.0-106.4.x86_64", "product": { "name": "qemu-ui-opengl-5.2.0-106.4.x86_64", "product_id": "qemu-ui-opengl-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ui-spice-app-5.2.0-106.4.x86_64", "product": { "name": "qemu-ui-spice-app-5.2.0-106.4.x86_64", "product_id": "qemu-ui-spice-app-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-ui-spice-core-5.2.0-106.4.x86_64", "product": { "name": "qemu-ui-spice-core-5.2.0-106.4.x86_64", "product_id": "qemu-ui-spice-core-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-vhost-user-gpu-5.2.0-106.4.x86_64", "product": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.x86_64", "product_id": "qemu-vhost-user-gpu-5.2.0-106.4.x86_64" } }, { "category": "product_version", "name": "qemu-x86-5.2.0-106.4.x86_64", "product": { "name": "qemu-x86-5.2.0-106.4.x86_64", "product_id": "qemu-x86-5.2.0-106.4.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.3", "product": { "name": "openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.3" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "qemu-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-5.2.0-106.4.aarch64" }, "product_reference": "qemu-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-5.2.0-106.4.s390x" }, "product_reference": "qemu-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-5.2.0-106.4.x86_64" }, "product_reference": "qemu-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.aarch64" }, "product_reference": "qemu-arm-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-arm-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.s390x" }, "product_reference": "qemu-arm-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-arm-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.x86_64" }, "product_reference": "qemu-arm-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.aarch64" }, "product_reference": "qemu-audio-alsa-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-audio-alsa-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.s390x" }, "product_reference": "qemu-audio-alsa-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-alsa-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.x86_64" }, "product_reference": "qemu-audio-alsa-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.aarch64" }, "product_reference": "qemu-audio-pa-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-audio-pa-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.s390x" }, "product_reference": "qemu-audio-pa-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-pa-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.x86_64" }, "product_reference": "qemu-audio-pa-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-spice-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.aarch64" }, "product_reference": "qemu-audio-spice-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-spice-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-audio-spice-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-spice-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.s390x" }, "product_reference": "qemu-audio-spice-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-audio-spice-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.x86_64" }, "product_reference": "qemu-audio-spice-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.aarch64" }, "product_reference": "qemu-block-curl-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-block-curl-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.s390x" }, "product_reference": "qemu-block-curl-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-curl-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.x86_64" }, "product_reference": "qemu-block-curl-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-dmg-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.aarch64" }, "product_reference": "qemu-block-dmg-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-dmg-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-block-dmg-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-dmg-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.s390x" }, "product_reference": "qemu-block-dmg-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-dmg-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.x86_64" }, "product_reference": "qemu-block-dmg-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-gluster-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.aarch64" }, "product_reference": "qemu-block-gluster-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-gluster-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-block-gluster-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-gluster-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.s390x" }, "product_reference": "qemu-block-gluster-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-gluster-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.x86_64" }, "product_reference": "qemu-block-gluster-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.aarch64" }, "product_reference": "qemu-block-iscsi-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-block-iscsi-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.s390x" }, "product_reference": "qemu-block-iscsi-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-iscsi-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.x86_64" }, "product_reference": "qemu-block-iscsi-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-nfs-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.aarch64" }, "product_reference": "qemu-block-nfs-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-nfs-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-block-nfs-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-nfs-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.s390x" }, "product_reference": "qemu-block-nfs-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-nfs-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.x86_64" }, "product_reference": "qemu-block-nfs-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.aarch64" }, "product_reference": "qemu-block-rbd-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-block-rbd-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.s390x" }, "product_reference": "qemu-block-rbd-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-rbd-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.x86_64" }, "product_reference": "qemu-block-rbd-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.aarch64" }, "product_reference": "qemu-block-ssh-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-block-ssh-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.s390x" }, "product_reference": "qemu-block-ssh-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-block-ssh-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.x86_64" }, "product_reference": "qemu-block-ssh-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-baum-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.aarch64" }, "product_reference": "qemu-chardev-baum-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-baum-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-chardev-baum-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-baum-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.s390x" }, "product_reference": "qemu-chardev-baum-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-baum-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.x86_64" }, "product_reference": "qemu-chardev-baum-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-spice-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.aarch64" }, "product_reference": "qemu-chardev-spice-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-spice-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-chardev-spice-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-spice-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.s390x" }, "product_reference": "qemu-chardev-spice-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-chardev-spice-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.x86_64" }, "product_reference": "qemu-chardev-spice-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-extra-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.aarch64" }, "product_reference": "qemu-extra-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-extra-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-extra-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-extra-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.s390x" }, "product_reference": "qemu-extra-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-extra-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.x86_64" }, "product_reference": "qemu-extra-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.aarch64" }, "product_reference": "qemu-guest-agent-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-guest-agent-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.s390x" }, "product_reference": "qemu-guest-agent-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.x86_64" }, "product_reference": "qemu-guest-agent-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-qxl-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.aarch64" }, "product_reference": "qemu-hw-display-qxl-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-qxl-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-qxl-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.s390x" }, "product_reference": "qemu-hw-display-qxl-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-qxl-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.x86_64" }, "product_reference": "qemu-hw-display-qxl-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64" }, "product_reference": "qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x" }, "product_reference": "qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64" }, "product_reference": "qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64" }, "product_reference": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x" }, "product_reference": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64" }, "product_reference": "qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64" }, "product_reference": "qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.s390x" }, "product_reference": "qemu-hw-display-virtio-vga-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64" }, "product_reference": "qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64" }, "product_reference": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x" }, "product_reference": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64" }, "product_reference": "qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64" }, "product_reference": "qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.s390x" }, "product_reference": "qemu-hw-usb-redirect-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-redirect-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64" }, "product_reference": "qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.aarch64" }, "product_reference": "qemu-hw-usb-smartcard-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.s390x" }, "product_reference": "qemu-hw-usb-smartcard-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-hw-usb-smartcard-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.x86_64" }, "product_reference": "qemu-hw-usb-smartcard-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ipxe-1.0.0+-106.4.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ipxe-1.0.0+-106.4.noarch" }, "product_reference": "qemu-ipxe-1.0.0+-106.4.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ivshmem-tools-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ivshmem-tools-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ivshmem-tools-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ivshmem-tools-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ivshmem-tools-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.s390x" }, "product_reference": "qemu-ivshmem-tools-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ivshmem-tools-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ivshmem-tools-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ksm-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ksm-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.s390x" }, "product_reference": "qemu-ksm-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ksm-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ksm-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.s390x" }, "product_reference": "qemu-kvm-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.x86_64" }, "product_reference": "qemu-kvm-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.aarch64" }, "product_reference": "qemu-lang-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-lang-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.s390x" }, "product_reference": "qemu-lang-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-lang-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.x86_64" }, "product_reference": "qemu-lang-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-linux-user-5.2.0-106.3.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.aarch64" }, "product_reference": "qemu-linux-user-5.2.0-106.3.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-linux-user-5.2.0-106.3.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.ppc64le" }, "product_reference": "qemu-linux-user-5.2.0-106.3.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-linux-user-5.2.0-106.3.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.s390x" }, "product_reference": "qemu-linux-user-5.2.0-106.3.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-linux-user-5.2.0-106.3.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.x86_64" }, "product_reference": "qemu-linux-user-5.2.0-106.3.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-microvm-5.2.0-106.4.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-microvm-5.2.0-106.4.noarch" }, "product_reference": "qemu-microvm-5.2.0-106.4.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ppc-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ppc-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.s390x" }, "product_reference": "qemu-ppc-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ppc-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ppc-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390x-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.aarch64" }, "product_reference": "qemu-s390x-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390x-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-s390x-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390x-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.s390x" }, "product_reference": "qemu-s390x-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390x-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.x86_64" }, "product_reference": "qemu-s390x-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-seabios-1.14.0_0_g155821a-106.4.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch" }, "product_reference": "qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-sgabios-8-106.4.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-sgabios-8-106.4.noarch" }, "product_reference": "qemu-sgabios-8-106.4.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-skiboot-5.2.0-106.4.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-skiboot-5.2.0-106.4.noarch" }, "product_reference": "qemu-skiboot-5.2.0-106.4.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-testsuite-5.2.0-106.3.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.aarch64" }, "product_reference": "qemu-testsuite-5.2.0-106.3.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-testsuite-5.2.0-106.3.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.ppc64le" }, "product_reference": "qemu-testsuite-5.2.0-106.3.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-testsuite-5.2.0-106.3.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.s390x" }, "product_reference": "qemu-testsuite-5.2.0-106.3.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-testsuite-5.2.0-106.3.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.x86_64" }, "product_reference": "qemu-testsuite-5.2.0-106.3.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.aarch64" }, "product_reference": "qemu-tools-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-tools-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.s390x" }, "product_reference": "qemu-tools-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-tools-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.x86_64" }, "product_reference": "qemu-tools-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ui-curses-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ui-curses-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.s390x" }, "product_reference": "qemu-ui-curses-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-curses-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ui-curses-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ui-gtk-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ui-gtk-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.s390x" }, "product_reference": "qemu-ui-gtk-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-gtk-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ui-gtk-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-opengl-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ui-opengl-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-opengl-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ui-opengl-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-opengl-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.s390x" }, "product_reference": "qemu-ui-opengl-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-opengl-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ui-opengl-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ui-spice-app-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ui-spice-app-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.s390x" }, "product_reference": "qemu-ui-spice-app-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-app-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ui-spice-app-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-core-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.aarch64" }, "product_reference": "qemu-ui-spice-core-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-core-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-ui-spice-core-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-core-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.s390x" }, "product_reference": "qemu-ui-spice-core-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-ui-spice-core-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.x86_64" }, "product_reference": "qemu-ui-spice-core-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vgabios-1.14.0_0_g155821a-106.4.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch" }, "product_reference": "qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.aarch64" }, "product_reference": "qemu-vhost-user-gpu-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-vhost-user-gpu-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.s390x" }, "product_reference": "qemu-vhost-user-gpu-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-vhost-user-gpu-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.x86_64" }, "product_reference": "qemu-vhost-user-gpu-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-5.2.0-106.4.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.aarch64" }, "product_reference": "qemu-x86-5.2.0-106.4.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-5.2.0-106.4.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.ppc64le" }, "product_reference": "qemu-x86-5.2.0-106.4.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-5.2.0-106.4.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.s390x" }, "product_reference": "qemu-x86-5.2.0-106.4.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-x86-5.2.0-106.4.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.x86_64" }, "product_reference": "qemu-x86-5.2.0-106.4.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-3713", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3713" } ], "notes": [ { "category": "general", "text": "An out-of-bounds write flaw was found in the UAS (USB Attached SCSI) device emulation of QEMU in versions prior to 6.2.0-rc0. The device uses the guest supplied stream number unchecked, which can lead to out-of-bounds access to the UASDevice-\u003edata3 and UASDevice-\u003estatus3 fields. A malicious guest user could use this flaw to crash QEMU or potentially achieve code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.3:qemu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ipxe-1.0.0+-106.4.noarch", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.aarch64", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.ppc64le", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.s390x", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.x86_64", "openSUSE Leap 15.3:qemu-microvm-5.2.0-106.4.noarch", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "openSUSE Leap 15.3:qemu-sgabios-8-106.4.noarch", "openSUSE Leap 15.3:qemu-skiboot-5.2.0-106.4.noarch", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.aarch64", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.ppc64le", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.s390x", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.x86_64", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3713", "url": "https://www.suse.com/security/cve/CVE-2021-3713" }, { "category": "external", "summary": "SUSE Bug 1189702 for CVE-2021-3713", "url": "https://bugzilla.suse.com/1189702" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.3:qemu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ipxe-1.0.0+-106.4.noarch", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.aarch64", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.ppc64le", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.s390x", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.x86_64", "openSUSE Leap 15.3:qemu-microvm-5.2.0-106.4.noarch", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "openSUSE Leap 15.3:qemu-sgabios-8-106.4.noarch", "openSUSE Leap 15.3:qemu-skiboot-5.2.0-106.4.noarch", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.aarch64", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.ppc64le", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.s390x", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.x86_64", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.3:qemu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ipxe-1.0.0+-106.4.noarch", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.aarch64", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.ppc64le", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.s390x", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.x86_64", "openSUSE Leap 15.3:qemu-microvm-5.2.0-106.4.noarch", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "openSUSE Leap 15.3:qemu-sgabios-8-106.4.noarch", "openSUSE Leap 15.3:qemu-skiboot-5.2.0-106.4.noarch", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.aarch64", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.ppc64le", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.s390x", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.x86_64", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-03T13:59:46Z", "details": "important" } ], "title": "CVE-2021-3713" }, { "cve": "CVE-2021-3748", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3748" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.3:qemu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ipxe-1.0.0+-106.4.noarch", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.aarch64", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.ppc64le", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.s390x", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.x86_64", "openSUSE Leap 15.3:qemu-microvm-5.2.0-106.4.noarch", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "openSUSE Leap 15.3:qemu-sgabios-8-106.4.noarch", "openSUSE Leap 15.3:qemu-skiboot-5.2.0-106.4.noarch", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.aarch64", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.ppc64le", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.s390x", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.x86_64", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3748", "url": "https://www.suse.com/security/cve/CVE-2021-3748" }, { "category": "external", "summary": "SUSE Bug 1189938 for CVE-2021-3748", "url": "https://bugzilla.suse.com/1189938" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.3:qemu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ipxe-1.0.0+-106.4.noarch", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.aarch64", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.ppc64le", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.s390x", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.x86_64", "openSUSE Leap 15.3:qemu-microvm-5.2.0-106.4.noarch", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "openSUSE Leap 15.3:qemu-sgabios-8-106.4.noarch", "openSUSE Leap 15.3:qemu-skiboot-5.2.0-106.4.noarch", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.aarch64", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.ppc64le", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.s390x", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.x86_64", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.3:qemu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-arm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-alsa-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-pa-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-audio-spice-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-curl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-dmg-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-gluster-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-iscsi-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-nfs-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-rbd-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-block-ssh-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-chardev-baum-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-chardev-spice-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-extra-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-guest-agent-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-qxl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-gpu-pci-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-display-virtio-vga-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-s390x-virtio-gpu-ccw-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-usb-redirect-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-hw-usb-smartcard-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ipxe-1.0.0+-106.4.noarch", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ivshmem-tools-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ksm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-kvm-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-lang-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.aarch64", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.ppc64le", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.s390x", "openSUSE Leap 15.3:qemu-linux-user-5.2.0-106.3.x86_64", "openSUSE Leap 15.3:qemu-microvm-5.2.0-106.4.noarch", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ppc-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-s390x-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-seabios-1.14.0_0_g155821a-106.4.noarch", "openSUSE Leap 15.3:qemu-sgabios-8-106.4.noarch", "openSUSE Leap 15.3:qemu-skiboot-5.2.0-106.4.noarch", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.aarch64", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.ppc64le", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.s390x", "openSUSE Leap 15.3:qemu-testsuite-5.2.0-106.3.x86_64", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-tools-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-curses-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-gtk-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-opengl-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-spice-app-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-ui-spice-core-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-vgabios-1.14.0_0_g155821a-106.4.noarch", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-vhost-user-gpu-5.2.0-106.4.x86_64", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.aarch64", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.ppc64le", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.s390x", "openSUSE Leap 15.3:qemu-x86-5.2.0-106.4.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-03T13:59:46Z", "details": "moderate" } ], "title": "CVE-2021-3748" } ] }
opensuse-su-2021:3604-1
Vulnerability from csaf_opensuse
Published
2021-11-03 13:59
Modified
2021-11-03 13:59
Summary
Security update for qemu
Notes
Title of the patch
Security update for qemu
Description of the patch
This update for qemu fixes the following issues:
Security issues fixed:
- CVE-2021-3713: Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702)
- CVE-2021-3748: Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938)
Non-security issues fixed:
- Add transfer length item in block limits page of scsi vpd (bsc#1190425)
- Fix qemu crash while deleting xen-block (bsc#1189234)
Patchnames
openSUSE-SLE-15.3-2021-3604
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for qemu", "title": "Title of the patch" }, { "category": "description", "text": "This update for qemu fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2021-3713: Fix out-of-bounds write in UAS (USB Attached SCSI) device emulation (bsc#1189702)\n- CVE-2021-3748: Fix heap use-after-free in virtio_net_receive_rcu (bsc#1189938)\n\nNon-security issues fixed:\n\n- Add transfer length item in block limits page of scsi vpd (bsc#1190425)\n- Fix qemu crash while deleting xen-block (bsc#1189234)\n", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-SLE-15.3-2021-3604", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_3604-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:3604-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/VSD5Q5DPWCTYJNLRUS2DHTA3G6VDKLMV/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:3604-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/VSD5Q5DPWCTYJNLRUS2DHTA3G6VDKLMV/" }, { "category": "self", "summary": "SUSE Bug 1189234", "url": "https://bugzilla.suse.com/1189234" }, { "category": "self", "summary": "SUSE Bug 1189702", "url": "https://bugzilla.suse.com/1189702" }, { "category": "self", "summary": "SUSE Bug 1189938", "url": "https://bugzilla.suse.com/1189938" }, { "category": "self", "summary": "SUSE Bug 1190425", "url": "https://bugzilla.suse.com/1190425" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3713 page", "url": "https://www.suse.com/security/cve/CVE-2021-3713/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3748 page", "url": "https://www.suse.com/security/cve/CVE-2021-3748/" } ], "title": "Security update for qemu", "tracking": { "current_release_date": "2021-11-03T13:59:31Z", "generator": { "date": "2021-11-03T13:59:31Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:3604-1", "initial_release_date": "2021-11-03T13:59:31Z", "revision_history": [ { "date": "2021-11-03T13:59:31Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "qemu-s390-4.2.1-11.31.3.aarch64", "product": { "name": "qemu-s390-4.2.1-11.31.3.aarch64", "product_id": "qemu-s390-4.2.1-11.31.3.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "qemu-s390-4.2.1-11.31.3.ppc64le", "product": { "name": "qemu-s390-4.2.1-11.31.3.ppc64le", "product_id": "qemu-s390-4.2.1-11.31.3.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "qemu-s390-4.2.1-11.31.3.s390x", "product": { "name": "qemu-s390-4.2.1-11.31.3.s390x", "product_id": "qemu-s390-4.2.1-11.31.3.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "qemu-s390-4.2.1-11.31.3.x86_64", "product": { "name": "qemu-s390-4.2.1-11.31.3.x86_64", "product_id": "qemu-s390-4.2.1-11.31.3.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.3", "product": { "name": "openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.3" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "qemu-s390-4.2.1-11.31.3.aarch64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.aarch64" }, "product_reference": "qemu-s390-4.2.1-11.31.3.aarch64", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390-4.2.1-11.31.3.ppc64le as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.ppc64le" }, "product_reference": "qemu-s390-4.2.1-11.31.3.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390-4.2.1-11.31.3.s390x as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.s390x" }, "product_reference": "qemu-s390-4.2.1-11.31.3.s390x", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-s390-4.2.1-11.31.3.x86_64 as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.x86_64" }, "product_reference": "qemu-s390-4.2.1-11.31.3.x86_64", "relates_to_product_reference": "openSUSE Leap 15.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-3713", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3713" } ], "notes": [ { "category": "general", "text": "An out-of-bounds write flaw was found in the UAS (USB Attached SCSI) device emulation of QEMU in versions prior to 6.2.0-rc0. The device uses the guest supplied stream number unchecked, which can lead to out-of-bounds access to the UASDevice-\u003edata3 and UASDevice-\u003estatus3 fields. A malicious guest user could use this flaw to crash QEMU or potentially achieve code execution with the privileges of the QEMU process on the host.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.aarch64", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.ppc64le", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.s390x", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3713", "url": "https://www.suse.com/security/cve/CVE-2021-3713" }, { "category": "external", "summary": "SUSE Bug 1189702 for CVE-2021-3713", "url": "https://bugzilla.suse.com/1189702" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.aarch64", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.ppc64le", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.s390x", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.aarch64", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.ppc64le", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.s390x", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-03T13:59:31Z", "details": "important" } ], "title": "CVE-2021-3713" }, { "cve": "CVE-2021-3748", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3748" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.aarch64", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.ppc64le", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.s390x", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3748", "url": "https://www.suse.com/security/cve/CVE-2021-3748" }, { "category": "external", "summary": "SUSE Bug 1189938 for CVE-2021-3748", "url": "https://bugzilla.suse.com/1189938" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.aarch64", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.ppc64le", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.s390x", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.aarch64", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.ppc64le", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.s390x", "openSUSE Leap 15.3:qemu-s390-4.2.1-11.31.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-11-03T13:59:31Z", "details": "moderate" } ], "title": "CVE-2021-3748" } ] }
rhsa-2021:5036
Vulnerability from csaf_redhat
Published
2021-12-09 09:44
Modified
2024-11-15 10:42
Summary
Red Hat Security Advisory: virt:8.2 and virt-devel:8.2 security update
Notes
Topic
An update for the virt:8.2 and virt-devel:8.2 modules is now available for Advanced Virtualization for RHEL 8.2.1.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The Advanced Virtualization module provides the user-space component for running virtual machines that use KVM in environments managed by Red Hat products.
Security Fix(es):
* QEMU: virtio-net: heap use-after-free in virtio_net_receive_rcu (CVE-2021-3748)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the virt:8.2 and virt-devel:8.2 modules is now available for Advanced Virtualization for RHEL 8.2.1.\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 Advanced Virtualization module provides the user-space component for running virtual machines that use KVM in environments managed by Red Hat products.\n\nSecurity Fix(es):\n\n* QEMU: virtio-net: heap use-after-free in virtio_net_receive_rcu (CVE-2021-3748)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2021:5036", "url": "https://access.redhat.com/errata/RHSA-2021:5036" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1998514", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1998514" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_5036.json" } ], "title": "Red Hat Security Advisory: virt:8.2 and virt-devel:8.2 security update", "tracking": { "current_release_date": "2024-11-15T10:42:13+00:00", "generator": { "date": "2024-11-15T10:42:13+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2021:5036", "initial_release_date": "2021-12-09T09:44:24+00:00", "revision_history": [ { "date": "2021-12-09T09:44:24+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-12-09T09:44:24+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-15T10:42:13+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Advanced Virtualization for RHEL 8.2.1", "product": { "name": "Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:advanced_virtualization:8.2::el8" } } }, { "category": "product_name", "name": "Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product": { "name": "Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:advanced_virtualization:8.2::el8" } } } ], "category": "product_family", "name": "Advanced Virtualization" }, { "branches": [ { "category": "product_version", "name": "virt:8.2:8020120211120005046:863bb0db", "product": { "name": "virt:8.2:8020120211120005046:863bb0db", "product_id": "virt:8.2:8020120211120005046:863bb0db", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/virt@8.2:8020120211120005046:863bb0db" } } }, { "category": "product_version", "name": "libguestfs-bash-completion-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product": { "name": "libguestfs-bash-completion-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product_id": "libguestfs-bash-completion-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-bash-completion@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-inspect-icons-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product": { "name": "libguestfs-inspect-icons-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product_id": "libguestfs-inspect-icons-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-inspect-icons@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-javadoc-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product": { "name": "libguestfs-javadoc-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product_id": "libguestfs-javadoc-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-javadoc@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-man-pages-ja-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product": { "name": "libguestfs-man-pages-ja-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product_id": "libguestfs-man-pages-ja-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-man-pages-ja@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-man-pages-uk-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product": { "name": "libguestfs-man-pages-uk-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product_id": "libguestfs-man-pages-uk-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-man-pages-uk@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product": { "name": "libguestfs-tools-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product_id": "libguestfs-tools-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nbdkit-bash-completion-0:1.16.2-4.module+el8.2.1+6710+effcb1df.noarch", "product": { "name": "nbdkit-bash-completion-0:1.16.2-4.module+el8.2.1+6710+effcb1df.noarch", "product_id": "nbdkit-bash-completion-0:1.16.2-4.module+el8.2.1+6710+effcb1df.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-bash-completion@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=noarch" } } }, { "category": "product_version", "name": "python3-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.noarch", "product": { "name": "python3-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.noarch", "product_id": "python3-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyvmomi@6.7.1-7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=noarch" } } }, { "category": "product_version", "name": "SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.noarch", "product": { "name": "SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.noarch", "product_id": "SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/SLOF@20191022-3.git899d9883.module%2Bel8.2.0%2B5449%2Befc036dd?arch=noarch" } } }, { "category": "product_version", "name": "seabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "product": { "name": "seabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "product_id": "seabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/seabios-bin@1.13.0-2.module%2Bel8.2.1%2B7284%2Baa32a2c4?arch=noarch" } } }, { "category": "product_version", "name": "seavgabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "product": { "name": "seavgabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "product_id": "seavgabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/seavgabios-bin@1.13.0-2.module%2Bel8.2.1%2B7284%2Baa32a2c4?arch=noarch" } } }, { "category": "product_version", "name": "sgabios-bin-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.noarch", "product": { "name": "sgabios-bin-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.noarch", "product_id": "sgabios-bin-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/sgabios-bin@0.20170427git-3.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-devel:8.2:8020120211120005046:863bb0db", "product": { "name": "virt-devel:8.2:8020120211120005046:863bb0db", "product_id": "virt-devel:8.2:8020120211120005046:863bb0db", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/virt-devel@8.2:8020120211120005046:863bb0db" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debugsource@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-devel@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-benchmarking@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-benchmarking-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debugsource@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gfs2@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rescue@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rsync@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.aarch64", "product": { "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.aarch64", "product_id": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-winsupport@8.2-2.module%2Bel8.2.1%2B12663%2Bd52ebc0d?arch=aarch64" } } }, { "category": "product_version", "name": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-xfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debuginfo@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debugsource@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-devel@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils-debuginfo@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product": { "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_id": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=aarch64" } } }, { "category": "product_version", "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product": { "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_id": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=aarch64" } } }, { "category": "product_version", "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product": { "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_id": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debugsource@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=aarch64" } } }, { "category": "product_version", "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product": { "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_id": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-devel@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=aarch64" } } }, { "category": "product_version", "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debuginfo@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debugsource@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-devel@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-admin@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-admin-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-bash-completion@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-kvm@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debuginfo@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debugsource@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debugsource@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product": { "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_id": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "product": { "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "product_id": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python-debugsource@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=aarch64" } } }, { "category": "product_version", "name": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product": { "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_id": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=aarch64" } } }, { "category": "product_version", "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product": { "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_id": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debugsource@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-devel@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product": { "name": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_id": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=aarch64" } } }, { "category": "product_version", "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debuginfo@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debugsource@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-devel@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs-debuginfo@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "product": { "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "product_id": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "product": { "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "product_id": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debuginfo@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "product": { "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "product_id": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debugsource@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=aarch64" } } }, { "category": "product_version", "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product": { "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_id": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product": { "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_id": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "product": { "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "product_id": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "product": { "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "product_id": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt-debuginfo@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=aarch64" } } }, { "category": "product_version", "name": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debugsource@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debuginfo@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debugsource@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "product": { "name": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "product_id": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-devel@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product": { "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_id": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product": { "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_id": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product": { "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_id": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debugsource@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product": { "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_id": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-devel@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product": { "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_id": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product": { "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_id": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product": { "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_id": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product": { "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_id": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=aarch64" } } }, { "category": "product_version", "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "product": { "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "product_id": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=aarch64" } } }, { "category": "product_version", "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "product": { "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "product_id": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer-devel@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=aarch64" } } }, { "category": "product_version", "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "product": { "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "product_id": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer-test-server@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=aarch64" } } }, { "category": "product_version", "name": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product": { "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_id": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-devel@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=aarch64" } } }, { "category": "product_version", "name": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product": { "name": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_id": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product": { "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_id": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=aarch64" } } }, { "category": "product_version", "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product": { "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_id": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=aarch64" } } }, { "category": "product_version", "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product": { "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_id": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-devel@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=aarch64" } } }, { "category": "product_version", "name": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-tests@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product": { "name": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_id": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-tests-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=aarch64\u0026epoch=15" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.src", "product": { "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.src", "product_id": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=src" } } }, { "category": "product_version", "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.src", "product": { "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.src", "product_id": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.src", "product": { "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.src", "product_id": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-winsupport@8.2-2.module%2Bel8.2.1%2B12663%2Bd52ebc0d?arch=src" } } }, { "category": "product_version", "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.src", "product": { "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.src", "product_id": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=src" } } }, { "category": "product_version", "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.src", "product": { "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.src", "product_id": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=src" } } }, { "category": "product_version", "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.src", "product": { "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.src", "product_id": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=src" } } }, { "category": "product_version", "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.src", "product": { "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.src", "product_id": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=src" } } }, { "category": "product_version", "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.src", "product": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.src", "product_id": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=src" } } }, { "category": "product_version", "name": "libvirt-python-0:6.0.0-1.module+el8.2.0+5453+31b2b136.src", "product": { "name": "libvirt-python-0:6.0.0-1.module+el8.2.0+5453+31b2b136.src", "product_id": "libvirt-python-0:6.0.0-1.module+el8.2.0+5453+31b2b136.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=src" } } }, { "category": "product_version", "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.src", "product": { "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.src", "product_id": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=src" } } }, { "category": "product_version", "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.src", "product": { "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.src", "product_id": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=src" } } }, { "category": "product_version", "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.src", "product": { "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.src", "product_id": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=src" } } }, { "category": "product_version", "name": "python-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.src", "product": { "name": "python-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.src", "product_id": "python-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyvmomi@6.7.1-7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=src" } } }, { "category": "product_version", "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.src", "product": { "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.src", "product_id": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=src\u0026epoch=15" } } }, { "category": "product_version", "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.src", "product": { "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.src", "product_id": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=src" } } }, { "category": "product_version", "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.src", "product": { "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.src", "product_id": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=src" } } }, { "category": "product_version", "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.src", "product": { "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.src", "product_id": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=src" } } }, { "category": "product_version", "name": "SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "product": { "name": "SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "product_id": "SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/SLOF@20191022-3.git899d9883.module%2Bel8.2.0%2B5449%2Befc036dd?arch=src" } } }, { "category": "product_version", "name": "seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "product": { "name": "seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "product_id": "seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/seabios@1.13.0-2.module%2Bel8.2.1%2B7284%2Baa32a2c4?arch=src" } } }, { "category": "product_version", "name": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "product": { "name": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "product_id": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/sgabios@0.20170427git-3.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debugsource@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-devel@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debugsource@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gfs2@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rescue@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rsync@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.ppc64le", "product": { "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.ppc64le", "product_id": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-winsupport@8.2-2.module%2Bel8.2.1%2B12663%2Bd52ebc0d?arch=ppc64le" } } }, { "category": "product_version", "name": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-xfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debuginfo@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debugsource@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-devel@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils-debuginfo@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product": { "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_id": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=ppc64le" } } }, { "category": "product_version", "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product": { "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_id": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=ppc64le" } } }, { "category": "product_version", "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product": { "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_id": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debugsource@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=ppc64le" } } }, { "category": "product_version", "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product": { "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_id": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-devel@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=ppc64le" } } }, { "category": "product_version", "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debuginfo@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debugsource@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-devel@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-admin@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-admin-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-bash-completion@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-kvm@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debuginfo@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debugsource@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debugsource@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product": { "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_id": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "product": { "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "product_id": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python-debugsource@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=ppc64le" } } }, { "category": "product_version", "name": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product": { "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_id": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product": { "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_id": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debugsource@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-devel@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product": { "name": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_id": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=ppc64le" } } }, { "category": "product_version", "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debuginfo@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debugsource@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-devel@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs-debuginfo@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "product": { "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "product_id": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "product": { "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "product_id": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debuginfo@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "product": { "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "product_id": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debugsource@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product": { "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_id": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product": { "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_id": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "product": { "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "product_id": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "product": { "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "product_id": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt-debuginfo@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=ppc64le" } } }, { "category": "product_version", "name": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debugsource@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debuginfo@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debugsource@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "product": { "name": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_id": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-devel@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product": { "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_id": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product": { "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_id": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product": { "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_id": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debugsource@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product": { "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_id": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-devel@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product": { "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_id": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product": { "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_id": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product": { "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_id": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product": { "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_id": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=ppc64le" } } }, { "category": "product_version", "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "product": { "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "product_id": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=ppc64le" } } }, { "category": "product_version", "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "product": { "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "product_id": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer-devel@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=ppc64le" } } }, { "category": "product_version", "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "product": { "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "product_id": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer-test-server@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=ppc64le" } } }, { "category": "product_version", "name": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product": { "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_id": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-devel@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=ppc64le" } } }, { "category": "product_version", "name": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product": { "name": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_id": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product": { "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_id": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=ppc64le" } } }, { "category": "product_version", "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product": { "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_id": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=ppc64le" } } }, { "category": "product_version", "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product": { "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_id": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-devel@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=ppc64le" } } }, { "category": "product_version", "name": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-tests@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product": { "name": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_id": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-tests-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=ppc64le\u0026epoch=15" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debugsource@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-devel@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debugsource@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gfs2@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rescue@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rsync@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.s390x", "product": { "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.s390x", "product_id": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-winsupport@8.2-2.module%2Bel8.2.1%2B12663%2Bd52ebc0d?arch=s390x" } } }, { "category": "product_version", "name": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-xfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debuginfo@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debugsource@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-devel@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils-debuginfo@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product": { "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_id": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=s390x" } } }, { "category": "product_version", "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product": { "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_id": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=s390x" } } }, { "category": "product_version", "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product": { "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_id": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debugsource@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=s390x" } } }, { "category": "product_version", "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product": { "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_id": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-devel@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=s390x" } } }, { "category": "product_version", "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debuginfo@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debugsource@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-devel@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-admin@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-admin-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-bash-completion@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-kvm@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debuginfo@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debugsource@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debugsource@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product": { "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_id": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "product": { "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "product_id": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python-debugsource@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=s390x" } } }, { "category": "product_version", "name": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product": { "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_id": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=s390x" } } }, { "category": "product_version", "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product": { "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_id": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debugsource@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-devel@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product": { "name": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_id": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=s390x" } } }, { "category": "product_version", "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debuginfo@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debugsource@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-devel@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs-debuginfo@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "product": { "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "product_id": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=s390x" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "product": { "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "product_id": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debuginfo@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=s390x" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "product": { "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "product_id": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debugsource@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=s390x" } } }, { "category": "product_version", "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product": { "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_id": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=s390x" } } }, { "category": "product_version", "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product": { "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_id": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=s390x" } } }, { "category": "product_version", "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "product": { "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "product_id": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=s390x" } } }, { "category": "product_version", "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "product": { "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "product_id": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt-debuginfo@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=s390x" } } }, { "category": "product_version", "name": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debugsource@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debuginfo@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debugsource@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "product": { "name": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "product_id": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-devel@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product": { "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_id": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product": { "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_id": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product": { "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_id": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debugsource@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product": { "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_id": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-devel@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product": { "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_id": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product": { "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_id": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product": { "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_id": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product": { "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_id": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=s390x" } } }, { "category": "product_version", "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "product": { "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "product_id": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=s390x" } } }, { "category": "product_version", "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "product": { "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "product_id": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer-devel@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=s390x" } } }, { "category": "product_version", "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "product": { "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "product_id": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer-test-server@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=s390x" } } }, { "category": "product_version", "name": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product": { "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_id": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-devel@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=s390x" } } }, { "category": "product_version", "name": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product": { "name": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_id": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product": { "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_id": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=s390x" } } }, { "category": "product_version", "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product": { "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_id": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=s390x" } } }, { "category": "product_version", "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product": { "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_id": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-devel@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=s390x" } } }, { "category": "product_version", "name": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-tests@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product": { "name": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_id": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-tests-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=s390x\u0026epoch=15" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debugsource@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-devel@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-benchmarking@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-benchmarking-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debugsource@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gfs2@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rescue@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rsync@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.x86_64", "product": { "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.x86_64", "product_id": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-winsupport@8.2-2.module%2Bel8.2.1%2B12663%2Bd52ebc0d?arch=x86_64" } } }, { "category": "product_version", "name": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-xfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debuginfo@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debugsource@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-devel@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils-debuginfo@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product": { "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_id": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=x86_64" } } }, { "category": "product_version", "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product": { "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_id": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=x86_64" } } }, { "category": "product_version", "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product": { "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_id": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debugsource@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=x86_64" } } }, { "category": "product_version", "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product": { "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_id": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-devel@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=x86_64" } } }, { "category": "product_version", "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debuginfo@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debugsource@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-devel@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-admin@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-admin-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-bash-completion@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-kvm@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debuginfo@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debugsource@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debugsource@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product": { "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_id": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "product": { "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "product_id": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python-debugsource@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=x86_64" } } }, { "category": "product_version", "name": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product": { "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_id": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=x86_64" } } }, { "category": "product_version", "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product": { "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_id": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debugsource@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-devel@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-vddk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-vddk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-vddk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-vddk-plugin@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-vddk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-vddk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-vddk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-vddk-plugin-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product": { "name": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_id": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter-debuginfo@1.16.2-4.module%2Bel8.2.1%2B6710%2Beffcb1df?arch=x86_64" } } }, { "category": "product_version", "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debuginfo@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debugsource@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-devel@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs-debuginfo@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "product": { "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "product_id": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "product": { "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "product_id": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debuginfo@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "product": { "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "product_id": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debugsource@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=x86_64" } } }, { "category": "product_version", "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product": { "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_id": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product": { "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_id": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "product": { "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "product_id": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "product": { "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "product_id": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt-debuginfo@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=x86_64" } } }, { "category": "product_version", "name": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-gluster-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-block-gluster-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-block-gluster-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-gluster@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-gluster-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-block-gluster-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-block-gluster-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-gluster-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debugsource@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.x86_64", "product": { "name": "seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.x86_64", "product_id": "seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/seabios@1.13.0-2.module%2Bel8.2.1%2B7284%2Baa32a2c4?arch=x86_64" } } }, { "category": "product_version", "name": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sgabios@0.20170427git-3.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debuginfo@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debugsource@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "product": { "name": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "product_id": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-devel@5.1.19-10.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product": { "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_id": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product": { "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_id": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product": { "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_id": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debugsource@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product": { "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_id": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-devel@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product": { "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_id": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product": { "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_id": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product": { "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_id": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product": { "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_id": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=x86_64" } } }, { "category": "product_version", "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "product": { "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "product_id": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=x86_64" } } }, { "category": "product_version", "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "product": { "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "product_id": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer-devel@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=x86_64" } } }, { "category": "product_version", "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "product": { "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "product_id": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer-test-server@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=x86_64" } } }, { "category": "product_version", "name": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-v2v-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "virt-v2v-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "virt-v2v-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-v2v@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-v2v-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "virt-v2v-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "virt-v2v-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-v2v-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product": { "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_id": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-devel@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=x86_64" } } }, { "category": "product_version", "name": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-debuginfo@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product": { "name": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_id": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-devel@1.40.2-24.module%2Bel8.2.1%2B7154%2B47ffd890?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product": { "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_id": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=x86_64" } } }, { "category": "product_version", "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product": { "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_id": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=x86_64" } } }, { "category": "product_version", "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product": { "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_id": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-devel@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=x86_64" } } }, { "category": "product_version", "name": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-tests@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product": { "name": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_id": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-tests-debuginfo@4.2.0-29.module%2Bel8.2.1%2B13346%2B415e44e8.10?arch=x86_64\u0026epoch=15" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debugsource@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-devel@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.i686", "product": { "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.i686", "product_id": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-winsupport@8.2-2.module%2Bel8.2.1%2B12663%2Bd52ebc0d?arch=i686" } } }, { "category": "product_version", "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debuginfo@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debugsource@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-devel@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils-debuginfo@1.18.0-8.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product": { "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_id": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=i686" } } }, { "category": "product_version", "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product": { "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_id": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=i686" } } }, { "category": "product_version", "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product": { "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_id": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debugsource@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=i686" } } }, { "category": "product_version", "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product": { "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_id": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-devel@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=i686" } } }, { "category": "product_version", "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debuginfo@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debugsource@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-devel@0.7.0-1.20191018gitdc116933b7.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-admin@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-admin-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-bash-completion@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debuginfo@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debugsource@1.3.0-2.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debugsource@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product": { "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_id": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss-debuginfo@6.0.0-25.6.module%2Bel8.2.1%2B12457%2B868e9540?arch=i686" } } }, { "category": "product_version", "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "product": { "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "product_id": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python-debugsource@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=i686" } } }, { "category": "product_version", "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product": { "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_id": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=i686" } } }, { "category": "product_version", "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product": { "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_id": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=i686" } } }, { "category": "product_version", "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debuginfo@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debugsource@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-devel@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs-debuginfo@0.2.8-12.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686" } } }, { "category": "product_version", "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-devel@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product": { "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_id": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=i686" } } }, { "category": "product_version", "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product": { "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_id": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=i686" } } }, { "category": "product_version", "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product": { "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_id": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-devel@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=i686" } } }, { "category": "product_version", "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "product": { "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "product_id": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=i686" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "product": { "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "product_id": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debuginfo@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=i686" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "product": { "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "product_id": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debugsource@6.0.0-1.module%2Bel8.2.0%2B5488%2B267def79?arch=i686" } } }, { "category": "product_version", "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product": { "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_id": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=i686" } } }, { "category": "product_version", "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product": { "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_id": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd-debuginfo@1.2.2-1.module%2Bel8.2.0%2B5644%2B32ac38d4?arch=i686" } } }, { "category": "product_version", "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "product": { "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "product_id": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=i686" } } }, { "category": "product_version", "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "product": { "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "product_id": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt-debuginfo@6.0.0-1.module%2Bel8.2.0%2B5453%2B31b2b136?arch=i686" } } }, { "category": "product_version", "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product": { "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_id": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex-debuginfo@1.3.18-20.module%2Bel8.2.0%2B5588%2B63a201c3?arch=i686" } } }, { "category": "product_version", "name": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.i686", "product": { "name": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.i686", "product_id": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/sgabios@0.20170427git-3.module%2Bel8.2.0%2B4793%2Bb09dd2fb?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product": { "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_id": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=i686" } } }, { "category": "product_version", "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product": { "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_id": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=i686" } } }, { "category": "product_version", "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product": { "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_id": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debugsource@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=i686" } } }, { "category": "product_version", "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product": { "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_id": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-devel@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=i686" } } }, { "category": "product_version", "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product": { "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_id": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=i686" } } }, { "category": "product_version", "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product": { "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_id": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=i686" } } }, { "category": "product_version", "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product": { "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_id": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=i686" } } }, { "category": "product_version", "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product": { "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_id": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-debuginfo@0.2.0-2.20200127gitff5a83b.module%2Bel8.2.0%2B5579%2Bd71178e0?arch=i686" } } }, { "category": "product_version", "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "product": { "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "product_id": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=i686" } } }, { "category": "product_version", "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "product": { "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "product_id": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer-devel@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=i686" } } }, { "category": "product_version", "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "product": { "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "product_id": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/virglrenderer-test-server@0.8.2-1.module%2Bel8.2.0%2B5777%2Bd9c2af8c?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, "product_reference": "virt:8.2:8020120211120005046:863bb0db", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1" }, { "category": "default_component_of", "full_product_name": { "name": "SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.noarch as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.noarch" }, "product_reference": "SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.noarch", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src" }, "product_reference": "SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.src" }, "product_reference": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.src" }, "product_reference": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-bash-completion-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-bash-completion-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch" }, "product_reference": "libguestfs-bash-completion-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-inspect-icons-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-inspect-icons-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch" }, "product_reference": "libguestfs-inspect-icons-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-javadoc-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-javadoc-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch" }, "product_reference": "libguestfs-javadoc-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-man-pages-ja-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-man-pages-ja-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch" }, "product_reference": "libguestfs-man-pages-ja-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-man-pages-uk-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-man-pages-uk-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch" }, "product_reference": "libguestfs-man-pages-uk-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch" }, "product_reference": "libguestfs-tools-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.aarch64" }, "product_reference": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.ppc64le" }, "product_reference": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.s390x" }, "product_reference": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.src" }, "product_reference": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.x86_64" }, "product_reference": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.src" }, "product_reference": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64" }, "product_reference": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le" }, "product_reference": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x" }, "product_reference": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.src" }, "product_reference": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64" }, "product_reference": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64" }, "product_reference": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le" }, "product_reference": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x" }, "product_reference": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64" }, "product_reference": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64" }, "product_reference": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le" }, "product_reference": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x" }, "product_reference": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64" }, "product_reference": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64" }, "product_reference": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le" }, "product_reference": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x" }, "product_reference": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64" }, "product_reference": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.src" }, "product_reference": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.src" }, "product_reference": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.src" }, "product_reference": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64" }, "product_reference": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le" }, "product_reference": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x" }, "product_reference": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64" }, "product_reference": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-python-0:6.0.0-1.module+el8.2.0+5453+31b2b136.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-0:6.0.0-1.module+el8.2.0+5453+31b2b136.src" }, "product_reference": "libvirt-python-0:6.0.0-1.module+el8.2.0+5453+31b2b136.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64" }, "product_reference": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le" }, "product_reference": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x" }, "product_reference": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64" }, "product_reference": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64" }, "product_reference": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le" }, "product_reference": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x" }, "product_reference": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64" }, "product_reference": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64" }, "product_reference": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le" }, "product_reference": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x" }, "product_reference": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64" }, "product_reference": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.src" }, "product_reference": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-bash-completion-0:1.16.2-4.module+el8.2.1+6710+effcb1df.noarch as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-bash-completion-0:1.16.2-4.module+el8.2.1+6710+effcb1df.noarch" }, "product_reference": "nbdkit-bash-completion-0:1.16.2-4.module+el8.2.1+6710+effcb1df.noarch", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-vddk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-vddk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-vddk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-vddk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-vddk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-vddk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64" }, "product_reference": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le" }, "product_reference": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x" }, "product_reference": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64" }, "product_reference": "nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.src" }, "product_reference": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64" }, "product_reference": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le" }, "product_reference": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x" }, "product_reference": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.src" }, "product_reference": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64" }, "product_reference": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64" }, "product_reference": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le" }, "product_reference": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x" }, "product_reference": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64" }, "product_reference": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64" }, "product_reference": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le" }, "product_reference": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x" }, "product_reference": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64" }, "product_reference": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.src" }, "product_reference": "python-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64" }, "product_reference": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le" }, "product_reference": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x" }, "product_reference": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64" }, "product_reference": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64" }, "product_reference": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le" }, "product_reference": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x" }, "product_reference": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64" }, "product_reference": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64" }, "product_reference": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le" }, "product_reference": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x" }, "product_reference": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64" }, "product_reference": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64" }, "product_reference": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le" }, "product_reference": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x" }, "product_reference": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64" }, "product_reference": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.noarch as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.noarch" }, "product_reference": "python3-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.noarch", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.src" }, "product_reference": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-gluster-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-gluster-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-block-gluster-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-gluster-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-gluster-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-block-gluster-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src" }, "product_reference": "seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.x86_64" }, "product_reference": "seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "seabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch" }, "product_reference": "seabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "seavgabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seavgabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch" }, "product_reference": "seavgabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src" }, "product_reference": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "sgabios-bin-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.noarch as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-bin-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.noarch" }, "product_reference": "sgabios-bin-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.noarch", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.src" }, "product_reference": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64" }, "product_reference": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le" }, "product_reference": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x" }, "product_reference": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64" }, "product_reference": "supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64" }, "product_reference": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le" }, "product_reference": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x" }, "product_reference": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.src" }, "product_reference": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64" }, "product_reference": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64" }, "product_reference": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le" }, "product_reference": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x" }, "product_reference": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64" }, "product_reference": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64" }, "product_reference": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le" }, "product_reference": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x" }, "product_reference": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64" }, "product_reference": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64" }, "product_reference": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le" }, "product_reference": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x" }, "product_reference": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64" }, "product_reference": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64" }, "product_reference": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le" }, "product_reference": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x" }, "product_reference": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64" }, "product_reference": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64" }, "product_reference": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le" }, "product_reference": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x" }, "product_reference": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64" }, "product_reference": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64" }, "product_reference": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le" }, "product_reference": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x" }, "product_reference": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64" }, "product_reference": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64" }, "product_reference": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le" }, "product_reference": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x" }, "product_reference": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64" }, "product_reference": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64" }, "product_reference": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le" }, "product_reference": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x" }, "product_reference": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.src as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.src" }, "product_reference": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.src", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64" }, "product_reference": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64" }, "product_reference": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le" }, "product_reference": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x" }, "product_reference": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64" }, "product_reference": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64" }, "product_reference": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le" }, "product_reference": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x" }, "product_reference": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64" }, "product_reference": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virt-v2v-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-v2v-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "virt-v2v-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virt-v2v-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-v2v-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "virt-v2v-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, "product_reference": "virt-devel:8.2:8020120211120005046:863bb0db", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1" }, { "category": "default_component_of", "full_product_name": { "name": "SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src" }, "product_reference": "SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.i686" }, "product_reference": "libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686" }, "product_reference": "libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686" }, "product_reference": "libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686" }, "product_reference": "libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686" }, "product_reference": "libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686" }, "product_reference": "libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686" }, "product_reference": "libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686" }, "product_reference": "nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686" }, "product_reference": "nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64" }, "product_reference": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le" }, "product_reference": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x" }, "product_reference": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64" }, "product_reference": "ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64" }, "product_reference": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le" }, "product_reference": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x" }, "product_reference": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64" }, "product_reference": "ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64" }, "product_reference": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686" }, "product_reference": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le" }, "product_reference": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x" }, "product_reference": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64" }, "product_reference": "ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64" }, "product_reference": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686" }, "product_reference": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le" }, "product_reference": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x" }, "product_reference": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64" }, "product_reference": "ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64" }, "product_reference": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686" }, "product_reference": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le" }, "product_reference": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x" }, "product_reference": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64" }, "product_reference": "ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.i686" }, "product_reference": "perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.i686" }, "product_reference": "perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.i686" }, "product_reference": "perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686" }, "product_reference": "python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686" }, "product_reference": "python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686" }, "product_reference": "python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686" }, "product_reference": "python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64" }, "product_reference": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le" }, "product_reference": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x" }, "product_reference": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64" }, "product_reference": "qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686" }, "product_reference": "ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src" }, "product_reference": "seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.i686" }, "product_reference": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src" }, "product_reference": "sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686" }, "product_reference": "swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686" }, "product_reference": "swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686" }, "product_reference": "swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686" }, "product_reference": "swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686" }, "product_reference": "swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686" }, "product_reference": "swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686" }, "product_reference": "swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686" }, "product_reference": "swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686" }, "product_reference": "virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686" }, "product_reference": "virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" }, { "category": "default_component_of", "full_product_name": { "name": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686 as a component of virt-devel:8.2:8020120211120005046:863bb0db as a component of Advanced Virtualization CodeReady Builder for RHEL 8.2.1", "product_id": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686" }, "product_reference": "virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "relates_to_product_reference": "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Alexander Bulekov" ] } ], "cve": "CVE-2021-3748", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2021-08-25T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1998514" } ], "notes": [ { "category": "description", "text": "A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor\u0027s address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.", "title": "Vulnerability description" }, { "category": "summary", "text": "QEMU: virtio-net: heap use-after-free in virtio_net_receive_rcu", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of `qemu-kvm` as shipped with Red Hat Enterprise Linux 8 and Red Hat Enterprise Linux 8 Advanced Virtualization. A future update may address this flaw.", "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": [ "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-bash-completion-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-inspect-icons-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-javadoc-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-man-pages-ja-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-man-pages-uk-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-0:6.0.0-1.module+el8.2.0+5453+31b2b136.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-bash-completion-0:1.16.2-4.module+el8.2.1+6710+effcb1df.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-vddk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-vddk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-gluster-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-gluster-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seavgabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-bin-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-v2v-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-v2v-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-3748" }, { "category": "external", "summary": "RHBZ#1998514", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1998514" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-3748", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3748" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3748", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3748" } ], "release_date": "2021-08-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-12-09T09:44:24+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": [ "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-bash-completion-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-inspect-icons-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-javadoc-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-man-pages-ja-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-man-pages-uk-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-0:6.0.0-1.module+el8.2.0+5453+31b2b136.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-bash-completion-0:1.16.2-4.module+el8.2.1+6710+effcb1df.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-vddk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-vddk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-gluster-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-gluster-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seavgabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-bin-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-v2v-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-v2v-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:5036" }, { "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": [ "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-bash-completion-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-inspect-icons-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-javadoc-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-man-pages-ja-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-man-pages-uk-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-0:6.0.0-1.module+el8.2.0+5453+31b2b136.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-bash-completion-0:1.16.2-4.module+el8.2.1+6710+effcb1df.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-vddk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-vddk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-gluster-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-gluster-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seavgabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-bin-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-v2v-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-v2v-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-bash-completion-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-benchmarking-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-debugsource-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gfs2-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-gobject-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-inspect-icons-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-java-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-javadoc-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-man-pages-ja-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-man-pages-uk-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rescue-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-rsync-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-1:1.40.2-24.module+el8.2.1+7154+47ffd890.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-tools-c-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libguestfs-xfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-qemu-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-gluster-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-daemon-kvm-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-lock-sanlock-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-0:6.0.0-1.module+el8.2.0+5453+31b2b136.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:lua-guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-bash-completion-0:1.16.2-4.module+el8.2.1+6710+effcb1df.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-filters-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-basic-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-curl-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-debugsource-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-devel-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-example-plugins-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-gzip-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-linuxdisk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-python-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-server-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-ssh-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-vddk-plugin-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-vddk-plugin-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:nbdkit-xz-filter-debuginfo-0:1.16.2-4.module+el8.2.1+6710+effcb1df.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Guestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:python3-pyvmomi-0:6.7.1-7.module+el8.2.0+4793+b09dd2fb.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-guest-agent-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-img-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-curl-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-gluster-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-gluster-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-iscsi-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-rbd-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-block-ssh-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-common-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-core-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:qemu-kvm-debugsource-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:ruby-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:seavgabios-bin-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:sgabios-bin-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.noarch", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debuginfo-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-debugsource-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:supermin-devel-0:5.1.19-10.module+el8.2.0+4793+b09dd2fb.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.src", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-dib-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-v2v-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-8.2.1:virt:8.2:8020120211120005046:863bb0db:virt-v2v-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:SLOF-0:20191022-3.git899d9883.module+el8.2.0+5449+efc036dd.src", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-debugsource-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libguestfs-winsupport-0:8.2-2.module+el8.2.1+12663+d52ebc0d.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-debugsource-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-devel-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-utils-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-debugsource-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-debuginfo-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-debugsource-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libtpms-devel-0:0.7.0-1.20191018gitdc116933b7.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-admin-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-admin-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-bash-completion-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-client-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-client-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-config-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-interface-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-network-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nodedev-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-nwfilter-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-secret-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-core-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-disk-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-logical-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-mpath-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-rbd-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-daemon-driver-storage-scsi-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-debugsource-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-devel-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-docs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-libs-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-libs-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-nss-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-nss-debuginfo-0:6.0.0-25.6.module+el8.2.1+12457+868e9540.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:libvirt-python-debugsource-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:nbdfuse-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:nbdfuse-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-debugsource-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-devel-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-libs-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:netcf-libs-debuginfo-0:0.2.8-12.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-hivex-devel-0:1.3.18-20.module+el8.2.0+5588+63a201c3.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-debuginfo-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libguestfs-devel-1:1.40.2-24.module+el8.2.1+7154+47ffd890.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ocaml-libnbd-devel-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debuginfo-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-Sys-Virt-debugsource-0:6.0.0-1.module+el8.2.0+5488+267def79.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:perl-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libnbd-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libnbd-debuginfo-0:1.2.2-1.module+el8.2.0+5644+32ac38d4.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libvirt-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:python3-libvirt-debuginfo-0:6.0.0-1.module+el8.2.0+5453+31b2b136.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.aarch64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.ppc64le", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.s390x", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:qemu-kvm-tests-debuginfo-15:4.2.0-29.module+el8.2.1+13346+415e44e8.10.x86_64", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ruby-hivex-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:ruby-hivex-debuginfo-0:1.3.18-20.module+el8.2.0+5588+63a201c3.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:seabios-0:1.13.0-2.module+el8.2.1+7284+aa32a2c4.src", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:sgabios-1:0.20170427git-3.module+el8.2.0+4793+b09dd2fb.src", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-debugsource-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-devel-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-libs-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-libs-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-tools-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:swtpm-tools-debuginfo-0:0.2.0-2.20200127gitff5a83b.module+el8.2.0+5579+d71178e0.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-devel-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686", "8Base-Advanced-Virt-CRB-8.2.1:virt-devel:8.2:8020120211120005046:863bb0db:virglrenderer-test-server-0:0.8.2-1.module+el8.2.0+5777+d9c2af8c.i686" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "QEMU: virtio-net: heap use-after-free in virtio_net_receive_rcu" } ] }
rhsa-2022_1759
Vulnerability from csaf_redhat
Published
2022-05-10 13:24
Modified
2024-11-15 14:49
Summary
Red Hat Security Advisory: virt:rhel and virt-devel:rhel security, bug fix, and enhancement update
Notes
Topic
An update for the virt:rhel and virt-devel:rhel modules is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Kernel-based Virtual Machine (KVM) offers a full virtualization solution for Linux on numerous hardware platforms. The virt:rhel module contains packages which provide user-space components used to run virtual machines using KVM. The packages also provide APIs for managing and interacting with the virtualized systems.
The following packages have been upgraded to a later upstream version: qemu-kvm (6.2.0), libvirt (8.0.0), libvirt-python (8.0.0), perl-Sys-Virt (8.0.0), seabios (1.15.0), libtpms (0.9.1). (BZ#1997410, BZ#2012802, BZ#2012806, BZ#2012813, BZ#2018392, BZ#2027716, BZ#2029355)
Security Fix(es):
* QEMU: virtio-net: heap use-after-free in virtio_net_receive_rcu (CVE-2021-3748)
* ntfs-3g: Out-of-bounds heap buffer access in ntfs_get_attribute_value() due to incorrect check of bytes_in_use value in MFT records (CVE-2021-33285)
* ntfs-3g: Heap buffer overflow triggered by a specially crafted Unicode string (CVE-2021-33286)
* ntfs-3g: Heap buffer overflow in ntfs_attr_pread_i() triggered by specially crafted NTFS attributes (CVE-2021-33287)
* ntfs-3g: Heap buffer overflow triggered by a specially crafted MFT section (CVE-2021-33289)
* ntfs-3g: Heap buffer overflow triggered by a specially crafted NTFS inode pathname (CVE-2021-35266)
* ntfs-3g: Stack buffer overflow triggered when correcting differences between MFT and MFTMirror sections (CVE-2021-35267)
* ntfs-3g: Heap buffer overflow in ntfs_inode_real_open() triggered by a specially crafted NTFS inode (CVE-2021-35268)
* ntfs-3g: Heap buffer overflow in ntfs_attr_setup_flag() triggered by a specially crafted NTFS attribute from MFT (CVE-2021-35269)
* ntfs-3g: NULL pointer dereference in ntfs_extent_inode_open() (CVE-2021-39251)
* ntfs-3g: Out-of-bounds read in ntfs_ie_lookup() (CVE-2021-39252)
* ntfs-3g: Out-of-bounds read in ntfs_runlists_merge_i() (CVE-2021-39253)
* ntfs-3g: Integer overflow in memmove() leading to heap buffer overflow in ntfs_attr_record_resize() (CVE-2021-39254)
* ntfs-3g: Out-of-bounds read ntfs_attr_find_in_attrdef() triggered by an invalid attribute (CVE-2021-39255)
* ntfs-3g: Heap buffer overflow in ntfs_inode_lookup_by_name() (CVE-2021-39256)
* ntfs-3g: Endless recursion from ntfs_attr_pwrite() triggered by an unallocated bitmap (CVE-2021-39257)
* ntfs-3g: Out-of-bounds reads in ntfs_attr_find() and ntfs_external_attr_find() (CVE-2021-39258)
* ntfs-3g: Out-of-bounds access in ntfs_inode_lookup_by_name() caused by an unsanitized attribute length (CVE-2021-39259)
* ntfs-3g: Out-of-bounds access in ntfs_inode_sync_standard_information() (CVE-2021-39260)
* ntfs-3g: Heap buffer overflow in ntfs_compressed_pwrite() (CVE-2021-39261)
* ntfs-3g: Out-of-bounds access in ntfs_decompress() (CVE-2021-39262)
* ntfs-3g: Heap buffer overflow in ntfs_get_attribute_value() caused by an unsanitized attribute (CVE-2021-39263)
* libnbd: nbdcopy: missing error handling may create corrupted destination image (CVE-2022-0485)
* hivex: stack overflow due to recursive call of _get_children() (CVE-2021-3622)
* nbdkit: NBD_OPT_STRUCTURED_REPLY injection on STARTTLS (CVE-2021-3716)
* libvirt: segmentation fault during VM shutdown can lead to vdsm hang (CVE-2021-3975)
* QEMU: NULL pointer dereference in mirror_wait_on_conflicts() in block/mirror.c (CVE-2021-4145)
* QEMU: NULL pointer dereference in pci_write() in hw/acpi/pcihp.c (CVE-2021-4158)
* QEMU: block: fdc: null pointer dereference may lead to guest crash (CVE-2021-20196)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.6 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the virt:rhel and virt-devel:rhel modules 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": "Kernel-based Virtual Machine (KVM) offers a full virtualization solution for Linux on numerous hardware platforms. The virt:rhel module contains packages which provide user-space components used to run virtual machines using KVM. The packages also provide APIs for managing and interacting with the virtualized systems.\n\nThe following packages have been upgraded to a later upstream version: qemu-kvm (6.2.0), libvirt (8.0.0), libvirt-python (8.0.0), perl-Sys-Virt (8.0.0), seabios (1.15.0), libtpms (0.9.1). (BZ#1997410, BZ#2012802, BZ#2012806, BZ#2012813, BZ#2018392, BZ#2027716, BZ#2029355)\n\nSecurity Fix(es):\n\n* QEMU: virtio-net: heap use-after-free in virtio_net_receive_rcu (CVE-2021-3748)\n\n* ntfs-3g: Out-of-bounds heap buffer access in ntfs_get_attribute_value() due to incorrect check of bytes_in_use value in MFT records (CVE-2021-33285)\n\n* ntfs-3g: Heap buffer overflow triggered by a specially crafted Unicode string (CVE-2021-33286)\n\n* ntfs-3g: Heap buffer overflow in ntfs_attr_pread_i() triggered by specially crafted NTFS attributes (CVE-2021-33287)\n\n* ntfs-3g: Heap buffer overflow triggered by a specially crafted MFT section (CVE-2021-33289)\n\n* ntfs-3g: Heap buffer overflow triggered by a specially crafted NTFS inode pathname (CVE-2021-35266)\n\n* ntfs-3g: Stack buffer overflow triggered when correcting differences between MFT and MFTMirror sections (CVE-2021-35267)\n\n* ntfs-3g: Heap buffer overflow in ntfs_inode_real_open() triggered by a specially crafted NTFS inode (CVE-2021-35268)\n\n* ntfs-3g: Heap buffer overflow in ntfs_attr_setup_flag() triggered by a specially crafted NTFS attribute from MFT (CVE-2021-35269)\n\n* ntfs-3g: NULL pointer dereference in ntfs_extent_inode_open() (CVE-2021-39251)\n\n* ntfs-3g: Out-of-bounds read in ntfs_ie_lookup() (CVE-2021-39252)\n\n* ntfs-3g: Out-of-bounds read in ntfs_runlists_merge_i() (CVE-2021-39253)\n\n* ntfs-3g: Integer overflow in memmove() leading to heap buffer overflow in ntfs_attr_record_resize() (CVE-2021-39254)\n\n* ntfs-3g: Out-of-bounds read ntfs_attr_find_in_attrdef() triggered by an invalid attribute (CVE-2021-39255)\n\n* ntfs-3g: Heap buffer overflow in ntfs_inode_lookup_by_name() (CVE-2021-39256)\n\n* ntfs-3g: Endless recursion from ntfs_attr_pwrite() triggered by an unallocated bitmap (CVE-2021-39257)\n\n* ntfs-3g: Out-of-bounds reads in ntfs_attr_find() and ntfs_external_attr_find() (CVE-2021-39258)\n\n* ntfs-3g: Out-of-bounds access in ntfs_inode_lookup_by_name() caused by an unsanitized attribute length (CVE-2021-39259)\n\n* ntfs-3g: Out-of-bounds access in ntfs_inode_sync_standard_information() (CVE-2021-39260)\n\n* ntfs-3g: Heap buffer overflow in ntfs_compressed_pwrite() (CVE-2021-39261)\n\n* ntfs-3g: Out-of-bounds access in ntfs_decompress() (CVE-2021-39262)\n\n* ntfs-3g: Heap buffer overflow in ntfs_get_attribute_value() caused by an unsanitized attribute (CVE-2021-39263)\n\n* libnbd: nbdcopy: missing error handling may create corrupted destination image (CVE-2022-0485)\n\n* hivex: stack overflow due to recursive call of _get_children() (CVE-2021-3622)\n\n* nbdkit: NBD_OPT_STRUCTURED_REPLY injection on STARTTLS (CVE-2021-3716)\n\n* libvirt: segmentation fault during VM shutdown can lead to vdsm hang (CVE-2021-3975)\n\n* QEMU: NULL pointer dereference in mirror_wait_on_conflicts() in block/mirror.c (CVE-2021-4145)\n\n* QEMU: NULL pointer dereference in pci_write() in hw/acpi/pcihp.c (CVE-2021-4158)\n\n* QEMU: block: fdc: null pointer dereference may lead to guest crash (CVE-2021-20196)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.6 Release Notes linked from 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-2022:1759", "url": "https://access.redhat.com/errata/RHSA-2022:1759" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/" }, { "category": "external", "summary": "1510237", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1510237" }, { "category": "external", "summary": "1677608", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677608" }, { "category": "external", "summary": "1689202", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1689202" }, { "category": "external", "summary": "1738392", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1738392" }, { "category": "external", "summary": "1743098", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1743098" }, { "category": "external", "summary": "1806857", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1806857" }, { "category": "external", "summary": "1810863", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1810863" }, { "category": "external", "summary": "1836094", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1836094" }, { "category": "external", "summary": "1845468", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1845468" }, { "category": "external", "summary": "1852762", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1852762" }, { "category": "external", "summary": "1867087", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1867087" }, { "category": "external", "summary": "1919210", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1919210" }, { "category": "external", "summary": "1924972", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1924972" }, { "category": "external", "summary": "1926508", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1926508" }, { "category": "external", "summary": "1942275", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1942275" }, { "category": "external", "summary": "1943203", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1943203" }, { "category": "external", "summary": "1953389", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1953389" }, { "category": "external", "summary": "1965140", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1965140" }, { "category": "external", "summary": "1965589", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1965589" }, { "category": "external", "summary": "1965638", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1965638" }, { "category": "external", "summary": "1972515", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1972515" }, { "category": "external", "summary": "1975489", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1975489" }, { "category": "external", "summary": "1975840", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1975840" }, { "category": "external", "summary": "1978574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1978574" }, { "category": "external", "summary": "1981782", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1981782" }, { "category": "external", "summary": "1982993", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1982993" }, { "category": "external", "summary": "1983684", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1983684" }, { "category": "external", "summary": "1984721", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1984721" }, { "category": "external", "summary": "1985451", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1985451" }, { "category": "external", "summary": "1988104", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1988104" }, { "category": "external", "summary": "1988986", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1988986" }, { "category": "external", "summary": "1989338", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989338" }, { "category": "external", "summary": "1989520", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989520" }, { "category": "external", "summary": "1990135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1990135" }, { "category": "external", "summary": "1994695", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1994695" }, { "category": "external", "summary": "1995865", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1995865" }, { "category": "external", "summary": "1996530", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1996530" }, { "category": "external", "summary": "1997410", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1997410" }, { "category": "external", "summary": "1998514", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1998514" }, { "category": "external", "summary": "1998947", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1998947" }, { "category": "external", "summary": "1998949", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1998949" }, { "category": "external", "summary": "1998950", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1998950" }, { "category": "external", "summary": "2000225", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2000225" }, { "category": "external", "summary": "2001525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001525" }, { "category": "external", "summary": "2001608", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001608" }, { "category": "external", "summary": "2001609", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001609" }, { "category": "external", "summary": "2001613", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001613" }, { "category": "external", "summary": "2001616", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001616" }, { "category": "external", "summary": "2001619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001619" }, { "category": "external", "summary": "2001621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001621" }, { "category": "external", "summary": "2001623", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001623" }, { "category": "external", "summary": "2001645", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001645" }, { "category": "external", "summary": "2001649", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001649" }, { "category": "external", "summary": "2001650", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001650" }, { "category": "external", "summary": "2001651", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001651" }, { "category": "external", "summary": "2001652", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001652" }, { "category": "external", "summary": "2001653", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001653" }, { "category": "external", "summary": "2001654", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001654" }, { "category": "external", "summary": "2001656", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001656" }, { "category": "external", "summary": "2001658", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001658" }, { "category": "external", "summary": "2001659", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001659" }, { "category": "external", "summary": "2001661", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001661" }, { "category": "external", "summary": "2001662", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001662" }, { "category": "external", "summary": "2001665", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001665" }, { "category": "external", "summary": "2001667", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2001667" }, { "category": "external", "summary": "2002607", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2002607" }, { "category": "external", "summary": "2002694", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2002694" }, { "category": "external", "summary": "2002907", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2002907" }, { "category": "external", "summary": "2003071", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2003071" }, { "category": "external", "summary": "2003679", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2003679" }, { "category": "external", "summary": "2004416", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2004416" }, { "category": "external", "summary": "2004812", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2004812" }, { "category": "external", "summary": "2007129", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2007129" }, { "category": "external", "summary": "2009236", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2009236" }, { "category": "external", "summary": "2012385", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2012385" }, { "category": "external", "summary": "2012802", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2012802" }, { "category": "external", "summary": "2012806", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2012806" }, { "category": "external", "summary": "2012813", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2012813" }, { "category": "external", "summary": "2013916", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2013916" }, { "category": "external", "summary": "2017928", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2017928" }, { "category": "external", "summary": "2018173", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2018173" }, { "category": "external", "summary": "2018392", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2018392" }, { "category": "external", "summary": "2020630", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2020630" }, { "category": "external", "summary": "2021778", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2021778" }, { "category": "external", "summary": "2022604", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2022604" }, { "category": "external", "summary": "2022606", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2022606" }, { "category": "external", "summary": "2022607", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2022607" }, { "category": "external", "summary": "2022608", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2022608" }, { "category": "external", "summary": "2023279", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2023279" }, { "category": "external", "summary": "2024326", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024326" }, { "category": "external", "summary": "2024419", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024419" }, { "category": "external", "summary": "2025769", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2025769" }, { "category": "external", "summary": "2026834", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2026834" }, { "category": "external", "summary": "2027208", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2027208" }, { "category": "external", "summary": "2027716", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2027716" }, { "category": "external", "summary": "2029355", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2029355" }, { "category": "external", "summary": "2029380", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2029380" }, { "category": "external", "summary": "2029582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2029582" }, { "category": "external", "summary": "2029612", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2029612" }, { "category": "external", "summary": "2029647", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2029647" }, { "category": "external", "summary": "2030119", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030119" }, { "category": "external", "summary": "2030435", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030435" }, { "category": "external", "summary": "2030437", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030437" }, { "category": "external", "summary": "2030438", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2030438" }, { "category": "external", "summary": "2031035", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031035" }, { "category": "external", "summary": "2031039", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031039" }, { "category": "external", "summary": "2031041", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2031041" }, { "category": "external", "summary": "2033279", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2033279" }, { "category": "external", "summary": "2034602", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2034602" }, { "category": "external", "summary": "2035002", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2035002" }, { "category": "external", "summary": "2035177", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2035177" }, { "category": "external", "summary": "2035185", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2035185" }, { "category": "external", "summary": "2035237", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2035237" }, { "category": "external", "summary": "2035714", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2035714" }, { "category": "external", "summary": "2036178", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2036178" }, { "category": "external", "summary": "2037135", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2037135" }, { "category": "external", "summary": "2041480", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041480" }, { "category": "external", "summary": "2041610", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041610" }, { "category": "external", "summary": "2043584", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2043584" }, { "category": "external", "summary": "2045945", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2045945" }, { "category": "external", "summary": "2046172", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2046172" }, { "category": "external", "summary": "2050324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2050324" }, { "category": "external", "summary": "2050697", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2050697" }, { "category": "external", "summary": "2050702", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2050702" }, { "category": "external", "summary": "2054597", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2054597" }, { "category": "external", "summary": "2059311", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059311" }, { "category": "external", "summary": "2065314", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2065314" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1759.json" } ], "title": "Red Hat Security Advisory: virt:rhel and virt-devel:rhel security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-15T14:49:04+00:00", "generator": { "date": "2024-11-15T14:49:04+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:1759", "initial_release_date": "2022-05-10T13:24:40+00:00", "revision_history": [ { "date": "2022-05-10T13:24:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-05-10T13:24:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-15T14:49:04+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 8)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.6.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "virt:rhel:8060020220408104655:d63f516d", "product": { "name": "virt:rhel:8060020220408104655:d63f516d", "product_id": "virt:rhel:8060020220408104655:d63f516d", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/virt@rhel:8060020220408104655:d63f516d" } } }, { "category": "product_version", "name": "libguestfs-bash-completion-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "libguestfs-bash-completion-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "libguestfs-bash-completion-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-bash-completion@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-inspect-icons-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "libguestfs-inspect-icons-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "libguestfs-inspect-icons-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-inspect-icons@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-javadoc-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "libguestfs-javadoc-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "libguestfs-javadoc-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-javadoc@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-man-pages-ja-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "libguestfs-man-pages-ja-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "libguestfs-man-pages-ja-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-man-pages-ja@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-man-pages-uk-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "libguestfs-man-pages-uk-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "libguestfs-man-pages-uk-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-man-pages-uk@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "libguestfs-tools-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "libguestfs-tools-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "libnbd-bash-completion-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "libnbd-bash-completion-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "libnbd-bash-completion-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-bash-completion@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch" } } }, { "category": "product_version", "name": "nbdkit-bash-completion-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "nbdkit-bash-completion-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "nbdkit-bash-completion-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-bash-completion@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch" } } }, { "category": "product_version", "name": "SLOF-0:20210217-1.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "SLOF-0:20210217-1.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "SLOF-0:20210217-1.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/SLOF@20210217-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch" } } }, { "category": "product_version", "name": "seabios-bin-0:1.15.0-2.module+el8.6.0+14757+c25ee005.noarch", "product": { "name": "seabios-bin-0:1.15.0-2.module+el8.6.0+14757+c25ee005.noarch", "product_id": "seabios-bin-0:1.15.0-2.module+el8.6.0+14757+c25ee005.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/seabios-bin@1.15.0-2.module%2Bel8.6.0%2B14757%2Bc25ee005?arch=noarch" } } }, { "category": "product_version", "name": "seavgabios-bin-0:1.15.0-2.module+el8.6.0+14757+c25ee005.noarch", "product": { "name": "seavgabios-bin-0:1.15.0-2.module+el8.6.0+14757+c25ee005.noarch", "product_id": "seavgabios-bin-0:1.15.0-2.module+el8.6.0+14757+c25ee005.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/seavgabios-bin@1.15.0-2.module%2Bel8.6.0%2B14757%2Bc25ee005?arch=noarch" } } }, { "category": "product_version", "name": "sgabios-bin-1:0.20170427git-3.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "sgabios-bin-1:0.20170427git-3.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "sgabios-bin-1:0.20170427git-3.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/sgabios-bin@0.20170427git-3.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-v2v-bash-completion-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "virt-v2v-bash-completion-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "virt-v2v-bash-completion-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-v2v-bash-completion@1.42.0-18.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-v2v-man-pages-ja-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "virt-v2v-man-pages-ja-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "virt-v2v-man-pages-ja-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-v2v-man-pages-ja@1.42.0-18.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-v2v-man-pages-uk-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.noarch", "product": { "name": "virt-v2v-man-pages-uk-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.noarch", "product_id": "virt-v2v-man-pages-uk-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-v2v-man-pages-uk@1.42.0-18.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-devel:rhel:8060020220408104655:d63f516d", "product": { "name": "virt-devel:rhel:8060020220408104655:d63f516d", "product_id": "virt-devel:rhel:8060020220408104655:d63f516d", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/virt-devel@rhel:8060020220408104655:d63f516d" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debugsource@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-devel@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-appliance@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debugsource@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gfs2@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rescue@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rsync@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-winsupport@8.6-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-xfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debuginfo@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debugsource@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-devel@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils-debuginfo@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debugsource@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-devel@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debuginfo@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debugsource@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-devel@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-kvm@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debuginfo@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debugsource@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debugsource@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python-debugsource@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-wireshark@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-wireshark-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "lua-guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "lua-guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "lua-guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-basic-filters-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-basic-filters-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-basic-filters-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-basic-filters-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-basic-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-basic-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-basic-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-basic-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-curl-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-curl-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-curl-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-curl-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-debugsource-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-debugsource-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-debugsource-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debugsource@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-devel-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-devel-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-devel-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-devel@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-example-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-example-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-example-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-example-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-gzip-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-gzip-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-gzip-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-filter@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-gzip-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-gzip-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-gzip-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-filter-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-gzip-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-gzip-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-gzip-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-gzip-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-linuxdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-linuxdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-linuxdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-nbd-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-nbd-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-nbd-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-nbd-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-nbd-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-nbd-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-nbd-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-nbd-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-python-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-python-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-python-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-python-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-server-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-server-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-server-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-server-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-server-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-server-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-ssh-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-ssh-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-ssh-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-ssh-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-tar-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-tar-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-tar-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-filter@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-tar-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-tar-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-tar-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-filter-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-tar-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-tar-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-tar-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-tar-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-tar-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-tar-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-tmpdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-tmpdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-tmpdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tmpdisk-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-tmpdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-tmpdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-tmpdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tmpdisk-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-xz-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-xz-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "nbdkit-xz-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "nbdkit-xz-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debuginfo@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debugsource@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-devel@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs-debuginfo@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "perl-Sys-Guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "perl-Sys-Guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "perl-Sys-Guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "perl-Sys-Guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debuginfo@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debugsource@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "python3-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "python3-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "python3-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "python3-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt-debuginfo@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "qemu-guest-agent-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-guest-agent-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-guest-agent-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-guest-agent-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-guest-agent-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-guest-agent-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-img-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-img-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-img-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-img-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-block-curl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-block-curl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-block-curl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-block-curl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-block-iscsi-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-block-iscsi-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-block-iscsi-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-block-iscsi-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-block-rbd-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-block-rbd-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-block-rbd-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-block-rbd-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-block-ssh-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-block-ssh-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-block-ssh-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-block-ssh-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-common-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-common-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-common-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-common-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-core-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-core-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-core-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-core-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debugsource-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-debugsource-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-debugsource-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debugsource@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-docs-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-docs-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-docs-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-docs@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } }, { "category": "product_version", "name": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "ruby-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ruby-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ruby-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "ruby-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ruby-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ruby-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "supermin-debuginfo-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "supermin-debuginfo-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "supermin-debuginfo-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debuginfo@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "supermin-debugsource-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "supermin-debugsource-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "supermin-debugsource-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debugsource@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "supermin-devel-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "supermin-devel-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "supermin-devel-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-devel@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "swtpm-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "swtpm-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debuginfo@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-debugsource-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "swtpm-debugsource-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "swtpm-debugsource-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debugsource@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-devel-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "swtpm-devel-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "swtpm-devel-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-devel@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-libs-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "swtpm-libs-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "swtpm-libs-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-libs-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "swtpm-libs-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "swtpm-libs-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs-debuginfo@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-tools-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "swtpm-tools-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "swtpm-tools-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-tools-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "swtpm-tools-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "swtpm-tools-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-debuginfo@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "swtpm-tools-pkcs11-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "swtpm-tools-pkcs11-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "swtpm-tools-pkcs11-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-pkcs11@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "virt-dib-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "virt-dib-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "virt-dib-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-dib-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "virt-dib-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "virt-dib-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-devel@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ocaml-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ocaml-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ocaml-libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ocaml-libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product": { "name": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_id": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-devel@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=aarch64" } } }, { "category": "product_version", "name": "qemu-kvm-tests-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product": { "name": "qemu-kvm-tests-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_id": "qemu-kvm-tests-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-tests@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=aarch64\u0026epoch=15" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-winsupport@8.6-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "libvirt-python-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "libvirt-python-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "libvirt-python-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.src", "product": { "name": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.src", "product_id": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=src\u0026epoch=15" } } }, { "category": "product_version", "name": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "SLOF-0:20210217-1.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "SLOF-0:20210217-1.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "SLOF-0:20210217-1.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/SLOF@20210217-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src" } } }, { "category": "product_version", "name": "seabios-0:1.15.0-2.module+el8.6.0+14757+c25ee005.src", "product": { "name": "seabios-0:1.15.0-2.module+el8.6.0+14757+c25ee005.src", "product_id": "seabios-0:1.15.0-2.module+el8.6.0+14757+c25ee005.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/seabios@1.15.0-2.module%2Bel8.6.0%2B14757%2Bc25ee005?arch=src" } } }, { "category": "product_version", "name": "sgabios-1:0.20170427git-3.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "sgabios-1:0.20170427git-3.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "sgabios-1:0.20170427git-3.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/sgabios@0.20170427git-3.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-v2v-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.src", "product": { "name": "virt-v2v-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.src", "product_id": "virt-v2v-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-v2v@1.42.0-18.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debugsource@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-devel@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-appliance@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debugsource@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gfs2@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rescue@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rsync@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-winsupport@8.6-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-xfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debuginfo@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debugsource@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-devel@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils-debuginfo@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debugsource@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-devel@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debuginfo@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debugsource@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-devel@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-kvm@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debuginfo@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debugsource@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debugsource@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python-debugsource@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-wireshark@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-wireshark-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "lua-guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "lua-guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "lua-guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-basic-filters-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-basic-filters-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-basic-filters-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-basic-filters-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-basic-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-basic-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-basic-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-basic-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-curl-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-curl-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-curl-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-curl-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-debugsource-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-debugsource-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-debugsource-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debugsource@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-devel-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-devel-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-devel-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-devel@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-example-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-example-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-example-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-example-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-gzip-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-gzip-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-gzip-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-filter@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-gzip-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-gzip-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-gzip-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-filter-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-gzip-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-gzip-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-gzip-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-gzip-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-linuxdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-linuxdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-linuxdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-nbd-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-nbd-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-nbd-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-nbd-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-nbd-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-nbd-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-nbd-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-nbd-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-python-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-python-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-python-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-python-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-server-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-server-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-server-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-server-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-server-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-server-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-ssh-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-ssh-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-ssh-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-ssh-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-tar-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-tar-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-tar-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-filter@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-tar-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-tar-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-tar-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-filter-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-tar-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-tar-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-tar-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-tar-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-tar-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-tar-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-tmpdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-tmpdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-tmpdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tmpdisk-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-tmpdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-tmpdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-tmpdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tmpdisk-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-xz-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-xz-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "nbdkit-xz-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "nbdkit-xz-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debuginfo@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debugsource@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-devel@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs-debuginfo@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "perl-Sys-Guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "perl-Sys-Guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "perl-Sys-Guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "perl-Sys-Guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debuginfo@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debugsource@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "python3-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "python3-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "python3-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "python3-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt-debuginfo@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "qemu-guest-agent-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-guest-agent-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-guest-agent-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-guest-agent-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-guest-agent-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-guest-agent-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-img-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-img-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-img-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-img-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-block-curl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-block-curl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-block-curl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-block-curl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-block-iscsi-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-block-iscsi-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-block-iscsi-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-block-iscsi-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-block-rbd-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-block-rbd-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-block-rbd-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-block-rbd-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-block-ssh-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-block-ssh-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-block-ssh-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-block-ssh-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-common-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-common-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-common-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-common-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-core-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-core-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-core-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-core-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debugsource-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-debugsource-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-debugsource-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debugsource@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-docs-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-docs-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-docs-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-docs@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } }, { "category": "product_version", "name": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "ruby-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ruby-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ruby-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "ruby-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ruby-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ruby-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "supermin-debuginfo-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "supermin-debuginfo-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "supermin-debuginfo-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debuginfo@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "supermin-debugsource-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "supermin-debugsource-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "supermin-debugsource-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debugsource@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "supermin-devel-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "supermin-devel-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "supermin-devel-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-devel@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "swtpm-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "swtpm-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debuginfo@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-debugsource-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "swtpm-debugsource-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "swtpm-debugsource-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debugsource@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-devel-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "swtpm-devel-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "swtpm-devel-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-devel@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-libs-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "swtpm-libs-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "swtpm-libs-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-libs-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "swtpm-libs-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "swtpm-libs-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs-debuginfo@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-tools-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "swtpm-tools-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "swtpm-tools-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-tools-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "swtpm-tools-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "swtpm-tools-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-debuginfo@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "swtpm-tools-pkcs11-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "swtpm-tools-pkcs11-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "swtpm-tools-pkcs11-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-pkcs11@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "virt-dib-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "virt-dib-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "virt-dib-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-dib-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "virt-dib-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "virt-dib-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-devel@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ocaml-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ocaml-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ocaml-libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ocaml-libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product": { "name": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_id": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-devel@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=ppc64le" } } }, { "category": "product_version", "name": "qemu-kvm-tests-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product": { "name": "qemu-kvm-tests-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_id": "qemu-kvm-tests-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-tests@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=ppc64le\u0026epoch=15" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debugsource@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-devel@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-appliance@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debugsource@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gfs2@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rescue@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rsync@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-winsupport@8.6-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-xfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debuginfo@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debugsource@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-devel@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils-debuginfo@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debugsource@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-devel@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debuginfo@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debugsource@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-devel@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-kvm@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debuginfo@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debugsource@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debugsource@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python-debugsource@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-wireshark@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-wireshark-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "lua-guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "lua-guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "lua-guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-basic-filters-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-basic-filters-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-basic-filters-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-basic-filters-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-basic-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-basic-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-basic-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-basic-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-curl-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-curl-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-curl-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-curl-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-debugsource-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-debugsource-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-debugsource-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debugsource@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-devel-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-devel-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-devel-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-devel@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-example-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-example-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-example-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-example-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-gzip-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-gzip-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-gzip-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-filter@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-gzip-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-gzip-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-gzip-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-filter-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-gzip-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-gzip-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-gzip-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-gzip-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-linuxdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-linuxdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-linuxdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-nbd-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-nbd-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-nbd-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-nbd-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-nbd-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-nbd-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-nbd-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-nbd-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-python-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-python-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-python-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-python-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-server-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-server-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-server-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-server-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-server-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-server-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-ssh-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-ssh-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-ssh-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-ssh-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-tar-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-tar-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-tar-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-filter@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-tar-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-tar-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-tar-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-filter-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-tar-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-tar-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-tar-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-tar-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-tar-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-tar-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-tmpdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-tmpdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-tmpdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tmpdisk-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-tmpdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-tmpdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-tmpdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tmpdisk-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-xz-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-xz-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "nbdkit-xz-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "nbdkit-xz-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debuginfo@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debugsource@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-devel@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs-debuginfo@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "perl-Sys-Guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "perl-Sys-Guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "perl-Sys-Guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "perl-Sys-Guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debuginfo@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debugsource@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "python3-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "python3-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "python3-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "python3-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "python3-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt-debuginfo@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "qemu-guest-agent-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-guest-agent-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-guest-agent-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-guest-agent-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-guest-agent-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-guest-agent-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-img-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-img-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-img-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-img-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-block-curl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-block-curl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-block-curl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-block-curl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-block-iscsi-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-block-iscsi-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-block-iscsi-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-block-iscsi-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-block-rbd-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-block-rbd-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-block-rbd-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-block-rbd-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-block-ssh-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-block-ssh-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-block-ssh-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-block-ssh-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-common-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-common-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-common-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-common-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-core-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-core-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-core-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-core-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debugsource-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-debugsource-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-debugsource-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debugsource@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-docs-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-docs-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-docs-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-docs@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } }, { "category": "product_version", "name": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "ruby-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ruby-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ruby-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "ruby-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ruby-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ruby-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "supermin-debuginfo-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "supermin-debuginfo-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "supermin-debuginfo-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debuginfo@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "supermin-debugsource-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "supermin-debugsource-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "supermin-debugsource-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debugsource@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "supermin-devel-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "supermin-devel-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "supermin-devel-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-devel@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "swtpm-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "swtpm-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debuginfo@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-debugsource-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "swtpm-debugsource-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "swtpm-debugsource-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debugsource@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-devel-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "swtpm-devel-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "swtpm-devel-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-devel@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-libs-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "swtpm-libs-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "swtpm-libs-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-libs-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "swtpm-libs-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "swtpm-libs-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs-debuginfo@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-tools-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "swtpm-tools-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "swtpm-tools-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-tools-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "swtpm-tools-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "swtpm-tools-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-debuginfo@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "swtpm-tools-pkcs11-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "swtpm-tools-pkcs11-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "swtpm-tools-pkcs11-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-pkcs11@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "virt-dib-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "virt-dib-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "virt-dib-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-dib-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "virt-dib-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "virt-dib-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-devel@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ocaml-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ocaml-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ocaml-libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ocaml-libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product": { "name": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_id": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-devel@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=s390x" } } }, { "category": "product_version", "name": "qemu-kvm-tests-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product": { "name": "qemu-kvm-tests-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_id": "qemu-kvm-tests-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-tests@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=s390x\u0026epoch=15" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debugsource@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-devel@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-appliance@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-debugsource@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gfs2@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-gobject-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-java-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rescue@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-rsync@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-tools-c-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-winsupport@8.6-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-xfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debuginfo@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debugsource@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-devel@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils-debuginfo@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debugsource@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-devel@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debuginfo@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-debugsource@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libtpms-devel@0.9.1-0.20211126git1ff6fe1f43.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-qemu-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-gluster-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-rbd-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-kvm@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debuginfo@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debugsource@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debugsource@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python-debugsource@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-wireshark@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-wireshark-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "lua-guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "lua-guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "lua-guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/lua-guestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-basic-filters-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-basic-filters-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-basic-filters-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-basic-filters-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-basic-filters-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-filters-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-basic-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-basic-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-basic-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-basic-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-basic-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-basic-plugins-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-curl-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-curl-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-curl-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-curl-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-curl-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-curl-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-debugsource-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-debugsource-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-debugsource-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-debugsource@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-devel-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-devel-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-devel-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-devel@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-example-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-example-plugins-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-example-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-example-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-example-plugins-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-example-plugins-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-gzip-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-gzip-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-gzip-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-filter@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-gzip-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-gzip-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-gzip-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-filter-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-gzip-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-gzip-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-gzip-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-gzip-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-gzip-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-gzip-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-linuxdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-linuxdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-linuxdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-linuxdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-linuxdisk-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-nbd-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-nbd-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-nbd-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-nbd-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-nbd-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-nbd-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-nbd-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-nbd-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-python-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-python-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-python-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-python-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-python-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-python-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-server-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-server-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-server-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-server-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-server-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-server-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-server-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-ssh-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-ssh-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-ssh-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-ssh-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-ssh-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-ssh-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-tar-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-tar-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-tar-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-filter@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-tar-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-tar-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-tar-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-filter-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-tar-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-tar-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-tar-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-tar-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-tar-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-tar-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tar-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-tmpdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-tmpdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-tmpdisk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tmpdisk-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-tmpdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-tmpdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-tmpdisk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-tmpdisk-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-vddk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-vddk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-vddk-plugin-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-vddk-plugin@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-vddk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-vddk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-vddk-plugin-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-vddk-plugin-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-xz-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-xz-filter-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "nbdkit-xz-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "nbdkit-xz-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "nbdkit-xz-filter-debuginfo-0:1.24.0-4.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdkit-xz-filter-debuginfo@1.24.0-4.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debuginfo@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debugsource@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-devel@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs-debuginfo@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "perl-Sys-Guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "perl-Sys-Guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "perl-Sys-Guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "perl-Sys-Guestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Guestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debuginfo@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debugsource@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "python3-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "python3-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "python3-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "python3-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt-debuginfo@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "qemu-guest-agent-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-guest-agent-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-guest-agent-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-guest-agent-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-guest-agent-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-guest-agent-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-guest-agent-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-img-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-img-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-img-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-img-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-img-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-img-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-block-curl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-block-curl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-curl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-block-curl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-block-curl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-curl-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-gluster-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-block-gluster-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-block-gluster-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-gluster@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-gluster-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-block-gluster-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-block-gluster-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-gluster-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-block-iscsi-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-block-iscsi-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-iscsi-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-block-iscsi-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-block-iscsi-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-iscsi-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-block-rbd-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-block-rbd-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-rbd-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-block-rbd-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-block-rbd-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-rbd-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-block-ssh-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-block-ssh-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-block-ssh-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-block-ssh-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-block-ssh-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-block-ssh-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-common-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-common-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-common-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-common-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-common-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-common-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-core-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-core-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-core-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-core-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-core-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-core-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-debugsource-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-debugsource-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-debugsource-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-debugsource@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-docs-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-docs-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-docs-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-docs@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-hw-usbredir-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-hw-usbredir-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-hw-usbredir-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-hw-usbredir@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-hw-usbredir-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-hw-usbredir-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-hw-usbredir-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-hw-usbredir-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-ui-opengl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-ui-opengl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-ui-opengl-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-ui-opengl@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-ui-opengl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-ui-opengl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-ui-opengl-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-ui-opengl-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-ui-spice-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-ui-spice-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-ui-spice-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-ui-spice@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "qemu-kvm-ui-spice-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-ui-spice-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-ui-spice-debuginfo-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-ui-spice-debuginfo@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } }, { "category": "product_version", "name": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "ruby-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ruby-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ruby-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "ruby-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ruby-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ruby-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "seabios-0:1.15.0-2.module+el8.6.0+14757+c25ee005.x86_64", "product": { "name": "seabios-0:1.15.0-2.module+el8.6.0+14757+c25ee005.x86_64", "product_id": "seabios-0:1.15.0-2.module+el8.6.0+14757+c25ee005.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/seabios@1.15.0-2.module%2Bel8.6.0%2B14757%2Bc25ee005?arch=x86_64" } } }, { "category": "product_version", "name": "sgabios-1:0.20170427git-3.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "sgabios-1:0.20170427git-3.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "sgabios-1:0.20170427git-3.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sgabios@0.20170427git-3.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "supermin-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "supermin-debuginfo-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "supermin-debuginfo-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "supermin-debuginfo-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debuginfo@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "supermin-debugsource-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "supermin-debugsource-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "supermin-debugsource-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-debugsource@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "supermin-devel-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "supermin-devel-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "supermin-devel-0:5.2.1-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/supermin-devel@5.2.1-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "swtpm-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "swtpm-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "swtpm-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debuginfo@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-debugsource-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "swtpm-debugsource-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "swtpm-debugsource-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-debugsource@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-devel-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "swtpm-devel-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "swtpm-devel-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-devel@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-libs-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "swtpm-libs-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "swtpm-libs-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-libs-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "swtpm-libs-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "swtpm-libs-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-libs-debuginfo@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-tools-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "swtpm-tools-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "swtpm-tools-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-tools-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "swtpm-tools-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "swtpm-tools-debuginfo-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-debuginfo@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "swtpm-tools-pkcs11-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "swtpm-tools-pkcs11-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "swtpm-tools-pkcs11-0:0.7.0-1.20211109gitb79fd91.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/swtpm-tools-pkcs11@0.7.0-1.20211109gitb79fd91.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "virt-dib-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "virt-dib-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "virt-dib-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-dib-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "virt-dib-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "virt-dib-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-dib-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-v2v-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "virt-v2v-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "virt-v2v-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-v2v@1.42.0-18.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-v2v-debuginfo-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "virt-v2v-debuginfo-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "virt-v2v-debuginfo-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-v2v-debuginfo@1.42.0-18.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "virt-v2v-debugsource-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "virt-v2v-debugsource-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "virt-v2v-debugsource-1:1.42.0-18.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/virt-v2v-debugsource@1.42.0-18.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-devel@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ocaml-libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ocaml-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ocaml-libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-debuginfo@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ocaml-libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ocaml-libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libguestfs-devel@1.44.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product": { "name": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_id": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-devel@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=x86_64" } } }, { "category": "product_version", "name": "qemu-kvm-tests-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product": { "name": "qemu-kvm-tests-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_id": "qemu-kvm-tests-15:6.2.0-11.module+el8.6.0+14707+5aa4b42d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/qemu-kvm-tests@6.2.0-11.module%2Bel8.6.0%2B14707%2B5aa4b42d?arch=x86_64\u0026epoch=15" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-debugsource@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/hivex-devel@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libguestfs-winsupport@8.6-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debuginfo@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-debugsource@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-devel@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libiscsi-utils-debuginfo@1.18.0-8.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-debugsource@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnbd-devel@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-network@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-config-nwfilter@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-interface-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-network-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nodedev-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-nwfilter-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-secret-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-core-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-disk-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-iscsi-direct-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-logical-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-mpath-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-daemon-driver-storage-scsi-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debuginfo@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-dbus-debugsource@1.3.0-2.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debugsource@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-docs@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-libs-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-nss-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python-debugsource@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-wireshark@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-wireshark-debuginfo@8.0.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "nbdfuse-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "nbdfuse-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nbdfuse-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "netcf-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "netcf-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debuginfo@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "netcf-debugsource-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-debugsource@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "netcf-devel-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-devel@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "netcf-libs-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "netcf-libs-debuginfo-0:0.2.8-12.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/netcf-libs-debuginfo@0.2.8-12.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "ocaml-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "ocaml-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "ocaml-hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-hivex-devel@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "ocaml-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "ocaml-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "ocaml-libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ocaml-libnbd-devel@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "perl-Sys-Virt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "perl-Sys-Virt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debuginfo@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "perl-Sys-Virt-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Virt-debugsource@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "perl-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "perl-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "python3-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "python3-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "python3-libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "python3-libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libnbd-debuginfo@1.6.0-5.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "python3-libvirt-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "python3-libvirt-debuginfo-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libvirt-debuginfo@8.0.0-1.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "ruby-hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "ruby-hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ruby-hivex-debuginfo@1.3.18-23.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686" } } }, { "category": "product_version", "name": "sgabios-1:0.20170427git-3.module+el8.6.0+14480+c0a3aa0f.i686", "product": { "name": "sgabios-1:0.20170427git-3.module+el8.6.0+14480+c0a3aa0f.i686", "product_id": "sgabios-1:0.20170427git-3.module+el8.6.0+14480+c0a3aa0f.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/sgabios@0.20170427git-3.module%2Bel8.6.0%2B14480%2Bc0a3aa0f?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, "product_reference": "virt:rhel:8060020220408104655:d63f516d", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "SLOF-0:20210217-1.module+el8.6.0+14480+c0a3aa0f.noarch as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:SLOF-0:20210217-1.module+el8.6.0+14480+c0a3aa0f.noarch" }, "product_reference": "SLOF-0:20210217-1.module+el8.6.0+14480+c0a3aa0f.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "SLOF-0:20210217-1.module+el8.6.0+14480+c0a3aa0f.src as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:SLOF-0:20210217-1.module+el8.6.0+14480+c0a3aa0f.src" }, "product_reference": "SLOF-0:20210217-1.module+el8.6.0+14480+c0a3aa0f.src", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.src as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.src" }, "product_reference": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.src", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "hivex-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "hivex-debuginfo-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "hivex-debugsource-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "hivex-devel-0:1.3.18-23.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.src as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.src" }, "product_reference": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.src", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-appliance-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-bash-completion-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-bash-completion-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch" }, "product_reference": "libguestfs-bash-completion-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-debugsource-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-gfs2-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-gobject-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-gobject-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-gobject-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-inspect-icons-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-inspect-icons-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch" }, "product_reference": "libguestfs-inspect-icons-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-java-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-java-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-java-devel-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-javadoc-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-javadoc-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch" }, "product_reference": "libguestfs-javadoc-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-man-pages-ja-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-man-pages-ja-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch" }, "product_reference": "libguestfs-man-pages-ja-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-man-pages-uk-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-man-pages-uk-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch" }, "product_reference": "libguestfs-man-pages-uk-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-rescue-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-rsync-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-tools-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch" }, "product_reference": "libguestfs-tools-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-tools-c-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-tools-c-debuginfo-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.src as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.src" }, "product_reference": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.src", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-winsupport-0:8.6-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libguestfs-xfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.src as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.src" }, "product_reference": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.src", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libiscsi-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libiscsi-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libiscsi-debugsource-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libiscsi-devel-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libiscsi-utils-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libiscsi-utils-debuginfo-0:1.18.0-8.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.src as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.src" }, "product_reference": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.src", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libnbd-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-bash-completion-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.noarch as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-bash-completion-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.noarch" }, "product_reference": "libnbd-bash-completion-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libnbd-debuginfo-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libnbd-debugsource-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libnbd-devel-0:1.6.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.src as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.src" }, "product_reference": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.src", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libtpms-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libtpms-debuginfo-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libtpms-debugsource-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libtpms-devel-0:0.9.1-0.20211126git1ff6fe1f43.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.src as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.src" }, "product_reference": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.src", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-client-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-client-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-config-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-config-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-interface-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-network-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-network-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-nodedev-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-nwfilter-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-qemu-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-secret-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-core-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-core-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-disk-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-disk-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-gluster-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-gluster-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-iscsi-direct-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-logical-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-logical-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-mpath-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-mpath-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-rbd-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-rbd-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-scsi-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-driver-storage-scsi-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-daemon-kvm-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.src as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.src" }, "product_reference": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.src", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-dbus-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-dbus-debuginfo-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-dbus-debugsource-0:1.3.0-2.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-debugsource-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-devel-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-docs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-libs-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-libs-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-lock-sanlock-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-nss-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-nss-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-python-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.src as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-python-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.src" }, "product_reference": "libvirt-python-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.src", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-python-debugsource-0:8.0.0-1.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-wireshark-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64" }, "product_reference": "libvirt-wireshark-debuginfo-0:8.0.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64 as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64" }, "product_reference": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le" }, "product_reference": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x as a component of virt:rhel:8060020220408104655:d63f516d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d:lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x" }, "product_reference": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:virt:rhel:8060020220408104655:d63f516d" }, { "category": "default_component_of", "full_product_name": { "name": "lua-guestfs-1:1.44.0-5.module+el8.6.0+14480+c0a3aa0f.x86_64 as a component of virt:rhel:8060020220408104655:d63f516d as a