<?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 mozilla-nss</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-RU-2024:2684-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2024-07-31T18:05:14Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2024-07-31T18:05:14Z</InitialReleaseDate>
    <CurrentReleaseDate>2024-07-31T18:05:14Z</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 mozilla-nss</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for mozilla-nss fixes the following issues:

- Fixed startup crash of Firefox when using FIPS-mode (bsc#1223724).
- Added 'Provides: nss' so other RPMs that require 'nss' can
  be installed (jira PED-6358).

- FIPS: added safe memsets (bsc#1222811)
- FIPS: restrict AES-GCM (bsc#1222830)
- FIPS: Updated FIPS approved cipher lists (bsc#1222813, bsc#1222814, bsc#1222821, bsc#1222822, bsc#1224118)
- FIPS: Updated FIPS self tests (bsc#1222807, bsc#1222828, bsc#1222834)
- FIPS: Updated FIPS approved cipher lists (bsc#1222804, bsc#1222826, bsc#1222833, bsc#1224113, bsc#1224115, bsc#1224116)

- Require `sed` for mozilla-nss-sysinit, as setup-nsssysinit.sh 
  depends on it and will create a broken, empty config, if sed is
  missing (bsc#1227918)

Update to NSS 3.101.2:

* bmo#1905691 - ChaChaXor to return after the function



update to NSS 3.101.1:

* GLOBALTRUST 2020: Set Distrust After for TLS and S/MIME.

update to NSS 3.101:

* add diagnostic assertions for SFTKObject refcount.
* freeing the slot in DeleteCertAndKey if authentication failed
* fix formatting issues.
* Add Firmaprofesional CA Root-A Web to NSS.
* remove invalid acvp fuzz test vectors.
* pad short P-384 and P-521 signatures gtests.
* remove unused FreeBL ECC code.
* pad short P-384 and P-521 signatures.
* be less strict about ECDSA private key length.
* Integrate HACL* P-521.
* Integrate HACL* P-384.
* memory leak in create_objects_from_handles.
* ensure all input is consumed in a few places in mozilla::pkix
* SMIME/CMS and PKCS #12 do not integrate with modern NSS policy
* clean up escape handling
* Use lib::pkix as default validator instead of the old-one
* Need to add high level support for PQ signing.
* Certificate Compression: changing the allocation/freeing of buffer + Improving the documentation
* SMIME/CMS and PKCS #12 do not integrate with modern NSS policy
* Allow for non-full length ecdsa signature when using softoken
* Modification of .taskcluster.yml due to mozlint indent defects
* Implement support for PBMAC1 in PKCS#12
* disable VLA warnings for fuzz builds.
* remove redundant AllocItem implementation.
* add PK11_ReadDistrustAfterAttribute.
* - Clang-formatting of SEC_GetMgfTypeByOidTag update
* Set SEC_ERROR_LIBRARY_FAILURE on self-test failure
* sftk_getParameters(): Fix fallback to default variable after error with configfile.
* Switch to the mozillareleases/image_builder image

- switch from ec_field_GFp to ec_field_plain

Update to NSS 3.100:

* merge pk11_kyberSlotList into pk11_ecSlotList for faster Xyber operations.
* remove ckcapi.
* avoid a potential PK11GenericObject memory leak.
* Remove incomplete ESDH code.
* Decrypt RSA OAEP encrypted messages.
* Fix certutil CRLDP URI code.
* Don't set CKA_DERIVE for CKK_EC_EDWARDS private keys.
* Add ability to encrypt and decrypt CMS messages using ECDH.
* Correct Templates for key agreement in smime/cmsasn.c.
* Moving the decodedCert allocation to NSS.
* Allow developers to speed up repeated local execution of NSS tests that depend on certificates.

Update to NSS 3.99:

* Removing check for message len in ed25519 (bmo#1325335)
* add ed25519 to SECU_ecName2params. (bmo#1884276)
* add EdDSA wycheproof tests. (bmo#1325335)
* nss/lib layer code for EDDSA. (bmo#1325335)
* Adding EdDSA implementation. (bmo#1325335)
* Exporting Certificate Compression types (bmo#1881027)
* Updating ACVP docker to rust 1.74 (bmo#1880857)
* Updating HACL* to 0f136f28935822579c244f287e1d2a1908a7e552 (bmo#1325335)
* Add NSS_CMSRecipient_IsSupported. (bmo#1877730)

Update to NSS 3.98:

* (CVE-2023-5388) Timing attack against RSA decryption in TLS
* Certificate Compression: enabling the check that the compression was advertised
* Move Windows workers to nss-1/b-win2022-alpha
* Remove Email trust bit from OISTE WISeKey Global Root GC CA
* Replace `distutils.spawn.find_executable` with `shutil.which` within `mach` in `nss`
* Certificate Compression: Updating nss_bogo_shim to support Certificate compression
* TLS Certificate Compression (RFC 8879) Implementation
* Add valgrind annotations to freebl kyber operations for constant-time execution tests
* Set nssckbi version number to 2.66
* Add Telekom Security roots
* Add D-Trust 2022 S/MIME roots
* Remove expired Security Communication RootCA1 root
* move keys to a slot that supports concatenation in PK11_ConcatSymKeys
* remove unmaintained tls-interop tests
* bogo: add support for the -ipv6 and -shim-id shim flags
* bogo: add support for the -curves shim flag and update Kyber expectations
* bogo: adjust expectation for a key usage bit test
* mozpkix: add option to ignore invalid subject alternative names
* Fix selfserv not stripping `publicname:` from -X value
* take ownership of ecckilla shims
* add valgrind annotations to freebl/ec.c
* PR_INADDR_ANY needs PR_htonl before assignment to inet.ip
* Update zlib to 1.3.1

Update to NSS 3.97:

* make Xyber768d00 opt-in by policy
* add libssl support for xyber768d00
* add PK11_ConcatSymKeys
* add Kyber and a PKCS#11 KEM interface to softoken
* add a FreeBL API for Kyber
* part 2: vendor github.com/pq-crystals/kyber/commit/e0d1c6ff
* part 1: add a script for vendoring kyber from pq-crystals repo
* Removing the calls to RSA Blind from loader.*
* fix worker type for level3 mac tasks
* RSA Blind implementation
* Remove DSA selftests
* read KWP testvectors from JSON
* Backed out changeset dcb174139e4f
* Fix CKM_PBE_SHA1_DES2_EDE_CBC derivation
* Wrap CC shell commands in gyp expansions

Update to NSS 3.96.1:

* Use pypi dependencies for MacOS worker in ./build_gyp.sh
* p7sign: add -a hash and -u certusage (also p7verify cleanups)
* add a defensive check for large ssl_DefSend return values
* Add dependency to the taskcluster script for Darwin
* Upgrade version of the MacOS worker for the CI

Update to NSS 3.95:

* Bump builtins version number.
* Remove Email trust bit from Autoridad de Certificacion Firmaprofesional CIF A62634068 root cert.
* Remove 4 DigiCert (Symantec/Verisign) Root Certificates
* Remove 3 TrustCor Root Certificates from NSS.
* Remove Camerfirma root certificates from NSS.
* Remove old Autoridad de Certificacion Firmaprofesional Certificate.
* Add four Commscope root certificates to NSS.
* Add TrustAsia Global Root CA G3 and G4 root certificates.
* Include P-384 and P-521 Scalar Validation from HACL*
* Include P-256 Scalar Validation from HACL*.
* After the HACL 256 ECC patch, NSS incorrectly encodes 256 ECC without DER wrapping at the softoken level
* Add means to provide library parameters to C_Initialize
* add OSXSAVE and XCR0 tests to AVX2 detection.
* Typo in ssl3_AppendHandshakeNumber
* Introducing input check of ssl3_AppendHandshakeNumber
* Fix Invalid casts in instance.c

Update to NSS 3.94:

* Updated code and commit ID for HACL*
* update ACVP fuzzed test vector: refuzzed with current NSS
* Softoken C_ calls should use system FIPS setting to select NSC_ or FC_ variants
* NSS needs a database tool that can dump the low level representation of the database
* declare string literals using char in pkixnames_tests.cpp
* avoid implicit conversion for ByteString
* update rust version for acvp docker
* Moving the init function of the mpi_ints before clean-up in ec.c
* P-256 ECDH and ECDSA from HACL*
* Add ACVP test vectors to the repository
* Stop relying on std::basic_string&lt;uint8_t&gt;
* Transpose the PPC_ABI check from Makefile to gyp

Update to NSS 3.93:

* Update zlib in NSS to 1.3.
* softoken: iterate hashUpdate calls for long inputs.
* regenerate NameConstraints test certificates (bsc#1214980).

Update to NSS 3.92:

* Set nssckbi version number to 2.62
* Add 4 Atos TrustedRoot Root CA certificates to NSS
* Add 4 SSL.com Root CA certificates
* Add Sectigo E46 and R46 Root CA certificates
* Add LAWtrust Root CA2 (4096)
* Remove E-Tugra Certification Authority root
* Remove Camerfirma Chambers of Commerce Root.
* Remove Hongkong Post Root CA 1
* Remove E-Tugra Global Root CA ECC v3 and RSA v3
* Avoid redefining BYTE_ORDER on hppa Linux

Update to NSS 3.91:

* Implementation of the HW support check for ADX instruction
* Removing the support of Curve25519
* Fix comment about the addition of ticketSupportsEarlyData
* Adding args to enable-legacy-db build
* dbtests.sh failure in 'certutil dump keys with explicit default trust flags'
* Initialize flags in slot structures
* Improve the length check of RSA input to avoid heap overflow
* Followup Fixes
* avoid processing unexpected inputs by checking for m_exptmod base sign
* add a limit check on order_k to avoid infinite loop
* Update HACL* to commit 5f6051d2
* add SHA3 to cryptohi and softoken
* HACL SHA3
* Disabling ASM C25519 for A but X86_64

Update to NSS 3.90.3:

* GLOBALTRUST 2020: Set Distrust After for TLS and S/MIME.
* clean up escape handling.
* remove redundant AllocItem implementation.
* Disable ASM support for Curve25519.
* Disable ASM support for Curve25519 for all but X86_64. 
</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/bci-sle15-kernel-module-devel:15.5-2024-2684,Container bci/kiwi:latest-2024-2684,Container bci/openjdk-devel:11-2024-2684,Container bci/openjdk-devel:17-2024-2684,Container bci/openjdk-devel:latest-2024-2684,Container bci/openjdk:11-2024-2684,Container bci/openjdk:17-2024-2684,Container bci/openjdk:latest-2024-2684,Container containers/apache-pulsar:3.3-2024-2684,Container containers/apache-tomcat:10.1-openjdk11-2024-2684,Container containers/apache-tomcat:10.1-openjdk17-2024-2684,Container containers/apache-tomcat:10.1-openjdk21-2024-2684,Container containers/apache-tomcat:9-openjdk11-2024-2684,Container containers/apache-tomcat:9-openjdk17-2024-2684,Container containers/apache-tomcat:9-openjdk21-2024-2684,Container containers/apache-tomcat:9-openjdk8-2024-2684,Container suse/389-ds:latest-2024-2684,Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest-2024-2684,Container suse/kiosk/firefox-esr:esr-2024-2684,Container suse/manager/5.0/x86_64/server-attestation:latest-2024-2684,Container suse/manager/5.0/x86_64/server:latest-2024-2684,Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest-2024-2684,Container suse/multi-linux-manager/5.1/x86_64/server:latest-2024-2684,Container suse/sle-micro-rancher/5.3:latest-2024-2684,Container suse/sle-micro-rancher/5.4:latest-2024-2684,Container suse/sle-micro/5.5:latest-2024-2684,Container suse/sle-micro/base-5.5:latest-2024-2684,Container suse/sle-micro/kvm-5.5:latest-2024-2684,Container suse/sle-micro/rt-5.5:latest-2024-2684,Image SLES15-SP4-BYOS-2024-2684,Image SLES15-SP4-BYOS-Azure-2024-2684,Image SLES15-SP4-BYOS-EC2-2024-2684,Image SLES15-SP4-BYOS-GCE-2024-2684,Image SLES15-SP4-HPC-BYOS-2024-2684,Image SLES15-SP4-HPC-BYOS-Azure-2024-2684,Image SLES15-SP4-HPC-BYOS-EC2-2024-2684,Image SLES15-SP4-HPC-BYOS-GCE-2024-2684,Image SLES15-SP4-HPC-EC2-2024-2684,Image SLES15-SP4-HPC-GCE-2024-2684,Image SLES15-SP4-Hardened-BYOS-2024-2684,Image SLES15-SP4-Hardened-BYOS-Azure-2024-2684,Image SLES15-SP4-Hardened-BYOS-EC2-2024-2684,Image SLES15-SP4-Hardened-BYOS-GCE-2024-2684,Image SLES15-SP4-Manager-Proxy-4-3-BYOS-2024-2684,Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure-2024-2684,Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2-2024-2684,Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE-2024-2684,Image SLES15-SP4-Manager-Server-4-3-2024-2684,Image SLES15-SP4-Manager-Server-4-3-Azure-llc-2024-2684,Image SLES15-SP4-Manager-Server-4-3-Azure-ltd-2024-2684,Image SLES15-SP4-Manager-Server-4-3-BYOS-2024-2684,Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure-2024-2684,Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2-2024-2684,Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE-2024-2684,Image SLES15-SP4-Manager-Server-4-3-EC2-llc-2024-2684,Image SLES15-SP4-Manager-Server-4-3-EC2-ltd-2024-2684,Image SLES15-SP4-Micro-5-3-2024-2684,Image SLES15-SP4-Micro-5-3-BYOS-2024-2684,Image SLES15-SP4-Micro-5-3-BYOS-Azure-2024-2684,Image SLES15-SP4-Micro-5-3-BYOS-EC2-2024-2684,Image SLES15-SP4-Micro-5-3-BYOS-GCE-2024-2684,Image SLES15-SP4-Micro-5-3-EC2-2024-2684,Image SLES15-SP4-Micro-5-4-2024-2684,Image SLES15-SP4-Micro-5-4-BYOS-2024-2684,Image SLES15-SP4-Micro-5-4-BYOS-Azure-2024-2684,Image SLES15-SP4-Micro-5-4-BYOS-EC2-2024-2684,Image SLES15-SP4-Micro-5-4-BYOS-GCE-2024-2684,Image SLES15-SP4-Micro-5-4-EC2-2024-2684,Image SLES15-SP4-Micro-5-4-GCE-2024-2684,Image SLES15-SP4-SAP-2024-2684,Image SLES15-SP4-SAP-Azure-2024-2684,Image SLES15-SP4-SAP-Azure-LI-BYOS-2024-2684,Image SLES15-SP4-SAP-Azure-LI-BYOS-Production-2024-2684,Image SLES15-SP4-SAP-Azure-VLI-BYOS-2024-2684,Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production-2024-2684,Image SLES15-SP4-SAP-BYOS-2024-2684,Image SLES15-SP4-SAP-BYOS-Azure-2024-2684,Image SLES15-SP4-SAP-BYOS-EC2-2024-2684,Image SLES15-SP4-SAP-BYOS-GCE-2024-2684,Image SLES15-SP4-SAP-EC2-2024-2684,Image SLES15-SP4-SAP-GCE-2024-2684,Image SLES15-SP4-SAP-Hardened-2024-2684,Image SLES15-SP4-SAP-Hardened-Azure-2024-2684,Image SLES15-SP4-SAP-Hardened-BYOS-2024-2684,Image SLES15-SP4-SAP-Hardened-BYOS-Azure-2024-2684,Image SLES15-SP4-SAP-Hardened-BYOS-EC2-2024-2684,Image SLES15-SP4-SAP-Hardened-BYOS-GCE-2024-2684,Image SLES15-SP4-SAP-Hardened-GCE-2024-2684,Image SLES15-SP4-SAPCAL-2024-2684,Image SLES15-SP4-SAPCAL-Azure-2024-2684,Image SLES15-SP4-SAPCAL-EC2-2024-2684,Image SLES15-SP4-SAPCAL-GCE-2024-2684,Image SLES15-SP5-Azure-3P-2024-2684,Image SLES15-SP5-Azure-Basic-2024-2684,Image SLES15-SP5-Azure-Standard-2024-2684,Image SLES15-SP5-BYOS-Azure-2024-2684,Image SLES15-SP5-BYOS-EC2-2024-2684,Image SLES15-SP5-BYOS-GCE-2024-2684,Image SLES15-SP5-EC2-2024-2684,Image SLES15-SP5-GCE-2024-2684,Image SLES15-SP5-HPC-Azure-2024-2684,Image SLES15-SP5-HPC-BYOS-Azure-2024-2684,Image SLES15-SP5-HPC-BYOS-EC2-2024-2684,Image SLES15-SP5-HPC-BYOS-GCE-2024-2684,Image SLES15-SP5-Hardened-BYOS-Azure-2024-2684,Image SLES15-SP5-Hardened-BYOS-EC2-2024-2684,Image SLES15-SP5-Hardened-BYOS-GCE-2024-2684,Image SLES15-SP5-SAP-Azure-3P-2024-2684,Image SLES15-SP5-SAP-Azure-LI-BYOS-2024-2684,Image SLES15-SP5-SAP-Azure-LI-BYOS-Production-2024-2684,Image SLES15-SP5-SAP-Azure-VLI-BYOS-2024-2684,Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production-2024-2684,Image SLES15-SP5-SAP-BYOS-Azure-2024-2684,Image SLES15-SP5-SAP-BYOS-EC2-2024-2684,Image SLES15-SP5-SAP-BYOS-GCE-2024-2684,Image SLES15-SP5-SAP-Hardened-Azure-2024-2684,Image SLES15-SP5-SAP-Hardened-BYOS-Azure-2024-2684,Image SLES15-SP5-SAP-Hardened-BYOS-EC2-2024-2684,Image SLES15-SP5-SAP-Hardened-BYOS-GCE-2024-2684,Image SLES15-SP5-SAP-Hardened-GCE-2024-2684,Image SLES15-SP5-SAPCAL-Azure-2024-2684,Image SLES15-SP5-SAPCAL-EC2-2024-2684,Image SLES15-SP5-SAPCAL-GCE-2024-2684,Image SLES15-SP6-2024-2684,Image SLES15-SP6-Azure-3P-2024-2684,Image SLES15-SP6-Azure-Basic-2024-2684,Image SLES15-SP6-Azure-Standard-2024-2684,Image SLES15-SP6-BYOS-2024-2684,Image SLES15-SP6-BYOS-Azure-2024-2684,Image SLES15-SP6-BYOS-EC2-2024-2684,Image SLES15-SP6-BYOS-GCE-2024-2684,Image SLES15-SP6-EC2-2024-2684,Image SLES15-SP6-EC2-ECS-HVM-2024-2684,Image SLES15-SP6-GCE-2024-2684,Image SLES15-SP6-HPC-2024-2684,Image SLES15-SP6-HPC-Azure-2024-2684,Image SLES15-SP6-HPC-BYOS-2024-2684,Image SLES15-SP6-HPC-BYOS-Azure-2024-2684,Image SLES15-SP6-HPC-BYOS-EC2-2024-2684,Image SLES15-SP6-HPC-BYOS-GCE-2024-2684,Image SLES15-SP6-HPC-EC2-2024-2684,Image SLES15-SP6-HPC-GCE-2024-2684,Image SLES15-SP6-Hardened-BYOS-2024-2684,Image SLES15-SP6-Hardened-BYOS-Azure-2024-2684,Image SLES15-SP6-Hardened-BYOS-EC2-2024-2684,Image SLES15-SP6-Hardened-BYOS-GCE-2024-2684,Image SLES15-SP6-SAP-2024-2684,Image SLES15-SP6-SAP-Azure-2024-2684,Image SLES15-SP6-SAP-Azure-3P-2024-2684,Image SLES15-SP6-SAP-Azure-LI-BYOS-2024-2684,Image SLES15-SP6-SAP-Azure-LI-BYOS-Production-2024-2684,Image SLES15-SP6-SAP-Azure-VLI-BYOS-2024-2684,Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production-2024-2684,Image SLES15-SP6-SAP-BYOS-2024-2684,Image SLES15-SP6-SAP-BYOS-Azure-2024-2684,Image SLES15-SP6-SAP-BYOS-EC2-2024-2684,Image SLES15-SP6-SAP-BYOS-GCE-2024-2684,Image SLES15-SP6-SAP-EC2-2024-2684,Image SLES15-SP6-SAP-GCE-2024-2684,Image SLES15-SP6-SAP-Hardened-2024-2684,Image SLES15-SP6-SAP-Hardened-Azure-2024-2684,Image SLES15-SP6-SAP-Hardened-BYOS-2024-2684,Image SLES15-SP6-SAP-Hardened-BYOS-Azure-2024-2684,Image SLES15-SP6-SAP-Hardened-BYOS-EC2-2024-2684,Image SLES15-SP6-SAP-Hardened-BYOS-GCE-2024-2684,Image SLES15-SP6-SAP-Hardened-EC2-2024-2684,Image SLES15-SP6-SAP-Hardened-GCE-2024-2684,Image SLES15-SP6-SAPCAL-2024-2684,Image SLES15-SP6-SAPCAL-Azure-2024-2684,Image SLES15-SP6-SAPCAL-EC2-2024-2684,Image SLES15-SP6-SAPCAL-GCE-2024-2684,Image SLES15-SP7-Azure-3P-2024-2684,Image SLES15-SP7-Azure-Basic-2024-2684,Image SLES15-SP7-Azure-Standard-2024-2684,Image SLES15-SP7-BYOS-Azure-2024-2684,Image SLES15-SP7-BYOS-EC2-2024-2684,Image SLES15-SP7-BYOS-GCE-2024-2684,Image SLES15-SP7-EC2-2024-2684,Image SLES15-SP7-EC2-ECS-HVM-2024-2684,Image SLES15-SP7-GCE-2024-2684,Image SLES15-SP7-GCE-3P-2024-2684,Image SLES15-SP7-HPC-Azure-2024-2684,Image SLES15-SP7-HPC-BYOS-Azure-2024-2684,Image SLES15-SP7-HPC-BYOS-EC2-2024-2684,Image SLES15-SP7-HPC-BYOS-GCE-2024-2684,Image SLES15-SP7-Hardened-BYOS-Azure-2024-2684,Image SLES15-SP7-Hardened-BYOS-EC2-2024-2684,Image SLES15-SP7-Hardened-BYOS-GCE-2024-2684,Image SLES15-SP7-SAP-Azure-2024-2684,Image SLES15-SP7-SAP-Azure-3P-2024-2684,Image SLES15-SP7-SAP-Azure-LI-BYOS-Production-2024-2684,Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production-2024-2684,Image SLES15-SP7-SAP-BYOS-Azure-2024-2684,Image SLES15-SP7-SAP-BYOS-EC2-2024-2684,Image SLES15-SP7-SAP-BYOS-GCE-2024-2684,Image SLES15-SP7-SAP-EC2-2024-2684,Image SLES15-SP7-SAP-GCE-2024-2684,Image SLES15-SP7-SAP-GCE-3P-2024-2684,Image SLES15-SP7-SAP-Hardened-Azure-2024-2684,Image SLES15-SP7-SAP-Hardened-BYOS-Azure-2024-2684,Image SLES15-SP7-SAP-Hardened-BYOS-EC2-2024-2684,Image SLES15-SP7-SAP-Hardened-BYOS-GCE-2024-2684,Image SLES15-SP7-SAP-Hardened-GCE-2024-2684,Image SLES15-SP7-SAPCAL-Azure-2024-2684,Image SLES15-SP7-SAPCAL-EC2-2024-2684,Image SLES15-SP7-SAPCAL-GCE-2024-2684,Image server-attestation-image-2024-2684,Image server-image-2024-2684,Image tomcat_15_6-2024-2684,SUSE-2024-2684,SUSE-SLE-Micro-5.3-2024-2684,SUSE-SLE-Micro-5.4-2024-2684,SUSE-SLE-Micro-5.5-2024-2684,SUSE-SLE-Module-Basesystem-15-SP5-2024-2684,SUSE-SLE-Module-Basesystem-15-SP6-2024-2684,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-2684,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-2684,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-2684,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-2684,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-2684,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-2684,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-2684,openSUSE-Leap-Micro-5.5-2024-2684,openSUSE-SLE-15.5-2024-2684,openSUSE-SLE-15.6-2024-2684</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/-2024-2684/suse-ru-20242684-1/</URL>
      <Description>Link for SUSE-RU-2024:2684-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2024-July/036227.html</URL>
      <Description>E-Mail link for SUSE-RU-2024:2684-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/1214980</URL>
      <Description>SUSE Bug 1214980</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222804</URL>
      <Description>SUSE Bug 1222804</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222807</URL>
      <Description>SUSE Bug 1222807</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222811</URL>
      <Description>SUSE Bug 1222811</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222813</URL>
      <Description>SUSE Bug 1222813</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222814</URL>
      <Description>SUSE Bug 1222814</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222821</URL>
      <Description>SUSE Bug 1222821</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222822</URL>
      <Description>SUSE Bug 1222822</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222826</URL>
      <Description>SUSE Bug 1222826</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222828</URL>
      <Description>SUSE Bug 1222828</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222830</URL>
      <Description>SUSE Bug 1222830</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222833</URL>
      <Description>SUSE Bug 1222833</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222834</URL>
      <Description>SUSE Bug 1222834</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1223724</URL>
      <Description>SUSE Bug 1223724</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1224113</URL>
      <Description>SUSE Bug 1224113</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1224115</URL>
      <Description>SUSE Bug 1224115</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1224116</URL>
      <Description>SUSE Bug 1224116</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1224118</URL>
      <Description>SUSE Bug 1224118</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1227918</URL>
      <Description>SUSE Bug 1227918</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-5388/</URL>
      <Description>SUSE CVE CVE-2023-5388 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="Container bci/bci-sle15-kernel-module-devel:15.5">
      <Branch Type="Product Name" Name="Container bci/bci-sle15-kernel-module-devel:15.5">
        <FullProductName ProductID="Container bci/bci-sle15-kernel-module-devel:15.5">Container bci/bci-sle15-kernel-module-devel:15.5</FullProductName>
      </Branch>
    </Branch>
    <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 bci/openjdk-devel:11">
      <Branch Type="Product Name" Name="Container bci/openjdk-devel:11">
        <FullProductName ProductID="Container bci/openjdk-devel:11">Container bci/openjdk-devel:11</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/openjdk-devel:17">
      <Branch Type="Product Name" Name="Container bci/openjdk-devel:17">
        <FullProductName ProductID="Container bci/openjdk-devel:17">Container bci/openjdk-devel:17</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/openjdk-devel:latest">
      <Branch Type="Product Name" Name="Container bci/openjdk-devel:latest">
        <FullProductName ProductID="Container bci/openjdk-devel:latest">Container bci/openjdk-devel:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/openjdk:11">
      <Branch Type="Product Name" Name="Container bci/openjdk:11">
        <FullProductName ProductID="Container bci/openjdk:11">Container bci/openjdk:11</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/openjdk:17">
      <Branch Type="Product Name" Name="Container bci/openjdk:17">
        <FullProductName ProductID="Container bci/openjdk:17">Container bci/openjdk:17</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/openjdk:latest">
      <Branch Type="Product Name" Name="Container bci/openjdk:latest">
        <FullProductName ProductID="Container bci/openjdk:latest">Container bci/openjdk:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container containers/apache-pulsar:3.3">
      <Branch Type="Product Name" Name="Container containers/apache-pulsar:3.3">
        <FullProductName ProductID="Container containers/apache-pulsar:3.3">Container containers/apache-pulsar:3.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container containers/apache-tomcat:10.1-openjdk11">
      <Branch Type="Product Name" Name="Container containers/apache-tomcat:10.1-openjdk11">
        <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk11">Container containers/apache-tomcat:10.1-openjdk11</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container containers/apache-tomcat:10.1-openjdk17">
      <Branch Type="Product Name" Name="Container containers/apache-tomcat:10.1-openjdk17">
        <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk17">Container containers/apache-tomcat:10.1-openjdk17</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container containers/apache-tomcat:10.1-openjdk21">
      <Branch Type="Product Name" Name="Container containers/apache-tomcat:10.1-openjdk21">
        <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk21">Container containers/apache-tomcat:10.1-openjdk21</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container containers/apache-tomcat:9-openjdk11">
      <Branch Type="Product Name" Name="Container containers/apache-tomcat:9-openjdk11">
        <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk11">Container containers/apache-tomcat:9-openjdk11</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container containers/apache-tomcat:9-openjdk17">
      <Branch Type="Product Name" Name="Container containers/apache-tomcat:9-openjdk17">
        <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk17">Container containers/apache-tomcat:9-openjdk17</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container containers/apache-tomcat:9-openjdk21">
      <Branch Type="Product Name" Name="Container containers/apache-tomcat:9-openjdk21">
        <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk21">Container containers/apache-tomcat:9-openjdk21</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container containers/apache-tomcat:9-openjdk8">
      <Branch Type="Product Name" Name="Container containers/apache-tomcat:9-openjdk8">
        <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk8">Container containers/apache-tomcat:9-openjdk8</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/hpc/warewulf4-x86_64/sle-hpc-node:latest">
      <Branch Type="Product Name" Name="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest">
        <FullProductName ProductID="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest">Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/kiosk/firefox-esr:esr">
      <Branch Type="Product Name" Name="Container suse/kiosk/firefox-esr:esr">
        <FullProductName ProductID="Container suse/kiosk/firefox-esr:esr">Container suse/kiosk/firefox-esr:esr</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/manager/5.0/x86_64/server-attestation:latest">
      <Branch Type="Product Name" Name="Container suse/manager/5.0/x86_64/server-attestation:latest">
        <FullProductName ProductID="Container suse/manager/5.0/x86_64/server-attestation:latest">Container suse/manager/5.0/x86_64/server-attestation: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/server-attestation:latest">
      <Branch Type="Product Name" Name="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest">
        <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest">Container suse/multi-linux-manager/5.1/x86_64/server-attestation: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="Container suse/sle-micro-rancher/5.3:latest">
      <Branch Type="Product Name" Name="Container suse/sle-micro-rancher/5.3:latest">
        <FullProductName ProductID="Container suse/sle-micro-rancher/5.3:latest">Container suse/sle-micro-rancher/5.3:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro-rancher/5.4:latest">
      <Branch Type="Product Name" Name="Container suse/sle-micro-rancher/5.4:latest">
        <FullProductName ProductID="Container suse/sle-micro-rancher/5.4:latest">Container suse/sle-micro-rancher/5.4:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/5.5:latest">
      <Branch Type="Product Name" Name="Container suse/sle-micro/5.5:latest">
        <FullProductName ProductID="Container suse/sle-micro/5.5:latest">Container suse/sle-micro/5.5:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/base-5.5:latest">
      <Branch Type="Product Name" Name="Container suse/sle-micro/base-5.5:latest">
        <FullProductName ProductID="Container suse/sle-micro/base-5.5:latest">Container suse/sle-micro/base-5.5:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/kvm-5.5:latest">
      <Branch Type="Product Name" Name="Container suse/sle-micro/kvm-5.5:latest">
        <FullProductName ProductID="Container suse/sle-micro/kvm-5.5:latest">Container suse/sle-micro/kvm-5.5:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/rt-5.5:latest">
      <Branch Type="Product Name" Name="Container suse/sle-micro/rt-5.5:latest">
        <FullProductName ProductID="Container suse/sle-micro/rt-5.5:latest">Container suse/sle-micro/rt-5.5:latest</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-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-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-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-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-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-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-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-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-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-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-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-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-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-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 server-attestation-image">
      <Branch Type="Product Name" Name="Image server-attestation-image">
        <FullProductName ProductID="Image server-attestation-image">Image server-attestation-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="Image tomcat_15_6">
      <Branch Type="Product Name" Name="Image tomcat_15_6">
        <FullProductName ProductID="Image tomcat_15_6">Image tomcat_15_6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.3">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3" CPE="cpe:/o:suse:sle-micro:5.3">SUSE Linux Enterprise Micro 5.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.4">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4" CPE="cpe:/o:suse:sle-micro:5.4">SUSE Linux Enterprise Micro 5.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.5">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5" CPE="cpe:/o:suse:sle-micro:5.5">SUSE Linux Enterprise Micro 5.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5" CPE="cpe:/o:suse:sle-module-basesystem:15:sp5">SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp4">SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4" CPE="cpe:/o:suse:sles_sap:15:sp4">SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Proxy 4.3">
        <FullProductName ProductID="SUSE Manager Proxy 4.3" CPE="cpe:/o:suse:suse-manager-proxy:4.3">SUSE Manager Proxy 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Server 4.3">
        <FullProductName ProductID="SUSE Manager Server 4.3" CPE="cpe:/o:suse:suse-manager-server:4.3">SUSE Manager Server 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.5">
      <Branch Type="Product Name" Name="openSUSE Leap 15.5">
        <FullProductName ProductID="openSUSE Leap 15.5" CPE="cpe:/o:opensuse:leap:15.5">openSUSE Leap 15.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.6">
      <Branch Type="Product Name" Name="openSUSE Leap 15.6">
        <FullProductName ProductID="openSUSE Leap 15.6" CPE="cpe:/o:opensuse:leap:15.6">openSUSE Leap 15.6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap Micro 5.5">
      <Branch Type="Product Name" Name="openSUSE Leap Micro 5.5">
        <FullProductName ProductID="openSUSE Leap Micro 5.5" CPE="cpe:/o:opensuse:leap-micro:5.5">openSUSE Leap Micro 5.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="libfreebl3-3.101.2-150400.3.48.1">
      <FullProductName ProductID="libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsoftokn3-3.101.2-150400.3.48.1">
      <FullProductName ProductID="libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-3.101.2-150400.3.48.1">
      <FullProductName ProductID="mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-certs-3.101.2-150400.3.48.1">
      <FullProductName ProductID="mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-tools-3.101.2-150400.3.48.1">
      <FullProductName ProductID="mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfreebl3-32bit-3.101.2-150400.3.48.1">
      <FullProductName ProductID="libfreebl3-32bit-3.101.2-150400.3.48.1">libfreebl3-32bit-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfreebl3-64bit-3.101.2-150400.3.48.1">
      <FullProductName ProductID="libfreebl3-64bit-3.101.2-150400.3.48.1">libfreebl3-64bit-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsoftokn3-32bit-3.101.2-150400.3.48.1">
      <FullProductName ProductID="libsoftokn3-32bit-3.101.2-150400.3.48.1">libsoftokn3-32bit-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsoftokn3-64bit-3.101.2-150400.3.48.1">
      <FullProductName ProductID="libsoftokn3-64bit-3.101.2-150400.3.48.1">libsoftokn3-64bit-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-32bit-3.101.2-150400.3.48.1">
      <FullProductName ProductID="mozilla-nss-32bit-3.101.2-150400.3.48.1">mozilla-nss-32bit-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-64bit-3.101.2-150400.3.48.1">
      <FullProductName ProductID="mozilla-nss-64bit-3.101.2-150400.3.48.1">mozilla-nss-64bit-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-certs-32bit-3.101.2-150400.3.48.1">
      <FullProductName ProductID="mozilla-nss-certs-32bit-3.101.2-150400.3.48.1">mozilla-nss-certs-32bit-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-certs-64bit-3.101.2-150400.3.48.1">
      <FullProductName ProductID="mozilla-nss-certs-64bit-3.101.2-150400.3.48.1">mozilla-nss-certs-64bit-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-devel-3.101.2-150400.3.48.1">
      <FullProductName ProductID="mozilla-nss-devel-3.101.2-150400.3.48.1">mozilla-nss-devel-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-sysinit-3.101.2-150400.3.48.1">
      <FullProductName ProductID="mozilla-nss-sysinit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-sysinit-32bit-3.101.2-150400.3.48.1">
      <FullProductName ProductID="mozilla-nss-sysinit-32bit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-32bit-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-sysinit-64bit-3.101.2-150400.3.48.1">
      <FullProductName ProductID="mozilla-nss-sysinit-64bit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-64bit-3.101.2-150400.3.48.1</FullProductName>
    </Branch>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/bci-sle15-kernel-module-devel:15.5">
      <FullProductName ProductID="Container bci/bci-sle15-kernel-module-devel:15.5:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container bci/bci-sle15-kernel-module-devel:15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/bci-sle15-kernel-module-devel:15.5">
      <FullProductName ProductID="Container bci/bci-sle15-kernel-module-devel:15.5:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container bci/bci-sle15-kernel-module-devel:15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/bci-sle15-kernel-module-devel:15.5">
      <FullProductName ProductID="Container bci/bci-sle15-kernel-module-devel:15.5:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container bci/bci-sle15-kernel-module-devel:15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/bci-sle15-kernel-module-devel:15.5">
      <FullProductName ProductID="Container bci/bci-sle15-kernel-module-devel:15.5:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container bci/bci-sle15-kernel-module-devel:15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/bci-sle15-kernel-module-devel:15.5">
      <FullProductName ProductID="Container bci/bci-sle15-kernel-module-devel:15.5:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Container bci/bci-sle15-kernel-module-devel:15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/kiwi:latest">
      <FullProductName ProductID="Container bci/kiwi:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container bci/kiwi:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/kiwi:latest">
      <FullProductName ProductID="Container bci/kiwi:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container bci/kiwi:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/kiwi:latest">
      <FullProductName ProductID="Container bci/kiwi:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container bci/kiwi:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/kiwi:latest">
      <FullProductName ProductID="Container bci/kiwi:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container bci/kiwi:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:11">
      <FullProductName ProductID="Container bci/openjdk-devel:11:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container bci/openjdk-devel:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:11">
      <FullProductName ProductID="Container bci/openjdk-devel:11:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container bci/openjdk-devel:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:11">
      <FullProductName ProductID="Container bci/openjdk-devel:11:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container bci/openjdk-devel:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:11">
      <FullProductName ProductID="Container bci/openjdk-devel:11:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container bci/openjdk-devel:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:17">
      <FullProductName ProductID="Container bci/openjdk-devel:17:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container bci/openjdk-devel:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:17">
      <FullProductName ProductID="Container bci/openjdk-devel:17:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container bci/openjdk-devel:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:17">
      <FullProductName ProductID="Container bci/openjdk-devel:17:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container bci/openjdk-devel:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:17">
      <FullProductName ProductID="Container bci/openjdk-devel:17:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container bci/openjdk-devel:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:latest">
      <FullProductName ProductID="Container bci/openjdk-devel:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container bci/openjdk-devel:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:latest">
      <FullProductName ProductID="Container bci/openjdk-devel:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container bci/openjdk-devel:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:latest">
      <FullProductName ProductID="Container bci/openjdk-devel:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container bci/openjdk-devel:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:latest">
      <FullProductName ProductID="Container bci/openjdk-devel:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container bci/openjdk-devel:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:11">
      <FullProductName ProductID="Container bci/openjdk:11:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container bci/openjdk:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:11">
      <FullProductName ProductID="Container bci/openjdk:11:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container bci/openjdk:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:11">
      <FullProductName ProductID="Container bci/openjdk:11:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container bci/openjdk:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:11">
      <FullProductName ProductID="Container bci/openjdk:11:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container bci/openjdk:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:17">
      <FullProductName ProductID="Container bci/openjdk:17:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container bci/openjdk:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:17">
      <FullProductName ProductID="Container bci/openjdk:17:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container bci/openjdk:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:17">
      <FullProductName ProductID="Container bci/openjdk:17:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container bci/openjdk:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:17">
      <FullProductName ProductID="Container bci/openjdk:17:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container bci/openjdk:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:latest">
      <FullProductName ProductID="Container bci/openjdk:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container bci/openjdk:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:latest">
      <FullProductName ProductID="Container bci/openjdk:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container bci/openjdk:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:latest">
      <FullProductName ProductID="Container bci/openjdk:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container bci/openjdk:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk:latest">
      <FullProductName ProductID="Container bci/openjdk:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container bci/openjdk:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-pulsar:3.3">
      <FullProductName ProductID="Container containers/apache-pulsar:3.3:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container containers/apache-pulsar:3.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-pulsar:3.3">
      <FullProductName ProductID="Container containers/apache-pulsar:3.3:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container containers/apache-pulsar:3.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-pulsar:3.3">
      <FullProductName ProductID="Container containers/apache-pulsar:3.3:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container containers/apache-pulsar:3.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-pulsar:3.3">
      <FullProductName ProductID="Container containers/apache-pulsar:3.3:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container containers/apache-pulsar:3.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk11">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk11:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:10.1-openjdk11</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk11">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk11:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:10.1-openjdk11</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk11">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk11:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:10.1-openjdk11</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk11">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk11:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:10.1-openjdk11</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk17">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk17:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:10.1-openjdk17</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk17">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk17:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:10.1-openjdk17</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk17">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk17:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:10.1-openjdk17</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk17">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk17:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:10.1-openjdk17</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk21">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk21:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:10.1-openjdk21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk21">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk21:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:10.1-openjdk21</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk21">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk21:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:10.1-openjdk21</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk21">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk21:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:10.1-openjdk21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk11">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk11:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk11</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk11">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk11:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk11</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk11">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk11:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk11</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk11">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk11:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk11</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk17">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk17:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk17</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk17">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk17:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk17</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk17">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk17:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk17</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk17">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk17:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk17</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk21">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk21:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk21">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk21:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk21</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk21">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk21:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk21</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk21">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk21:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk21</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk8">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk8:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk8</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk8">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk8:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk8</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk8">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk8:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk8</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk8">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk8:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container containers/apache-tomcat:9-openjdk8</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/389-ds:latest">
      <FullProductName ProductID="Container suse/389-ds:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/389-ds:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/389-ds:latest">
      <FullProductName ProductID="Container suse/389-ds:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/389-ds:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/389-ds:latest">
      <FullProductName ProductID="Container suse/389-ds:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/389-ds:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/389-ds:latest">
      <FullProductName ProductID="Container suse/389-ds:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/389-ds:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/389-ds:latest">
      <FullProductName ProductID="Container suse/389-ds:latest:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Container suse/389-ds:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest">
      <FullProductName ProductID="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest">
      <FullProductName ProductID="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest">
      <FullProductName ProductID="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest">
      <FullProductName ProductID="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/kiosk/firefox-esr:esr">
      <FullProductName ProductID="Container suse/kiosk/firefox-esr:esr:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/kiosk/firefox-esr:esr</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/kiosk/firefox-esr:esr">
      <FullProductName ProductID="Container suse/kiosk/firefox-esr:esr:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/kiosk/firefox-esr:esr</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/kiosk/firefox-esr:esr">
      <FullProductName ProductID="Container suse/kiosk/firefox-esr:esr:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/kiosk/firefox-esr:esr</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/kiosk/firefox-esr:esr">
      <FullProductName ProductID="Container suse/kiosk/firefox-esr:esr:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/kiosk/firefox-esr:esr</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/5.0/x86_64/server-attestation:latest">
      <FullProductName ProductID="Container suse/manager/5.0/x86_64/server-attestation:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/manager/5.0/x86_64/server-attestation:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/5.0/x86_64/server-attestation:latest">
      <FullProductName ProductID="Container suse/manager/5.0/x86_64/server-attestation:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/manager/5.0/x86_64/server-attestation:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/5.0/x86_64/server-attestation:latest">
      <FullProductName ProductID="Container suse/manager/5.0/x86_64/server-attestation:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/manager/5.0/x86_64/server-attestation:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/manager/5.0/x86_64/server-attestation:latest">
      <FullProductName ProductID="Container suse/manager/5.0/x86_64/server-attestation:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/manager/5.0/x86_64/server-attestation:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.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:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/manager/5.0/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.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:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/manager/5.0/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.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:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/manager/5.0/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.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:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/manager/5.0/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest">
      <FullProductName ProductID="Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.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:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.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:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.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:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.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:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/multi-linux-manager/5.1/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.3:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.3:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro-rancher/5.3:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.3:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.3:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro-rancher/5.3:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.3:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.3:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro-rancher/5.3:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.3:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.3:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro-rancher/5.3:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.4:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.4:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro-rancher/5.4:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.4:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.4:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro-rancher/5.4:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.4:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.4:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro-rancher/5.4:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.4:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.4:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro-rancher/5.4:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/5.5:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/5.5:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/5.5:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/5.5:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/base-5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/base-5.5:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/base-5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/base-5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/base-5.5:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/base-5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/base-5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/base-5.5:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/base-5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/base-5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/base-5.5:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/base-5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/kvm-5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/kvm-5.5:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/kvm-5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/kvm-5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/kvm-5.5:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/kvm-5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/kvm-5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/kvm-5.5:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/kvm-5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/kvm-5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/kvm-5.5:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/kvm-5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/rt-5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/rt-5.5:latest:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/rt-5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/rt-5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/rt-5.5:latest:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/rt-5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/rt-5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/rt-5.5:latest:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/rt-5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/rt-5.5:latest">
      <FullProductName ProductID="Container suse/sle-micro/rt-5.5:latest:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Container suse/sle-micro/rt-5.5:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP4-HPC-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP4-HPC-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.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:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.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:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.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:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.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:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.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:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.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:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.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:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.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:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.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:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.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:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.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:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.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:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.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:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.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:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.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:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.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:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.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:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.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:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.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:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.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:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.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:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.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:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.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:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.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:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.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:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.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:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.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:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.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:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.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:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.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:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.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:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.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:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.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:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.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:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.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:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.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:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.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:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.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:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.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:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.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:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-Micro-5-4-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP">
      <FullProductName ProductID="Image SLES15-SP4-SAP:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP">
      <FullProductName ProductID="Image SLES15-SP4-SAP:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP">
      <FullProductName ProductID="Image SLES15-SP4-SAP:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP">
      <FullProductName ProductID="Image SLES15-SP4-SAP:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP4-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP5-Azure-3P:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP5-Azure-Basic:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP5-Azure-Standard:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-EC2">
      <FullProductName ProductID="Image SLES15-SP5-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-GCE">
      <FullProductName ProductID="Image SLES15-SP5-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP5-HPC-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-3P:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-3P:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-3P:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-3P:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-3P:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP5-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6">
      <FullProductName ProductID="Image SLES15-SP6:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-Azure-3P:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Basic:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Standard:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-EC2">
      <FullProductName ProductID="Image SLES15-SP6-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP6-EC2-ECS-HVM:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-GCE">
      <FullProductName ProductID="Image SLES15-SP6-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC">
      <FullProductName ProductID="Image SLES15-SP6-HPC:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-HPC</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP">
      <FullProductName ProductID="Image SLES15-SP6-SAP:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP">
      <FullProductName ProductID="Image SLES15-SP6-SAP:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP">
      <FullProductName ProductID="Image SLES15-SP6-SAP:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP">
      <FullProductName ProductID="Image SLES15-SP6-SAP:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP6-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-Azure-3P:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Basic:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Standard:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2">
      <FullProductName ProductID="Image SLES15-SP7-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE">
      <FullProductName ProductID="Image SLES15-SP7-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-GCE-3P:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image server-attestation-image">
      <FullProductName ProductID="Image server-attestation-image:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image server-attestation-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image server-attestation-image">
      <FullProductName ProductID="Image server-attestation-image:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image server-attestation-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image server-attestation-image">
      <FullProductName ProductID="Image server-attestation-image:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image server-attestation-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image server-attestation-image">
      <FullProductName ProductID="Image server-attestation-image:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image server-attestation-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image tomcat_15_6">
      <FullProductName ProductID="Image tomcat_15_6:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of Image tomcat_15_6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image tomcat_15_6">
      <FullProductName ProductID="Image tomcat_15_6:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of Image tomcat_15_6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image tomcat_15_6">
      <FullProductName ProductID="Image tomcat_15_6:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of Image tomcat_15_6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="Image tomcat_15_6">
      <FullProductName ProductID="Image tomcat_15_6:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of Image tomcat_15_6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libfreebl3-32bit-3.101.2-150400.3.48.1">libfreebl3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsoftokn3-32bit-3.101.2-150400.3.48.1">libsoftokn3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-32bit-3.101.2-150400.3.48.1">mozilla-nss-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1">mozilla-nss-certs-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-devel-3.101.2-150400.3.48.1">mozilla-nss-devel-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-sysinit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libfreebl3-32bit-3.101.2-150400.3.48.1">libfreebl3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsoftokn3-32bit-3.101.2-150400.3.48.1">libsoftokn3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-32bit-3.101.2-150400.3.48.1">mozilla-nss-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1">mozilla-nss-certs-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-devel-3.101.2-150400.3.48.1">mozilla-nss-devel-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-sysinit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libfreebl3-32bit-3.101.2-150400.3.48.1">libfreebl3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:libsoftokn3-32bit-3.101.2-150400.3.48.1">libsoftokn3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-32bit-3.101.2-150400.3.48.1">mozilla-nss-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1">mozilla-nss-certs-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-devel-3.101.2-150400.3.48.1">mozilla-nss-devel-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-sysinit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libfreebl3-32bit-3.101.2-150400.3.48.1">libfreebl3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:libsoftokn3-32bit-3.101.2-150400.3.48.1">libsoftokn3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-32bit-3.101.2-150400.3.48.1">mozilla-nss-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1">mozilla-nss-certs-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-devel-3.101.2-150400.3.48.1">mozilla-nss-devel-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-sysinit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libfreebl3-32bit-3.101.2-150400.3.48.1">libfreebl3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libsoftokn3-32bit-3.101.2-150400.3.48.1">libsoftokn3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-32bit-3.101.2-150400.3.48.1">mozilla-nss-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1">mozilla-nss-certs-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-devel-3.101.2-150400.3.48.1">mozilla-nss-devel-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-sysinit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libfreebl3-32bit-3.101.2-150400.3.48.1">libfreebl3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsoftokn3-32bit-3.101.2-150400.3.48.1">libsoftokn3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-32bit-3.101.2-150400.3.48.1">mozilla-nss-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1">mozilla-nss-certs-32bit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-devel-3.101.2-150400.3.48.1">mozilla-nss-devel-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-sysinit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libfreebl3-32bit-3.101.2-150400.3.48.1">libfreebl3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libsoftokn3-32bit-3.101.2-150400.3.48.1">libsoftokn3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:mozilla-nss-32bit-3.101.2-150400.3.48.1">mozilla-nss-32bit-3.101.2-150400.3.48.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1">mozilla-nss-certs-32bit-3.101.2-150400.3.48.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:mozilla-nss-devel-3.101.2-150400.3.48.1">mozilla-nss-devel-3.101.2-150400.3.48.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:mozilla-nss-sysinit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-3.101.2-150400.3.48.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libfreebl3-32bit-3.101.2-150400.3.48.1">libfreebl3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libsoftokn3-32bit-3.101.2-150400.3.48.1">libsoftokn3-32bit-3.101.2-150400.3.48.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:mozilla-nss-32bit-3.101.2-150400.3.48.1">mozilla-nss-32bit-3.101.2-150400.3.48.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1">mozilla-nss-certs-32bit-3.101.2-150400.3.48.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:mozilla-nss-devel-3.101.2-150400.3.48.1">mozilla-nss-devel-3.101.2-150400.3.48.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:mozilla-nss-sysinit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-3.101.2-150400.3.48.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libfreebl3-32bit-3.101.2-150400.3.48.1">libfreebl3-32bit-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:libsoftokn3-32bit-3.101.2-150400.3.48.1">libsoftokn3-32bit-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:mozilla-nss-32bit-3.101.2-150400.3.48.1">mozilla-nss-32bit-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1">mozilla-nss-certs-32bit-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:mozilla-nss-devel-3.101.2-150400.3.48.1">mozilla-nss-devel-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:mozilla-nss-sysinit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:mozilla-nss-sysinit-32bit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-32bit-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libfreebl3-32bit-3.101.2-150400.3.48.1">libfreebl3-32bit-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:libsoftokn3-32bit-3.101.2-150400.3.48.1">libsoftokn3-32bit-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:mozilla-nss-32bit-3.101.2-150400.3.48.1">mozilla-nss-32bit-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1">mozilla-nss-certs-32bit-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-devel-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:mozilla-nss-devel-3.101.2-150400.3.48.1">mozilla-nss-devel-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:mozilla-nss-sysinit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-sysinit-32bit-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:mozilla-nss-sysinit-32bit-3.101.2-150400.3.48.1">mozilla-nss-sysinit-32bit-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreebl3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.5">
      <FullProductName ProductID="openSUSE Leap Micro 5.5:libfreebl3-3.101.2-150400.3.48.1">libfreebl3-3.101.2-150400.3.48.1 as a component of openSUSE Leap Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.5">
      <FullProductName ProductID="openSUSE Leap Micro 5.5:libsoftokn3-3.101.2-150400.3.48.1">libsoftokn3-3.101.2-150400.3.48.1 as a component of openSUSE Leap Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.5">
      <FullProductName ProductID="openSUSE Leap Micro 5.5:mozilla-nss-3.101.2-150400.3.48.1">mozilla-nss-3.101.2-150400.3.48.1 as a component of openSUSE Leap Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.5">
      <FullProductName ProductID="openSUSE Leap Micro 5.5:mozilla-nss-certs-3.101.2-150400.3.48.1">mozilla-nss-certs-3.101.2-150400.3.48.1 as a component of openSUSE Leap Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-150400.3.48.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.5">
      <FullProductName ProductID="openSUSE Leap Micro 5.5:mozilla-nss-tools-3.101.2-150400.3.48.1">mozilla-nss-tools-3.101.2-150400.3.48.1 as a component of openSUSE Leap Micro 5.5</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">NSS was susceptible to a timing side-channel attack when performing RSA decryption. This attack could potentially allow an attacker to recover the private data. This vulnerability affects Firefox &lt; 124, Firefox ESR &lt; 115.9, and Thunderbird &lt; 115.9.</Note>
    </Notes>
    <CVE>CVE-2023-5388</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/bci-sle15-kernel-module-devel:15.5:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/bci-sle15-kernel-module-devel:15.5:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/bci-sle15-kernel-module-devel:15.5:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/bci-sle15-kernel-module-devel:15.5:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/bci-sle15-kernel-module-devel:15.5:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/kiwi:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/kiwi:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/kiwi:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/kiwi:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk-devel:11:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk-devel:11:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk-devel:11:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk-devel:11:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk-devel:17:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk-devel:17:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk-devel:17:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk-devel:17:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk-devel:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk-devel:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk-devel:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk-devel:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk:11:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk:11:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk:11:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk:11:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk:17:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk:17:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk:17:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk:17:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container bci/openjdk:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-pulsar:3.3:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-pulsar:3.3:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-pulsar:3.3:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-pulsar:3.3:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk11:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk11:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk11:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk11:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk17:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk17:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk17:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk17:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk21:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk21:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk21:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk21:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk11:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk11:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk11:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk11:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk17:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk17:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk17:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk17:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk21:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk21:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk21:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk21:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk8:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk8:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk8:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk8:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/389-ds:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/389-ds:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/389-ds:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/389-ds:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/389-ds:latest:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/hpc/warewulf4-x86_64/sle-hpc-node:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/kiosk/firefox-esr:esr:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/kiosk/firefox-esr:esr:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/kiosk/firefox-esr:esr:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/kiosk/firefox-esr:esr:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/server-attestation:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/server-attestation:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/server-attestation:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/server-attestation:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/server:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/server:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/server:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/server:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server-attestation:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/multi-linux-manager/5.1/x86_64/server:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.3:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.3:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.3:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.3:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.4:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.4:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.4:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro-rancher/5.4:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/5.5:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/5.5:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/5.5:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/5.5:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/base-5.5:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/base-5.5:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/base-5.5:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/base-5.5:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/kvm-5.5:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/kvm-5.5:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/kvm-5.5:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/kvm-5.5:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/rt-5.5:latest:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/rt-5.5:latest:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/rt-5.5:latest:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Container suse/sle-micro/rt-5.5:latest:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-llc:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-llc:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-llc:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-llc:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-ltd:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-ltd:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-ltd:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-ltd:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-llc:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-llc:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-llc:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-llc:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-ltd:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-ltd:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-ltd:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-ltd:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-LI-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure-VLI-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-3P:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-Basic:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-Standard:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-3P:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-3P:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-3P:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-3P:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-3P:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-LI-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-VLI-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-3P:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Basic:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Standard:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-EC2-ECS-HVM:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-LI-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-VLI-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP6:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-3P:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Basic:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Standard:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2-ECS-HVM:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE-3P:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-LI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image server-attestation-image:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image server-attestation-image:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image server-attestation-image:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image server-attestation-image:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image server-image:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image server-image:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image server-image:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image server-image:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image tomcat_15_6:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image tomcat_15_6:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image tomcat_15_6:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>Image tomcat_15_6:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libfreebl3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsoftokn3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-devel-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-sysinit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libfreebl3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsoftokn3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-devel-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-sysinit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libfreebl3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:libsoftokn3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-devel-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-sysinit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libfreebl3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:libsoftokn3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-devel-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-sysinit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libfreebl3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libsoftokn3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-devel-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-sysinit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libfreebl3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsoftokn3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-devel-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-sysinit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libfreebl3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libsoftokn3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:mozilla-nss-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:mozilla-nss-devel-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:mozilla-nss-sysinit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libfreebl3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libsoftokn3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:mozilla-nss-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:mozilla-nss-devel-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:mozilla-nss-sysinit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libfreebl3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.5:libsoftokn3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.5:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.5:mozilla-nss-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.5:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.5:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.5:mozilla-nss-devel-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.5:mozilla-nss-sysinit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.5:mozilla-nss-sysinit-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.5:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libfreebl3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.6:libsoftokn3-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.6:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.6:mozilla-nss-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.6:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.6:mozilla-nss-certs-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.6:mozilla-nss-devel-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.6:mozilla-nss-sysinit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.6:mozilla-nss-sysinit-32bit-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap 15.6:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.5:libfreebl3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.5:libsoftokn3-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.5:mozilla-nss-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.5:mozilla-nss-certs-3.101.2-150400.3.48.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.5:mozilla-nss-tools-3.101.2-150400.3.48.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <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/-2024-2684/suse-ru-20242684-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-5388.html</URL>
        <Description>CVE-2023-5388</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1216198</URL>
        <Description>SUSE Bug 1216198</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1221327</URL>
        <Description>SUSE Bug 1221327</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
