<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Recommended update for python-cryptography</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-RU-2022:2355-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2022-07-11T10:44:27Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2022-07-11T10:44:27Z</InitialReleaseDate>
    <CurrentReleaseDate>2022-07-11T10:44:27Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Recommended update for python-cryptography</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">
This update for python-cryptography fixes the following issues:

python-cryptography was updated to 3.3.2.

update to 3.3.0:

* BACKWARDS INCOMPATIBLE: The GCM and AESGCM now require 64-bit
  to 1024-bit (8 byte to 128 byte) initialization vectors. This
  change is to conform with an upcoming OpenSSL release that will
  no longer support sizes outside this window.
* BACKWARDS INCOMPATIBLE: When deserializing asymmetric keys we
  now raise ValueError rather than UnsupportedAlgorithm when an
  unsupported cipher is used. This change is to conform with an
  upcoming OpenSSL release that will no longer distinguish
  between error types.
* BACKWARDS INCOMPATIBLE: We no longer allow loading of finite
  field Diffie-Hellman parameters of less than 512 bits in
  length. This change is to conform with an upcoming OpenSSL
  release that no longer supports smaller sizes. These keys were
  already wildly insecure and should not have been used in any
  application outside of testing.
* Added the recover_data_from_signature() function to
  RSAPublicKey for recovering the signed data from an RSA
  signature. 

Update to 3.2.1:

Disable blinding on RSA public keys to address an error with
some versions of OpenSSL.

update to 3.2 (bsc#1178168, CVE-2020-25659):

* CVE-2020-25659: Attempted to make RSA PKCS#1v1.5 decryption more constant time,
  to protect against Bleichenbacher vulnerabilities. Due to limitations imposed
  by our API, we cannot completely mitigate this vulnerability.
* Added basic support for PKCS7 signing (including SMIME) via PKCS7SignatureBuilder.

update to 3.1:

* **BACKWARDS INCOMPATIBLE:** Removed support for ``idna`` based
  :term:`U-label` parsing in various X.509 classes. This support was originally
  deprecated in version 2.1 and moved to an extra in 2.5.
* ``backend`` arguments to functions are no longer required and the
  default backend will automatically be selected if no ``backend`` is provided.
* Added initial support for parsing certificates from PKCS7 files with
  :func:`~cryptography.hazmat.primitives.serialization.pkcs7.load_pem_pkcs7_certificates`
  and
  :func:`~cryptography.hazmat.primitives.serialization.pkcs7.load_der_pkcs7_certificates`
  .
* Calling ``update`` or ``update_into`` on
  :class:`~cryptography.hazmat.primitives.ciphers.CipherContext` with ``data``
  longer than 2\ :sup:`31` bytes no longer raises an ``OverflowError``. This
  also resolves the same issue in :doc:`/fernet`.

update to 3.0:

* RSA generate_private_key() no longer accepts public_exponent values except
   65537 and 3 (the latter for legacy purposes).
* X.509 certificate parsing now enforces that the version field contains
   a valid value, rather than deferring this check until version is accessed.
* Deprecated support for Python 2
* Added support for OpenSSH serialization format for ec, ed25519, rsa and dsa
   private keys: load_ssh_private_key() for loading and OpenSSH for writing.
* Added support for OpenSSH certificates to load_ssh_public_key().
* Added encrypt_at_time() and decrypt_at_time() to Fernet.
* Added support for the SubjectInformationAccess X.509 extension.
* Added support for parsing SignedCertificateTimestamps in OCSP responses.
* Added support for parsing attributes in certificate signing requests via get_attribute_for_oid().
* Added support for encoding attributes in certificate signing requests via add_attribute().
* On OpenSSL 1.1.1d and higher cryptography now uses OpenSSL’s built-in CSPRNG
   instead of its own OS random engine because these versions of OpenSSL properly reseed on fork.
* Added initial support for creating PKCS12 files with serialize_key_and_certificates().

Update to 2.9:

* BACKWARDS INCOMPATIBLE: Support for Python 3.4 has been removed due to
  low usage and maintenance burden.
* BACKWARDS INCOMPATIBLE: Support for OpenSSL 1.0.1 has been removed.
  Users on older version of OpenSSL will need to upgrade.
* BACKWARDS INCOMPATIBLE: Support for LibreSSL 2.6.x has been removed.
* Removed support for calling public_bytes() with no arguments, as per 
  our deprecation policy. You must now pass encoding and format.
* BACKWARDS INCOMPATIBLE: Reversed the order in which rfc4514_string()
  returns the RDNs as required by RFC 4514.
* Added support for parsing single_extensions in an OCSP response.
* NameAttribute values can now be empty strings.

</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">Container bci/kiwi:latest-2022-2355,Container suse/389-ds:latest-2022-2355,Container suse/manager/4.3/proxy-httpd:latest-2022-2355,Container suse/manager/4.3/proxy-tftpd:latest-2022-2355,Container suse/manager/5.0/x86_64/proxy-httpd:latest-2022-2355,Container suse/manager/5.0/x86_64/proxy-tftpd:latest-2022-2355,Container suse/manager/5.0/x86_64/server:latest-2022-2355,Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:latest-2022-2355,Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:latest-2022-2355,Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:latest-2022-2355,Container suse/multi-linux-manager/5.1/x86_64/server:latest-2022-2355,Image SLES15-SP4-2022-2355,Image SLES15-SP4-Azure-Basic-2022-2355,Image SLES15-SP4-Azure-Standard-2022-2355,Image SLES15-SP4-BYOS-2022-2355,Image SLES15-SP4-BYOS-Azure-2022-2355,Image SLES15-SP4-BYOS-EC2-2022-2355,Image SLES15-SP4-BYOS-GCE-2022-2355,Image SLES15-SP4-CHOST-BYOS-2022-2355,Image SLES15-SP4-CHOST-BYOS-Aliyun-2022-2355,Image SLES15-SP4-CHOST-BYOS-Azure-2022-2355,Image SLES15-SP4-CHOST-BYOS-EC2-2022-2355,Image SLES15-SP4-CHOST-BYOS-SAP-CCloud-2022-2355,Image SLES15-SP4-EC2-2022-2355,Image SLES15-SP4-EC2-ECS-HVM-2022-2355,Image SLES15-SP4-GCE-2022-2355,Image SLES15-SP4-HPC-2022-2355,Image SLES15-SP4-HPC-Azure-2022-2355,Image SLES15-SP4-HPC-BYOS-2022-2355,Image SLES15-SP4-HPC-BYOS-Azure-2022-2355,Image SLES15-SP4-HPC-BYOS-EC2-2022-2355,Image SLES15-SP4-HPC-BYOS-GCE-2022-2355,Image SLES15-SP4-HPC-EC2-2022-2355,Image SLES15-SP4-HPC-GCE-2022-2355,Image SLES15-SP4-Hardened-BYOS-2022-2355,Image SLES15-SP4-Hardened-BYOS-Azure-2022-2355,Image SLES15-SP4-Hardened-BYOS-EC2-2022-2355,Image SLES15-SP4-Hardened-BYOS-GCE-2022-2355,Image SLES15-SP4-Manager-Proxy-4-3-BYOS-2022-2355,Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure-2022-2355,Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2-2022-2355,Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE-2022-2355,Image SLES15-SP4-Manager-Server-4-3-2022-2355,Image SLES15-SP4-Manager-Server-4-3-Azure-llc-2022-2355,Image SLES15-SP4-Manager-Server-4-3-Azure-ltd-2022-2355,Image SLES15-SP4-Manager-Server-4-3-BYOS-2022-2355,Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure-2022-2355,Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2-2022-2355,Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE-2022-2355,Image SLES15-SP4-Manager-Server-4-3-EC2-llc-2022-2355,Image SLES15-SP4-Manager-Server-4-3-EC2-ltd-2022-2355,Image SLES15-SP4-Micro-5-3-2022-2355,Image SLES15-SP4-Micro-5-3-Azure-2022-2355,Image SLES15-SP4-Micro-5-3-BYOS-2022-2355,Image SLES15-SP4-Micro-5-3-BYOS-Azure-2022-2355,Image SLES15-SP4-Micro-5-3-BYOS-EC2-2022-2355,Image SLES15-SP4-Micro-5-3-BYOS-GCE-2022-2355,Image SLES15-SP4-Micro-5-3-EC2-2022-2355,Image SLES15-SP4-Micro-5-3-GCE-2022-2355,Image SLES15-SP4-Micro-5-4-2022-2355,Image SLES15-SP4-Micro-5-4-Azure-2022-2355,Image SLES15-SP4-Micro-5-4-BYOS-2022-2355,Image SLES15-SP4-Micro-5-4-BYOS-Azure-2022-2355,Image SLES15-SP4-Micro-5-4-BYOS-EC2-2022-2355,Image SLES15-SP4-Micro-5-4-BYOS-GCE-2022-2355,Image SLES15-SP4-Micro-5-4-EC2-2022-2355,Image SLES15-SP4-Micro-5-4-GCE-2022-2355,Image SLES15-SP4-SAP-2022-2355,Image SLES15-SP4-SAP-Azure-2022-2355,Image SLES15-SP4-SAP-Azure-LI-BYOS-2022-2355,Image SLES15-SP4-SAP-Azure-LI-BYOS-Production-2022-2355,Image SLES15-SP4-SAP-Azure-VLI-BYOS-2022-2355,Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production-2022-2355,Image SLES15-SP4-SAP-BYOS-2022-2355,Image SLES15-SP4-SAP-BYOS-Azure-2022-2355,Image SLES15-SP4-SAP-BYOS-EC2-2022-2355,Image SLES15-SP4-SAP-BYOS-GCE-2022-2355,Image SLES15-SP4-SAP-EC2-2022-2355,Image SLES15-SP4-SAP-GCE-2022-2355,Image SLES15-SP4-SAP-Hardened-2022-2355,Image SLES15-SP4-SAP-Hardened-Azure-2022-2355,Image SLES15-SP4-SAP-Hardened-BYOS-2022-2355,Image SLES15-SP4-SAP-Hardened-BYOS-Azure-2022-2355,Image SLES15-SP4-SAP-Hardened-BYOS-EC2-2022-2355,Image SLES15-SP4-SAP-Hardened-BYOS-GCE-2022-2355,Image SLES15-SP4-SAP-Hardened-EC2-2022-2355,Image SLES15-SP4-SAP-Hardened-GCE-2022-2355,Image SLES15-SP4-SAPCAL-2022-2355,Image SLES15-SP4-SAPCAL-Azure-2022-2355,Image SLES15-SP4-SAPCAL-EC2-2022-2355,Image SLES15-SP4-SAPCAL-GCE-2022-2355,Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-2022-2355,Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-2022-2355,Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM-2022-2355,Image SLES15-SP5-Azure-3P-2022-2355,Image SLES15-SP5-Azure-Basic-2022-2355,Image SLES15-SP5-Azure-Standard-2022-2355,Image SLES15-SP5-BYOS-Azure-2022-2355,Image SLES15-SP5-BYOS-EC2-2022-2355,Image SLES15-SP5-BYOS-GCE-2022-2355,Image SLES15-SP5-CHOST-BYOS-Aliyun-2022-2355,Image SLES15-SP5-CHOST-BYOS-Azure-2022-2355,Image SLES15-SP5-CHOST-BYOS-EC2-2022-2355,Image SLES15-SP5-CHOST-BYOS-GDC-2022-2355,Image SLES15-SP5-CHOST-BYOS-SAP-CCloud-2022-2355,Image SLES15-SP5-EC2-2022-2355,Image SLES15-SP5-EC2-ECS-HVM-2022-2355,Image SLES15-SP5-GCE-2022-2355,Image SLES15-SP5-HPC-Azure-2022-2355,Image SLES15-SP5-HPC-BYOS-Azure-2022-2355,Image SLES15-SP5-HPC-BYOS-EC2-2022-2355,Image SLES15-SP5-HPC-BYOS-GCE-2022-2355,Image SLES15-SP5-HPC-EC2-2022-2355,Image SLES15-SP5-HPC-GCE-2022-2355,Image SLES15-SP5-Hardened-BYOS-Azure-2022-2355,Image SLES15-SP5-Hardened-BYOS-EC2-2022-2355,Image SLES15-SP5-Hardened-BYOS-GCE-2022-2355,Image SLES15-SP5-Manager-Proxy-5-0-BYOS-2022-2355,Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure-2022-2355,Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2-2022-2355,Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE-2022-2355,Image SLES15-SP5-Manager-Server-5-0-2022-2355,Image SLES15-SP5-Manager-Server-5-0-Azure-llc-2022-2355,Image SLES15-SP5-Manager-Server-5-0-Azure-ltd-2022-2355,Image SLES15-SP5-Manager-Server-5-0-BYOS-2022-2355,Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure-2022-2355,Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2-2022-2355,Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE-2022-2355,Image SLES15-SP5-Manager-Server-5-0-EC2-llc-2022-2355,Image SLES15-SP5-Manager-Server-5-0-EC2-ltd-2022-2355,Image SLES15-SP5-Micro-5-5-2022-2355,Image SLES15-SP5-Micro-5-5-Azure-2022-2355,Image SLES15-SP5-Micro-5-5-BYOS-2022-2355,Image SLES15-SP5-Micro-5-5-BYOS-Azure-2022-2355,Image SLES15-SP5-Micro-5-5-BYOS-EC2-2022-2355,Image SLES15-SP5-Micro-5-5-BYOS-GCE-2022-2355,Image SLES15-SP5-Micro-5-5-EC2-2022-2355,Image SLES15-SP5-Micro-5-5-GCE-2022-2355,Image SLES15-SP5-SAP-Azure-2022-2355,Image SLES15-SP5-SAP-Azure-3P-2022-2355,Image SLES15-SP5-SAP-Azure-LI-BYOS-2022-2355,Image SLES15-SP5-SAP-Azure-LI-BYOS-Production-2022-2355,Image SLES15-SP5-SAP-Azure-VLI-BYOS-2022-2355,Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production-2022-2355,Image SLES15-SP5-SAP-BYOS-Azure-2022-2355,Image SLES15-SP5-SAP-BYOS-EC2-2022-2355,Image SLES15-SP5-SAP-BYOS-GCE-2022-2355,Image SLES15-SP5-SAP-EC2-2022-2355,Image SLES15-SP5-SAP-GCE-2022-2355,Image SLES15-SP5-SAP-Hardened-Azure-2022-2355,Image SLES15-SP5-SAP-Hardened-BYOS-Azure-2022-2355,Image SLES15-SP5-SAP-Hardened-BYOS-EC2-2022-2355,Image SLES15-SP5-SAP-Hardened-BYOS-GCE-2022-2355,Image SLES15-SP5-SAP-Hardened-EC2-2022-2355,Image SLES15-SP5-SAP-Hardened-GCE-2022-2355,Image SLES15-SP5-SAPCAL-Azure-2022-2355,Image SLES15-SP5-SAPCAL-EC2-2022-2355,Image SLES15-SP5-SAPCAL-GCE-2022-2355,Image SLES15-SP6-2022-2355,Image SLES15-SP6-Azure-3P-2022-2355,Image SLES15-SP6-Azure-Basic-2022-2355,Image SLES15-SP6-Azure-Standard-2022-2355,Image SLES15-SP6-BYOS-2022-2355,Image SLES15-SP6-BYOS-Azure-2022-2355,Image SLES15-SP6-BYOS-EC2-2022-2355,Image SLES15-SP6-BYOS-GCE-2022-2355,Image SLES15-SP6-CHOST-BYOS-2022-2355,Image SLES15-SP6-CHOST-BYOS-Aliyun-2022-2355,Image SLES15-SP6-CHOST-BYOS-Azure-2022-2355,Image SLES15-SP6-CHOST-BYOS-EC2-2022-2355,Image SLES15-SP6-CHOST-BYOS-GDC-2022-2355,Image SLES15-SP6-CHOST-BYOS-SAP-CCloud-2022-2355,Image SLES15-SP6-EC2-2022-2355,Image SLES15-SP6-EC2-ECS-HVM-2022-2355,Image SLES15-SP6-GCE-2022-2355,Image SLES15-SP6-HPC-2022-2355,Image SLES15-SP6-HPC-Azure-2022-2355,Image SLES15-SP6-HPC-BYOS-2022-2355,Image SLES15-SP6-HPC-BYOS-Azure-2022-2355,Image SLES15-SP6-HPC-BYOS-EC2-2022-2355,Image SLES15-SP6-HPC-BYOS-GCE-2022-2355,Image SLES15-SP6-HPC-EC2-2022-2355,Image SLES15-SP6-HPC-GCE-2022-2355,Image SLES15-SP6-Hardened-BYOS-2022-2355,Image SLES15-SP6-Hardened-BYOS-Azure-2022-2355,Image SLES15-SP6-Hardened-BYOS-EC2-2022-2355,Image SLES15-SP6-Hardened-BYOS-GCE-2022-2355,Image SLES15-SP6-SAP-2022-2355,Image SLES15-SP6-SAP-Azure-2022-2355,Image SLES15-SP6-SAP-Azure-3P-2022-2355,Image SLES15-SP6-SAP-Azure-LI-BYOS-2022-2355,Image SLES15-SP6-SAP-Azure-LI-BYOS-Production-2022-2355,Image SLES15-SP6-SAP-Azure-VLI-BYOS-2022-2355,Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production-2022-2355,Image SLES15-SP6-SAP-BYOS-2022-2355,Image SLES15-SP6-SAP-BYOS-Azure-2022-2355,Image SLES15-SP6-SAP-BYOS-EC2-2022-2355,Image SLES15-SP6-SAP-BYOS-GCE-2022-2355,Image SLES15-SP6-SAP-EC2-2022-2355,Image SLES15-SP6-SAP-GCE-2022-2355,Image SLES15-SP6-SAP-Hardened-2022-2355,Image SLES15-SP6-SAP-Hardened-Azure-2022-2355,Image SLES15-SP6-SAP-Hardened-BYOS-2022-2355,Image SLES15-SP6-SAP-Hardened-BYOS-Azure-2022-2355,Image SLES15-SP6-SAP-Hardened-BYOS-EC2-2022-2355,Image SLES15-SP6-SAP-Hardened-BYOS-GCE-2022-2355,Image SLES15-SP6-SAP-Hardened-EC2-2022-2355,Image SLES15-SP6-SAP-Hardened-GCE-2022-2355,Image SLES15-SP6-SAPCAL-2022-2355,Image SLES15-SP6-SAPCAL-Azure-2022-2355,Image SLES15-SP6-SAPCAL-EC2-2022-2355,Image SLES15-SP6-SAPCAL-GCE-2022-2355,Image SLES15-SP7-Azure-3P-2022-2355,Image SLES15-SP7-Azure-Basic-2022-2355,Image SLES15-SP7-Azure-Standard-2022-2355,Image SLES15-SP7-BYOS-Azure-2022-2355,Image SLES15-SP7-BYOS-EC2-2022-2355,Image SLES15-SP7-BYOS-GCE-2022-2355,Image SLES15-SP7-CHOST-BYOS-Aliyun-2022-2355,Image SLES15-SP7-CHOST-BYOS-Azure-2022-2355,Image SLES15-SP7-CHOST-BYOS-EC2-2022-2355,Image SLES15-SP7-CHOST-BYOS-GDC-2022-2355,Image SLES15-SP7-CHOST-BYOS-SAP-CCloud-2022-2355,Image SLES15-SP7-EC2-2022-2355,Image SLES15-SP7-EC2-ECS-HVM-2022-2355,Image SLES15-SP7-GCE-2022-2355,Image SLES15-SP7-GCE-3P-2022-2355,Image SLES15-SP7-HPC-Azure-2022-2355,Image SLES15-SP7-HPC-BYOS-Azure-2022-2355,Image SLES15-SP7-HPC-BYOS-EC2-2022-2355,Image SLES15-SP7-HPC-BYOS-GCE-2022-2355,Image SLES15-SP7-Hardened-BYOS-Azure-2022-2355,Image SLES15-SP7-Hardened-BYOS-EC2-2022-2355,Image SLES15-SP7-Hardened-BYOS-GCE-2022-2355,Image SLES15-SP7-SAP-Azure-2022-2355,Image SLES15-SP7-SAP-Azure-3P-2022-2355,Image SLES15-SP7-SAP-Azure-LI-BYOS-Production-2022-2355,Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production-2022-2355,Image SLES15-SP7-SAP-BYOS-Azure-2022-2355,Image SLES15-SP7-SAP-BYOS-EC2-2022-2355,Image SLES15-SP7-SAP-BYOS-GCE-2022-2355,Image SLES15-SP7-SAP-EC2-2022-2355,Image SLES15-SP7-SAP-GCE-2022-2355,Image SLES15-SP7-SAP-GCE-3P-2022-2355,Image SLES15-SP7-SAP-Hardened-Azure-2022-2355,Image SLES15-SP7-SAP-Hardened-BYOS-Azure-2022-2355,Image SLES15-SP7-SAP-Hardened-BYOS-EC2-2022-2355,Image SLES15-SP7-SAP-Hardened-BYOS-GCE-2022-2355,Image SLES15-SP7-SAP-Hardened-GCE-2022-2355,Image SLES15-SP7-SAPCAL-Azure-2022-2355,Image SLES15-SP7-SAPCAL-EC2-2022-2355,Image SLES15-SP7-SAPCAL-GCE-2022-2355,Image proxy-httpd-image-2022-2355,Image proxy-tftpd-image-2022-2355,Image server-image-2022-2355,SUSE-2022-2355,SUSE-SLE-Module-Basesystem-15-SP4-2022-2355,openSUSE-SLE-15.4-2022-2355</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/update/announcement/-2022-2355/suse-ru-20222355-1/</URL>
      <Description>Link for SUSE-RU-2022:2355-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2022-July/023858.html</URL>
      <Description>E-Mail link for SUSE-RU-2022:2355-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1198331</URL>
      <Description>SUSE Bug 1198331</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-25659/</URL>
      <Description>SUSE CVE CVE-2020-25659 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="Container bci/kiwi:latest">
      <Branch Type="Product Name" Name="Container bci/kiwi:latest">
        <FullProductName ProductID="Container bci/kiwi:latest">Container bci/kiwi:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/389-ds:latest">
      <Branch Type="Product Name" Name="Container suse/389-ds:latest">
        <FullProductName ProductID="Container suse/389-ds:latest">Container suse/389-ds:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/4.3/proxy-httpd:latest">
      <Branch Type="Product Name" Name="Container suse/manager/4.3/proxy-httpd:latest">
        <FullProductName ProductID="Container suse/manager/4.3/proxy-httpd:latest">Container suse/manager/4.3/proxy-httpd:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/4.3/proxy-tftpd:latest">
      <Branch Type="Product Name" Name="Container suse/manager/4.3/proxy-tftpd:latest">
        <FullProductName ProductID="Container suse/manager/4.3/proxy-tftpd:latest">Container suse/manager/4.3/proxy-tftpd:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/5.0/x86_64/proxy-httpd:latest">
      <Branch Type="Product Name" Name="Container suse/manager/5.0/x86_64/proxy-httpd:latest">
        <FullProductName ProductID="Container suse/manager/5.0/x86_64/proxy-httpd:latest">Container suse/manager/5.0/x86_64/proxy-httpd:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/5.0/x86_64/proxy-tftpd:latest">
      <Branch Type="Product Name" Name="Container suse/manager/5.0/x86_64/proxy-tftpd:latest">
        <FullProductName ProductID="Container suse/manager/5.0/x86_64/proxy-tftpd:latest">Container suse/manager/5.0/x86_64/proxy-tftpd:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/5.0/x86_64/server:latest">
      <Branch Type="Product Name" Name="Container suse/manager/5.0/x86_64/server:latest">
        <FullProductName ProductID="Container suse/manager/5.0/x86_64/server:latest">Container suse/manager/5.0/x86_64/server:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:latest">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:latest">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:latest">Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:latest">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:latest">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:latest">Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:latest">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:latest">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:latest">Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/multi-linux-manager/5.1/x86_64/server:latest">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/server:latest">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server:latest">Container suse/multi-linux-manager/5.1/x86_64/server:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4">
      <Branch Type="Product Name" Name="Image SLES15-SP4">
        <FullProductName ProductID="Image SLES15-SP4">Image SLES15-SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP4-Azure-Basic">Image SLES15-SP4-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP4-Azure-Standard">Image SLES15-SP4-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-BYOS">Image SLES15-SP4-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-BYOS-Azure">Image SLES15-SP4-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-BYOS-EC2">Image SLES15-SP4-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-BYOS-GCE">Image SLES15-SP4-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-CHOST-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-CHOST-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS">Image SLES15-SP4-CHOST-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP4-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-Aliyun">Image SLES15-SP4-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-Azure">Image SLES15-SP4-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-EC2">Image SLES15-SP4-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP4-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-SAP-CCloud">Image SLES15-SP4-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-EC2">
        <FullProductName ProductID="Image SLES15-SP4-EC2">Image SLES15-SP4-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP4-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP4-EC2-ECS-HVM">Image SLES15-SP4-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-GCE">
        <FullProductName ProductID="Image SLES15-SP4-GCE">Image SLES15-SP4-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC">
        <FullProductName ProductID="Image SLES15-SP4-HPC">Image SLES15-SP4-HPC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP4-HPC-Azure">Image SLES15-SP4-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS">Image SLES15-SP4-HPC-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-Azure">Image SLES15-SP4-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-EC2">Image SLES15-SP4-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-GCE">Image SLES15-SP4-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-EC2">
        <FullProductName ProductID="Image SLES15-SP4-HPC-EC2">Image SLES15-SP4-HPC-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-GCE">
        <FullProductName ProductID="Image SLES15-SP4-HPC-GCE">Image SLES15-SP4-HPC-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS">Image SLES15-SP4-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure">Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2">Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE">Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3">Image SLES15-SP4-Manager-Server-4-3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-Azure-llc">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-Azure-llc">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-Azure-llc">Image SLES15-SP4-Manager-Server-4-3-Azure-llc</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-Azure-ltd">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-Azure-ltd">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-Azure-ltd">Image SLES15-SP4-Manager-Server-4-3-Azure-ltd</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS">Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-EC2-llc">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-EC2-llc">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-EC2-llc">Image SLES15-SP4-Manager-Server-4-3-EC2-llc</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-EC2-ltd">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-EC2-ltd">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-EC2-ltd">Image SLES15-SP4-Manager-Server-4-3-EC2-ltd</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3">Image SLES15-SP4-Micro-5-3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-Azure">Image SLES15-SP4-Micro-5-3-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS">Image SLES15-SP4-Micro-5-3-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-Azure">Image SLES15-SP4-Micro-5-3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-EC2">Image SLES15-SP4-Micro-5-3-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-GCE">Image SLES15-SP4-Micro-5-3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2">Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-GCE">Image SLES15-SP4-Micro-5-3-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4">Image SLES15-SP4-Micro-5-4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-Azure">Image SLES15-SP4-Micro-5-4-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS">Image SLES15-SP4-Micro-5-4-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-Azure">Image SLES15-SP4-Micro-5-4-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-EC2">Image SLES15-SP4-Micro-5-4-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-GCE">Image SLES15-SP4-Micro-5-4-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-EC2">Image SLES15-SP4-Micro-5-4-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-GCE">Image SLES15-SP4-Micro-5-4-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP">
        <FullProductName ProductID="Image SLES15-SP4-SAP">Image SLES15-SP4-SAP</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure">Image SLES15-SP4-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure-LI-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS">Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS">Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS">Image SLES15-SP4-SAP-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-Azure">Image SLES15-SP4-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2">Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-GCE">Image SLES15-SP4-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-EC2">Image SLES15-SP4-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-GCE">Image SLES15-SP4-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened">Image SLES15-SP4-SAP-Hardened</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure">Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS">Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-EC2">Image SLES15-SP4-SAP-Hardened-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE">Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAPCAL">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAPCAL">
        <FullProductName ProductID="Image SLES15-SP4-SAPCAL">Image SLES15-SP4-SAPCAL</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAPCAL-Azure">Image SLES15-SP4-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAPCAL-EC2">Image SLES15-SP4-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAPCAL-GCE">Image SLES15-SP4-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">Image SLES15-SP4-SUSE-Rancher-Setup-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM">Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP5-Azure-3P">Image SLES15-SP5-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP5-Azure-Basic">Image SLES15-SP5-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP5-Azure-Standard">Image SLES15-SP5-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-BYOS-Azure">Image SLES15-SP5-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-BYOS-EC2">Image SLES15-SP5-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-BYOS-GCE">Image SLES15-SP5-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP5-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-Aliyun">Image SLES15-SP5-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-Azure">Image SLES15-SP5-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-EC2">Image SLES15-SP5-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-CHOST-BYOS-GDC">
      <Branch Type="Product Name" Name="Image SLES15-SP5-CHOST-BYOS-GDC">
        <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-GDC">Image SLES15-SP5-CHOST-BYOS-GDC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP5-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-SAP-CCloud">Image SLES15-SP5-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-EC2">
        <FullProductName ProductID="Image SLES15-SP5-EC2">Image SLES15-SP5-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP5-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP5-EC2-ECS-HVM">Image SLES15-SP5-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-GCE">
        <FullProductName ProductID="Image SLES15-SP5-GCE">Image SLES15-SP5-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP5-HPC-Azure">Image SLES15-SP5-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-Azure">Image SLES15-SP5-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-EC2">Image SLES15-SP5-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-GCE">Image SLES15-SP5-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-EC2">
        <FullProductName ProductID="Image SLES15-SP5-HPC-EC2">Image SLES15-SP5-HPC-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-GCE">
        <FullProductName ProductID="Image SLES15-SP5-HPC-GCE">Image SLES15-SP5-HPC-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure">Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-EC2">Image SLES15-SP5-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE">Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS">Image SLES15-SP5-Manager-Proxy-5-0-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure">Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2">Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE">Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0">Image SLES15-SP5-Manager-Server-5-0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-Azure-llc">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-Azure-llc">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-Azure-llc">Image SLES15-SP5-Manager-Server-5-0-Azure-llc</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-Azure-ltd">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-Azure-ltd">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-Azure-ltd">Image SLES15-SP5-Manager-Server-5-0-Azure-ltd</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS">Image SLES15-SP5-Manager-Server-5-0-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure">Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2">Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE">Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-EC2-llc">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-EC2-llc">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-EC2-llc">Image SLES15-SP5-Manager-Server-5-0-EC2-llc</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-EC2-ltd">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-EC2-ltd">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-EC2-ltd">Image SLES15-SP5-Manager-Server-5-0-EC2-ltd</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5">Image SLES15-SP5-Micro-5-5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-Azure">Image SLES15-SP5-Micro-5-5-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS">Image SLES15-SP5-Micro-5-5-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-Azure">Image SLES15-SP5-Micro-5-5-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-EC2">Image SLES15-SP5-Micro-5-5-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-GCE">Image SLES15-SP5-Micro-5-5-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-EC2">Image SLES15-SP5-Micro-5-5-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-GCE">Image SLES15-SP5-Micro-5-5-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure">Image SLES15-SP5-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-3P">Image SLES15-SP5-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-LI-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS">Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS">Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure">Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2">Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE">Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAP-EC2">Image SLES15-SP5-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-GCE">Image SLES15-SP5-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure">Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">Image SLES15-SP5-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-EC2">Image SLES15-SP5-SAP-Hardened-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE">Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure">Image SLES15-SP5-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAPCAL-EC2">Image SLES15-SP5-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE">Image SLES15-SP5-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6">
      <Branch Type="Product Name" Name="Image SLES15-SP6">
        <FullProductName ProductID="Image SLES15-SP6">Image SLES15-SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP6-Azure-3P">Image SLES15-SP6-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP6-Azure-Basic">Image SLES15-SP6-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP6-Azure-Standard">Image SLES15-SP6-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-BYOS">Image SLES15-SP6-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-BYOS-Azure">Image SLES15-SP6-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-BYOS-EC2">Image SLES15-SP6-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-BYOS-GCE">Image SLES15-SP6-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS">Image SLES15-SP6-CHOST-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Aliyun">Image SLES15-SP6-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Azure">Image SLES15-SP6-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-EC2">Image SLES15-SP6-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-GDC">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-GDC">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GDC">Image SLES15-SP6-CHOST-BYOS-GDC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">Image SLES15-SP6-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-EC2">
        <FullProductName ProductID="Image SLES15-SP6-EC2">Image SLES15-SP6-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP6-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP6-EC2-ECS-HVM">Image SLES15-SP6-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-GCE">
        <FullProductName ProductID="Image SLES15-SP6-GCE">Image SLES15-SP6-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC">
        <FullProductName ProductID="Image SLES15-SP6-HPC">Image SLES15-SP6-HPC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP6-HPC-Azure">Image SLES15-SP6-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS">Image SLES15-SP6-HPC-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-Azure">Image SLES15-SP6-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-EC2">Image SLES15-SP6-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-GCE">Image SLES15-SP6-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-EC2">
        <FullProductName ProductID="Image SLES15-SP6-HPC-EC2">Image SLES15-SP6-HPC-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-GCE">
        <FullProductName ProductID="Image SLES15-SP6-HPC-GCE">Image SLES15-SP6-HPC-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS">Image SLES15-SP6-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure">Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2">Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE">Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP">
        <FullProductName ProductID="Image SLES15-SP6-SAP">Image SLES15-SP6-SAP</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure">Image SLES15-SP6-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P">Image SLES15-SP6-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure-LI-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS">Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS">Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS">Image SLES15-SP6-SAP-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure">Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2">Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE">Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-EC2">Image SLES15-SP6-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-GCE">Image SLES15-SP6-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened">Image SLES15-SP6-SAP-Hardened</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure">Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS">Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2">Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE">Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL">Image SLES15-SP6-SAPCAL</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure">Image SLES15-SP6-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2">Image SLES15-SP6-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE">Image SLES15-SP6-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP7-Azure-3P">Image SLES15-SP7-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP7-Azure-Basic">Image SLES15-SP7-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP7-Azure-Standard">Image SLES15-SP7-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure">Image SLES15-SP7-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2">Image SLES15-SP7-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE">Image SLES15-SP7-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Aliyun">Image SLES15-SP7-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Azure">Image SLES15-SP7-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-EC2">Image SLES15-SP7-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-GDC">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-GDC">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GDC">Image SLES15-SP7-CHOST-BYOS-GDC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">Image SLES15-SP7-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-EC2">
        <FullProductName ProductID="Image SLES15-SP7-EC2">Image SLES15-SP7-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP7-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM">Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-GCE">
        <FullProductName ProductID="Image SLES15-SP7-GCE">Image SLES15-SP7-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-GCE-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-GCE-3P">
        <FullProductName ProductID="Image SLES15-SP7-GCE-3P">Image SLES15-SP7-GCE-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP7-HPC-Azure">Image SLES15-SP7-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure">Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2">Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE">Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure">Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2">Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE">Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure">Image SLES15-SP7-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P">Image SLES15-SP7-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure">Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2">Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE">Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-EC2">Image SLES15-SP7-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-GCE">Image SLES15-SP7-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-GCE-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-GCE-3P">
        <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P">Image SLES15-SP7-SAP-GCE-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure">Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE">Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure">Image SLES15-SP7-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2">Image SLES15-SP7-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE">Image SLES15-SP7-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image proxy-httpd-image">
      <Branch Type="Product Name" Name="Image proxy-httpd-image">
        <FullProductName ProductID="Image proxy-httpd-image">Image proxy-httpd-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image proxy-tftpd-image">
      <Branch Type="Product Name" Name="Image proxy-tftpd-image">
        <FullProductName ProductID="Image proxy-tftpd-image">Image proxy-tftpd-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image server-image">
      <Branch Type="Product Name" Name="Image server-image">
        <FullProductName ProductID="Image server-image">Image server-image</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4" CPE="cpe:/o:suse:sle-module-basesystem:15:sp4">SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.4">
      <Branch Type="Product Name" Name="openSUSE Leap 15.4">
        <FullProductName ProductID="openSUSE Leap 15.4" CPE="cpe:/o:opensuse:leap:15.4">openSUSE Leap 15.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="python3-cryptography-3.3.2-150400.16.3.1">
      <FullProductName ProductID="python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-cryptography-vectors-3.3.2-150400.7.3.1">
      <FullProductName ProductID="python3-cryptography-vectors-3.3.2-150400.7.3.1">python3-cryptography-vectors-3.3.2-150400.7.3.1</FullProductName>
    </Branch>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/kiwi:latest">
      <FullProductName ProductID="Container bci/kiwi:latest:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Container bci/kiwi:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/389-ds:latest">
      <FullProductName ProductID="Container suse/389-ds:latest:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Container suse/389-ds:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-httpd:latest">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-httpd:latest:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Container suse/manager/4.3/proxy-httpd:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/4.3/proxy-tftpd:latest">
      <FullProductName ProductID="Container suse/manager/4.3/proxy-tftpd:latest:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Container suse/manager/4.3/proxy-tftpd:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/5.0/x86_64/proxy-httpd:latest">
      <FullProductName ProductID="Container suse/manager/5.0/x86_64/proxy-httpd:latest:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Container suse/manager/5.0/x86_64/proxy-httpd:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/5.0/x86_64/proxy-tftpd:latest">
      <FullProductName ProductID="Container suse/manager/5.0/x86_64/proxy-tftpd:latest:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Container suse/manager/5.0/x86_64/proxy-tftpd:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/5.0/x86_64/server:latest">
      <FullProductName ProductID="Container suse/manager/5.0/x86_64/server:latest:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Container suse/manager/5.0/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:latest">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:latest:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:latest">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:latest:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:latest">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:latest:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server:latest">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server:latest:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4">
      <FullProductName ProductID="Image SLES15-SP4:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP4-Azure-Basic:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP4-Azure-Standard:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-CHOST-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-Aliyun:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP4-CHOST-BYOS-SAP-CCloud:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-EC2">
      <FullProductName ProductID="Image SLES15-SP4-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP4-EC2-ECS-HVM:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-GCE">
      <FullProductName ProductID="Image SLES15-SP4-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC">
      <FullProductName ProductID="Image SLES15-SP4-HPC:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-HPC</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP4-HPC-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP4-HPC-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP4-HPC-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Server-4-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-Azure-llc">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-Azure-llc:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-Azure-ltd">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-Azure-ltd:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-EC2-llc">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-EC2-llc:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-EC2-ltd">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-EC2-ltd:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-3-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-3-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-4</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-4-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-4-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-Micro-5-4-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP">
      <FullProductName ProductID="Image SLES15-SP4-SAP:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SUSE-Rancher-Setup-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP5-Azure-3P:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP5-Azure-Basic:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP5-Azure-Standard:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-Aliyun:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-GDC:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP5-CHOST-BYOS-SAP-CCloud:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-EC2">
      <FullProductName ProductID="Image SLES15-SP5-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP5-EC2-ECS-HVM:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-GCE">
      <FullProductName ProductID="Image SLES15-SP5-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP5-HPC-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP5-HPC-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP5-HPC-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Proxy-5-0-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Proxy-5-0-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Server-5-0</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-Azure-llc">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-Azure-llc:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Server-5-0-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-Azure-ltd">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-Azure-ltd:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Server-5-0-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Server-5-0-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-EC2-llc">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-EC2-llc:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Server-5-0-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-EC2-ltd">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-EC2-ltd:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Manager-Server-5-0-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Micro-5-5</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Micro-5-5-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Micro-5-5-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-Micro-5-5-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-3P:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP5-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6">
      <FullProductName ProductID="Image SLES15-SP6:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-Azure-3P:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Basic:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Standard:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-CHOST-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Aliyun:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-GDC:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP6-CHOST-BYOS-SAP-CCloud:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-EC2">
      <FullProductName ProductID="Image SLES15-SP6-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP6-EC2-ECS-HVM:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-GCE">
      <FullProductName ProductID="Image SLES15-SP6-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC">
      <FullProductName ProductID="Image SLES15-SP6-HPC:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-HPC</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP">
      <FullProductName ProductID="Image SLES15-SP6-SAP:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP6-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-Azure-3P:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Basic:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Standard:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Aliyun:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-GDC">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-GDC:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-CHOST-BYOS-GDC</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP7-CHOST-BYOS-SAP-CCloud:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2">
      <FullProductName ProductID="Image SLES15-SP7-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE">
      <FullProductName ProductID="Image SLES15-SP7-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-GCE-3P:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-httpd-image">
      <FullProductName ProductID="Image proxy-httpd-image:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image proxy-httpd-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image proxy-tftpd-image">
      <FullProductName ProductID="Image proxy-tftpd-image:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image proxy-tftpd-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-3.3.2-150400.16.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:python3-cryptography-3.3.2-150400.16.3.1">python3-cryptography-3.3.2-150400.16.3.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-cryptography-vectors-3.3.2-150400.7.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:python3-cryptography-vectors-3.3.2-150400.7.3.1">python3-cryptography-vectors-3.3.2-150400.7.3.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">python-cryptography 3.2 is vulnerable to Bleichenbacher timing attacks in the RSA decryption API, via timed processing of valid PKCS#1 v1.5 ciphertext.</Note>
    </Notes>
    <CVE>CVE-2020-25659</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/kiwi:latest:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Container suse/389-ds:latest:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-httpd:latest:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Container suse/manager/4.3/proxy-tftpd:latest:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/proxy-httpd:latest:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/proxy-tftpd:latest:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/server:latest:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:latest:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:latest:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/proxy-tftpd:latest:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server:latest:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Azure-Basic:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Azure-Standard:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-Aliyun:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS-SAP-CCloud:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-CHOST-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-EC2-ECS-HVM:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-llc:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-ltd:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-llc:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-ltd:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2-HVM:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP4:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-3P:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-Basic:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-Standard:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-Aliyun:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-GDC:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-CHOST-BYOS-SAP-CCloud:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-EC2-ECS-HVM:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Proxy-5-0-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-Azure-llc:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-Azure-ltd:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-EC2-llc:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-EC2-ltd:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-3P:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-3P:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Basic:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Standard:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-Aliyun:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-GDC:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS-SAP-CCloud:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-CHOST-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-EC2-ECS-HVM:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP6:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-3P:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Basic:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Standard:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-Aliyun:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-GDC:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-CHOST-BYOS-SAP-CCloud:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2-ECS-HVM:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE-3P:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image proxy-httpd-image:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image proxy-tftpd-image:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>Image server-image:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>openSUSE Leap 15.4:python3-cryptography-3.3.2-150400.16.3.1</ProductID>
        <ProductID>openSUSE Leap 15.4:python3-cryptography-vectors-3.3.2-150400.7.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/-2022-2355/suse-ru-20222355-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-25659.html</URL>
        <Description>CVE-2020-25659</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1178168</URL>
        <Description>SUSE Bug 1178168</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1183152</URL>
        <Description>SUSE Bug 1183152</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1218043</URL>
        <Description>SUSE Bug 1218043</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
