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

apiguardian was updated to vesion 1.1.2:

- Added LICENSE/NOTICE to the generated jar
- Allow @API to be declared at the package level
- Explain usage of Status.DEPRECATED
- Include OSGi metadata in manifest

assertj-core was implemented at version 3.25.3:

- New package implementation needed by Junit5

byte-buddy was updated to version v1.14.16:

- `byte-buddy` is required by `assertj-core`
- Changes in version v1.14.16:

  * Update ASM and introduce support for Java 23.

- Changes in version v1.14.15:

  * Allow attaching from root on J9.

- Changes of v1.14.14:

  * Adjust type validation to accept additional names that are
    legal in the class file format.
  * Fix dynamic attach on Windows when a service user is active.
  * Avoid failure when using Android's strict mode.

dom4j was updated to version 2.1.4:

- Improvements and potentially breaking changes:

  * Added new factory method org.dom4j.io.SAXReader.createDefault(). It has more secure defaults than new SAXReader(),
    which uses system XMLReaderFactory.createXMLReader() or SAXParserFactory.newInstance().newSAXParser().
  * If you use some optional dependency of dom4j (for example Jaxen, xsdlib etc.), you need to specify an explicit
    dependency on it in your project. They are no longer marked as a mandatory transitive dependency by dom4j.
  * Following SAX parser features are disabled by default in DocumentHelper.parse() for security reasons (they were
    enabled in previous versions):
      
    + http://xml.org/sax/properties/external-general-entities
    + http://xml.org/sax/properties/external-parameter-entities

- Other changes:

  * Do not depend on jtidy, since it is not used during build
  * Fixed license to Plexus
  * JPMS: Add the Automatic-Module-Name attribute to the manifest.
  * Make a separate flavour for a minimal `dom4j-bootstrap` package used to build `jaxen` and full `dom4j`
  * Updated pull-parser version
  * Reuse the writeAttribute method in writeAttributes
  * Support build on OS with non-UTF8 as default charset
  * Gradle: add an automatic module name
  * Use Correct License Name 'Plexus'
  * Possible vulnerability of DocumentHelper.parseText() to XML injection
  * CVS directories left in the source tree
  * XMLWriter does not escape supplementary unicode characters correctly
  * writer.writeOpen(x) doesn't write namespaces
  * Fixed concurrency problem with QNameCache
  * All dependencies are optional
  * SAXReader: hardcoded namespace features
  * Validate QNames
  * StringIndexOutOfBoundsException in XMLWriter.writeElementContent()
  * TreeNode has grown some generics
  * QName serialization fix
  * DocumentException initialize with nested exception
  * Accidentally occurring error in a multi-threaded test
  * Added compatibility with W3C DOM Level 3
  * Use Java generics

hamcrest:

-  `hamcrest-core` has been replaced by `hamcrest` (no source changes)

junit had the following change:

- Require hamcrest &gt;= 2.2

junit5 was updated to version 5.10.2:
    
- Conditional execution based on OS architectures
- Configurable cleanup mode for @TempDir
- Configurable thread mode for @Timeout
- Custom class loader support for class/method selectors, @MethodSource, @EnabledIf, and @DisabledIf
- Dry-run mode for test execution
- Failure threshold for @RepeatedTest
- Fixed build with the latest open-test-reporting milestone
- Fixed dependencies in module-info.java files
- Fixed unreported exception error that is fatal with JDK 21
- Improved configurability of parallel execution
- New @SelectMethod support in test @Suite classes.
- New ConsoleLauncher subcommand for test discovery without execution
- New convenience base classes for implementing ArgumentsProvider and ArgumentConverter
- New IterationSelector
- New LauncherInterceptor SPI
- New NamespacedHierarchicalStore for use in third-party test engines
- New TempDirFactory SPI for customizing how temporary directories are created
- New testfeed details mode for ConsoleLauncher
- New TestInstancePreConstructCallback extension API
- Numerous bug fixes and minor improvements
- Parameter injection for @MethodSource methods
- Promotion of various experimental APIs to stable
- Reusable parameter resolution for custom extension methods via ExecutableInvoker
- Stacktrace pruning to hide internal JUnit calls
- The binaries are compatible with java 1.8
- Various improvements to ConsoleLauncher
- XML reports in new Open Test Reporting format

jdom:

- Security issues fixed:

  * CVE-2021-33813: Fixed an XXE issue in SAXBuilder in JDOM through 2.0.6 allows attackers to cause a denial of service
    via a crafted HTTP request (bsc#1187446)

- Other changes and bugs fixed:
    
  * Fixed wrong entries in changelog (bsc#1224410)
  * The packages `jaxen`, `saxpath` and `xom` are now separate standalone packages instead of being part of `jdom`

jaxen was implemented at version 2.0.0:

- New standalone RPM package implementation, originally part of `jdom` source package
- Classpaths are much smaller and less complex, and will suppress a lot of noise from static analysis tools.
- The Jaxen core code is also a little smaller and has fixed a few minor bugs in XPath evaluation
- Despite the major version bump, this should be a drop in replacement for almost every project. 
  The two major possible incompatibilities are:
  
  * The minimum supported Java version is now 1.5, up from 1.4 in 1.2.0 and 1.3 in 1.1.6.
  * dom4j, XOM, and JDOM are now optional dependencies so if a project was depending on them to be loaded transitively
    it will need to add explicit dependencies to build.

jopt-simple:

- Included jopt-simple to Package Hub 15 SP5 (no source changes)

objectweb-asm was updated to version 9.7:

- New Opcodes.V23 constant for Java 23
- Bugs fixed
  * Fixed unit test regression in dex2jar.
  * Fixed 'ClassNode#outerClass' with incorrect JavaDocs.
  * asm-bom packaging should be 'pom'.
  * The Textifier prints a supplementary space at the end of each method that throws at least one exception.


open-test-reporting:

- Included `open-test-reporting-events` and `open-test-reporting-schema` to the channels as they are runtime 
  dependencies of Junit5 (no source changes)

saxpath was implemented at version 1.0 FCS:

- New standalone RPM package implementation, originally part of `jdom` source package (openSUSE Leap 15.5 package only)

xom was implemented at version 1.3.9:

- New standalone RPM package implementation, originally part of `jdom` source package
- The Nodes and Elements classes are iterable so you can use the enhanced for loop syntax on instances of these classes.
- The copy() method is now covariant.
- Adds Automatic-Moduole-Name to jar
- Remove direct dependency on xml-apis:xml-apis artifact since these classes are now available in the core runtime.
- Eliminate usage of com.sun classes to make XOM compatible with JDK 16.
- Replace remaining usages of StringBuffer with StringBuilder to slightly improve performance.
</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/openjdk-devel:11-2024-1874,Container bci/openjdk-devel:17-2024-1874,Container bci/openjdk-devel:latest-2024-1874,Container containers/apache-pulsar:3.3-2024-1874,Container containers/apache-tomcat:10.1-openjdk11-2024-1874,Container containers/apache-tomcat:10.1-openjdk17-2024-1874,Container containers/apache-tomcat:10.1-openjdk21-2024-1874,Container containers/apache-tomcat:9-openjdk11-2024-1874,Container containers/apache-tomcat:9-openjdk17-2024-1874,Container containers/apache-tomcat:9-openjdk21-2024-1874,Container containers/apache-tomcat:9-openjdk8-2024-1874,Container suse/manager/5.0/x86_64/server:latest-2024-1874,Image SLES15-SP4-Manager-Server-4-3-2024-1874,Image SLES15-SP4-Manager-Server-4-3-Azure-llc-2024-1874,Image SLES15-SP4-Manager-Server-4-3-Azure-ltd-2024-1874,Image SLES15-SP4-Manager-Server-4-3-BYOS-2024-1874,Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure-2024-1874,Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2-2024-1874,Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE-2024-1874,Image SLES15-SP4-Manager-Server-4-3-EC2-llc-2024-1874,Image SLES15-SP4-Manager-Server-4-3-EC2-ltd-2024-1874,Image server-image-2024-1874,Image tomcat_15_6-2024-1874,SUSE-2024-1874,SUSE-SLE-Module-Basesystem-15-SP5-2024-1874,SUSE-SLE-Module-Basesystem-15-SP6-2024-1874,SUSE-SLE-Module-Development-Tools-15-SP5-2024-1874,SUSE-SLE-Module-Development-Tools-15-SP6-2024-1874,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-1874,SUSE-SLE-Module-SUSE-Manager-Server-4.3-2024-1874,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-1874,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-1874,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1874,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1874,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-1874,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-1874,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-1874,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1874,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-1874,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-1874,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1874,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-1874,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-1874,SUSE-Storage-7.1-2024-1874,openSUSE-SLE-15.5-2024-1874,openSUSE-SLE-15.6-2024-1874</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/suse-su-20241874-1/</URL>
      <Description>Link for SUSE-SU-2024:1874-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2024-May/035436.html</URL>
      <Description>E-Mail link for SUSE-SU-2024:1874-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/1187446</URL>
      <Description>SUSE Bug 1187446</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1224410</URL>
      <Description>SUSE Bug 1224410</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2021-33813/</URL>
      <Description>SUSE CVE CVE-2021-33813 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <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 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/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="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 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 Enterprise Storage 7.1">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 7.1">
        <FullProductName ProductID="SUSE Enterprise Storage 7.1" CPE="cpe:/o:suse:ses:7.1">SUSE Enterprise Storage 7.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp2">SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</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 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 Module for Development Tools 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Package Hub 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6" CPE="cpe:/o:suse:packagehub:15:sp6">SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp2">SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp3">SUSE Linux Enterprise Server 15 SP3-LTSS</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 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2" CPE="cpe:/o:suse:sles_sap:15:sp2">SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3" CPE="cpe:/o:suse:sles_sap:15:sp3">SUSE Linux Enterprise Server for SAP Applications 15 SP3</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="SUSE Manager Server Module 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Server Module 4.3">
        <FullProductName ProductID="SUSE Manager Server Module 4.3" CPE="cpe:/o:suse:sle-module-suse-manager-server:4.3">SUSE Manager Server Module 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 Version" Name="hamcrest-2.2-150200.12.17.2">
      <FullProductName ProductID="hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="junit-4.13.2-150200.3.15.2">
      <FullProductName ProductID="junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="objectweb-asm-9.7-150200.3.15.2">
      <FullProductName ProductID="objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="byte-buddy-1.14.16-150200.5.7.1">
      <FullProductName ProductID="byte-buddy-1.14.16-150200.5.7.1">byte-buddy-1.14.16-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dom4j-2.1.4-150200.12.10.2">
      <FullProductName ProductID="dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="jdom-1.1.3-150200.12.8.2">
      <FullProductName ProductID="jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="apiguardian-1.1.2-150200.3.10.2">
      <FullProductName ProductID="apiguardian-1.1.2-150200.3.10.2">apiguardian-1.1.2-150200.3.10.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="apiguardian-javadoc-1.1.2-150200.3.10.2">
      <FullProductName ProductID="apiguardian-javadoc-1.1.2-150200.3.10.2">apiguardian-javadoc-1.1.2-150200.3.10.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="assertj-core-3.25.3-150200.5.4.3">
      <FullProductName ProductID="assertj-core-3.25.3-150200.5.4.3">assertj-core-3.25.3-150200.5.4.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="assertj-core-javadoc-3.25.3-150200.5.4.3">
      <FullProductName ProductID="assertj-core-javadoc-3.25.3-150200.5.4.3">assertj-core-javadoc-3.25.3-150200.5.4.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="byte-buddy-agent-1.14.16-150200.5.7.1">
      <FullProductName ProductID="byte-buddy-agent-1.14.16-150200.5.7.1">byte-buddy-agent-1.14.16-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="byte-buddy-javadoc-1.14.16-150200.5.7.1">
      <FullProductName ProductID="byte-buddy-javadoc-1.14.16-150200.5.7.1">byte-buddy-javadoc-1.14.16-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="byte-buddy-maven-plugin-1.14.16-150200.5.7.1">
      <FullProductName ProductID="byte-buddy-maven-plugin-1.14.16-150200.5.7.1">byte-buddy-maven-plugin-1.14.16-150200.5.7.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dom4j-bootstrap-2.1.4-150200.12.10.2">
      <FullProductName ProductID="dom4j-bootstrap-2.1.4-150200.12.10.2">dom4j-bootstrap-2.1.4-150200.12.10.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dom4j-demo-2.1.4-150200.12.10.2">
      <FullProductName ProductID="dom4j-demo-2.1.4-150200.12.10.2">dom4j-demo-2.1.4-150200.12.10.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dom4j-javadoc-2.1.4-150200.12.10.2">
      <FullProductName ProductID="dom4j-javadoc-2.1.4-150200.12.10.2">dom4j-javadoc-2.1.4-150200.12.10.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="hamcrest-javadoc-2.2-150200.12.17.2">
      <FullProductName ProductID="hamcrest-javadoc-2.2-150200.12.17.2">hamcrest-javadoc-2.2-150200.12.17.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="jaxen-2.0.0-150200.5.3.1">
      <FullProductName ProductID="jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="jaxen-bootstrap-2.0.0-150200.5.3.1">
      <FullProductName ProductID="jaxen-bootstrap-2.0.0-150200.5.3.1">jaxen-bootstrap-2.0.0-150200.5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="jaxen-demo-2.0.0-150200.5.3.1">
      <FullProductName ProductID="jaxen-demo-2.0.0-150200.5.3.1">jaxen-demo-2.0.0-150200.5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="jaxen-javadoc-2.0.0-150200.5.3.1">
      <FullProductName ProductID="jaxen-javadoc-2.0.0-150200.5.3.1">jaxen-javadoc-2.0.0-150200.5.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="jdom-demo-1.1.3-150200.12.8.2">
      <FullProductName ProductID="jdom-demo-1.1.3-150200.12.8.2">jdom-demo-1.1.3-150200.12.8.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="jdom-javadoc-1.1.3-150200.12.8.2">
      <FullProductName ProductID="jdom-javadoc-1.1.3-150200.12.8.2">jdom-javadoc-1.1.3-150200.12.8.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="jopt-simple-5.0.4-150200.3.4.3">
      <FullProductName ProductID="jopt-simple-5.0.4-150200.3.4.3">jopt-simple-5.0.4-150200.3.4.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="jopt-simple-javadoc-5.0.4-150200.3.4.3">
      <FullProductName ProductID="jopt-simple-javadoc-5.0.4-150200.3.4.3">jopt-simple-javadoc-5.0.4-150200.3.4.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="junit-javadoc-4.13.2-150200.3.15.2">
      <FullProductName ProductID="junit-javadoc-4.13.2-150200.3.15.2">junit-javadoc-4.13.2-150200.3.15.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="junit-manual-4.13.2-150200.3.15.2">
      <FullProductName ProductID="junit-manual-4.13.2-150200.3.15.2">junit-manual-4.13.2-150200.3.15.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="junit5-5.10.2-150200.3.10.3">
      <FullProductName ProductID="junit5-5.10.2-150200.3.10.3">junit5-5.10.2-150200.3.10.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="junit5-bom-5.10.2-150200.3.10.3">
      <FullProductName ProductID="junit5-bom-5.10.2-150200.3.10.3">junit5-bom-5.10.2-150200.3.10.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="junit5-guide-5.10.2-150200.3.10.3">
      <FullProductName ProductID="junit5-guide-5.10.2-150200.3.10.3">junit5-guide-5.10.2-150200.3.10.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="junit5-javadoc-5.10.2-150200.3.10.3">
      <FullProductName ProductID="junit5-javadoc-5.10.2-150200.3.10.3">junit5-javadoc-5.10.2-150200.3.10.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="junit5-minimal-5.10.2-150200.3.10.2">
      <FullProductName ProductID="junit5-minimal-5.10.2-150200.3.10.2">junit5-minimal-5.10.2-150200.3.10.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="junit5-minimal-javadoc-5.10.2-150200.3.10.2">
      <FullProductName ProductID="junit5-minimal-javadoc-5.10.2-150200.3.10.2">junit5-minimal-javadoc-5.10.2-150200.3.10.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="objectweb-asm-javadoc-9.7-150200.3.15.2">
      <FullProductName ProductID="objectweb-asm-javadoc-9.7-150200.3.15.2">objectweb-asm-javadoc-9.7-150200.3.15.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="open-test-reporting-cli-0.1.0~M2-150200.5.7.2">
      <FullProductName ProductID="open-test-reporting-cli-0.1.0~M2-150200.5.7.2">open-test-reporting-cli-0.1.0~M2-150200.5.7.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="open-test-reporting-events-0.1.0~M2-150200.5.7.2">
      <FullProductName ProductID="open-test-reporting-events-0.1.0~M2-150200.5.7.2">open-test-reporting-events-0.1.0~M2-150200.5.7.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="open-test-reporting-javadoc-0.1.0~M2-150200.5.7.2">
      <FullProductName ProductID="open-test-reporting-javadoc-0.1.0~M2-150200.5.7.2">open-test-reporting-javadoc-0.1.0~M2-150200.5.7.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="open-test-reporting-schema-0.1.0~M2-150200.5.7.2">
      <FullProductName ProductID="open-test-reporting-schema-0.1.0~M2-150200.5.7.2">open-test-reporting-schema-0.1.0~M2-150200.5.7.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="open-test-reporting-tooling-0.1.0~M2-150200.5.7.2">
      <FullProductName ProductID="open-test-reporting-tooling-0.1.0~M2-150200.5.7.2">open-test-reporting-tooling-0.1.0~M2-150200.5.7.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="saxpath-1.0-150200.5.3.3">
      <FullProductName ProductID="saxpath-1.0-150200.5.3.3">saxpath-1.0-150200.5.3.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="saxpath-javadoc-1.0-150200.5.3.3">
      <FullProductName ProductID="saxpath-javadoc-1.0-150200.5.3.3">saxpath-javadoc-1.0-150200.5.3.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xom-1.3.9-150200.5.3.3">
      <FullProductName ProductID="xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xom-demo-1.3.9-150200.5.3.3">
      <FullProductName ProductID="xom-demo-1.3.9-150200.5.3.3">xom-demo-1.3.9-150200.5.3.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="xom-javadoc-1.3.9-150200.5.3.3">
      <FullProductName ProductID="xom-javadoc-1.3.9-150200.5.3.3">xom-javadoc-1.3.9-150200.5.3.3</FullProductName>
    </Branch>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:11">
      <FullProductName ProductID="Container bci/openjdk-devel:11:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of Container bci/openjdk-devel:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:11">
      <FullProductName ProductID="Container bci/openjdk-devel:11:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of Container bci/openjdk-devel:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:11">
      <FullProductName ProductID="Container bci/openjdk-devel:11:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Container bci/openjdk-devel:11</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:17">
      <FullProductName ProductID="Container bci/openjdk-devel:17:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of Container bci/openjdk-devel:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:17">
      <FullProductName ProductID="Container bci/openjdk-devel:17:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of Container bci/openjdk-devel:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:17">
      <FullProductName ProductID="Container bci/openjdk-devel:17:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Container bci/openjdk-devel:17</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:latest">
      <FullProductName ProductID="Container bci/openjdk-devel:latest:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of Container bci/openjdk-devel:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:latest">
      <FullProductName ProductID="Container bci/openjdk-devel:latest:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of Container bci/openjdk-devel:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container bci/openjdk-devel:latest">
      <FullProductName ProductID="Container bci/openjdk-devel:latest:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Container bci/openjdk-devel:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="byte-buddy-1.14.16-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-pulsar:3.3">
      <FullProductName ProductID="Container containers/apache-pulsar:3.3:byte-buddy-1.14.16-150200.5.7.1">byte-buddy-1.14.16-150200.5.7.1 as a component of Container containers/apache-pulsar:3.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-pulsar:3.3">
      <FullProductName ProductID="Container containers/apache-pulsar:3.3:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Container containers/apache-pulsar:3.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk11">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk11:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Container containers/apache-tomcat:10.1-openjdk11</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk17">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk17:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Container containers/apache-tomcat:10.1-openjdk17</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:10.1-openjdk21">
      <FullProductName ProductID="Container containers/apache-tomcat:10.1-openjdk21:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Container containers/apache-tomcat:10.1-openjdk21</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk11">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk11:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Container containers/apache-tomcat:9-openjdk11</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk17">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk17:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Container containers/apache-tomcat:9-openjdk17</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk21">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk21:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Container containers/apache-tomcat:9-openjdk21</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Container containers/apache-tomcat:9-openjdk8">
      <FullProductName ProductID="Container containers/apache-tomcat:9-openjdk8:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Container containers/apache-tomcat:9-openjdk8</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" 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:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of Container suse/manager/5.0/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" 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:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of Container suse/manager/5.0/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" 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:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Container suse/manager/5.0/x86_64/server:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of Image SLES15-SP4-Manager-Server-4-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of Image SLES15-SP4-Manager-Server-4-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Image SLES15-SP4-Manager-Server-4-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" 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:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" 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:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" 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:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" 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:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" 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:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" 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:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" 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:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" 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:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" 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:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" 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:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" 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:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" 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:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" 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:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" 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:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" 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:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" 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:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" 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:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" 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:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" 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:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" 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:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" 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:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="byte-buddy-1.14.16-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:byte-buddy-1.14.16-150200.5.7.1">byte-buddy-1.14.16-150200.5.7.1 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Image server-image">
      <FullProductName ProductID="Image server-image:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Image server-image</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="Image tomcat_15_6">
      <FullProductName ProductID="Image tomcat_15_6:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of Image tomcat_15_6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" 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:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" 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:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.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:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" 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:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" 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:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" 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:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" 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:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" 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:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" 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:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.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:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" 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:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" 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:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" 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:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" 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:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP5:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="apiguardian-1.1.2-150200.3.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:apiguardian-1.1.2-150200.3.10.2">apiguardian-1.1.2-150200.3.10.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="assertj-core-3.25.3-150200.5.4.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:assertj-core-3.25.3-150200.5.4.3">assertj-core-3.25.3-150200.5.4.3 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="byte-buddy-1.14.16-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:byte-buddy-1.14.16-150200.5.7.1">byte-buddy-1.14.16-150200.5.7.1 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="jopt-simple-5.0.4-150200.3.4.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:jopt-simple-5.0.4-150200.3.4.3">jopt-simple-5.0.4-150200.3.4.3 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit5-5.10.2-150200.3.10.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:junit5-5.10.2-150200.3.10.3">junit5-5.10.2-150200.3.10.3 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit5-minimal-5.10.2-150200.3.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:junit5-minimal-5.10.2-150200.3.10.2">junit5-minimal-5.10.2-150200.3.10.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="open-test-reporting-events-0.1.0~M2-150200.5.7.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:open-test-reporting-events-0.1.0~M2-150200.5.7.2">open-test-reporting-events-0.1.0~M2-150200.5.7.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="open-test-reporting-schema-0.1.0~M2-150200.5.7.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Package Hub 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Package Hub 15 SP6:open-test-reporting-schema-0.1.0~M2-150200.5.7.2">open-test-reporting-schema-0.1.0~M2-150200.5.7.2 as a component of SUSE Linux Enterprise Module for Package Hub 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" 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:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" 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:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.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:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" 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:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" 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:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" 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:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" 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:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server Module 4.3">
      <FullProductName ProductID="SUSE Manager Server Module 4.3:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of SUSE Manager Server Module 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server Module 4.3">
      <FullProductName ProductID="SUSE Manager Server Module 4.3:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of SUSE Manager Server Module 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server Module 4.3">
      <FullProductName ProductID="SUSE Manager Server Module 4.3:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of SUSE Manager Server Module 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server Module 4.3">
      <FullProductName ProductID="SUSE Manager Server Module 4.3:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of SUSE Manager Server Module 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server Module 4.3">
      <FullProductName ProductID="SUSE Manager Server Module 4.3:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of SUSE Manager Server Module 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="apiguardian-1.1.2-150200.3.10.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:apiguardian-1.1.2-150200.3.10.2">apiguardian-1.1.2-150200.3.10.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="apiguardian-javadoc-1.1.2-150200.3.10.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:apiguardian-javadoc-1.1.2-150200.3.10.2">apiguardian-javadoc-1.1.2-150200.3.10.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="assertj-core-3.25.3-150200.5.4.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:assertj-core-3.25.3-150200.5.4.3">assertj-core-3.25.3-150200.5.4.3 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="byte-buddy-1.14.16-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:byte-buddy-1.14.16-150200.5.7.1">byte-buddy-1.14.16-150200.5.7.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-demo-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:dom4j-demo-2.1.4-150200.12.10.2">dom4j-demo-2.1.4-150200.12.10.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-javadoc-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:dom4j-javadoc-2.1.4-150200.12.10.2">dom4j-javadoc-2.1.4-150200.12.10.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-javadoc-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:hamcrest-javadoc-2.2-150200.12.17.2">hamcrest-javadoc-2.2-150200.12.17.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="jopt-simple-5.0.4-150200.3.4.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:jopt-simple-5.0.4-150200.3.4.3">jopt-simple-5.0.4-150200.3.4.3 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="jopt-simple-javadoc-5.0.4-150200.3.4.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:jopt-simple-javadoc-5.0.4-150200.3.4.3">jopt-simple-javadoc-5.0.4-150200.3.4.3 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-javadoc-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:junit-javadoc-4.13.2-150200.3.15.2">junit-javadoc-4.13.2-150200.3.15.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-manual-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:junit-manual-4.13.2-150200.3.15.2">junit-manual-4.13.2-150200.3.15.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit5-5.10.2-150200.3.10.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:junit5-5.10.2-150200.3.10.3">junit5-5.10.2-150200.3.10.3 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit5-bom-5.10.2-150200.3.10.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:junit5-bom-5.10.2-150200.3.10.3">junit5-bom-5.10.2-150200.3.10.3 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit5-guide-5.10.2-150200.3.10.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:junit5-guide-5.10.2-150200.3.10.3">junit5-guide-5.10.2-150200.3.10.3 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit5-javadoc-5.10.2-150200.3.10.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:junit5-javadoc-5.10.2-150200.3.10.3">junit5-javadoc-5.10.2-150200.3.10.3 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit5-minimal-5.10.2-150200.3.10.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:junit5-minimal-5.10.2-150200.3.10.2">junit5-minimal-5.10.2-150200.3.10.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-javadoc-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:objectweb-asm-javadoc-9.7-150200.3.15.2">objectweb-asm-javadoc-9.7-150200.3.15.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="open-test-reporting-events-0.1.0~M2-150200.5.7.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:open-test-reporting-events-0.1.0~M2-150200.5.7.2">open-test-reporting-events-0.1.0~M2-150200.5.7.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="open-test-reporting-schema-0.1.0~M2-150200.5.7.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:open-test-reporting-schema-0.1.0~M2-150200.5.7.2">open-test-reporting-schema-0.1.0~M2-150200.5.7.2 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="saxpath-1.0-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:saxpath-1.0-150200.5.3.3">saxpath-1.0-150200.5.3.3 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="apiguardian-1.1.2-150200.3.10.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:apiguardian-1.1.2-150200.3.10.2">apiguardian-1.1.2-150200.3.10.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="apiguardian-javadoc-1.1.2-150200.3.10.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:apiguardian-javadoc-1.1.2-150200.3.10.2">apiguardian-javadoc-1.1.2-150200.3.10.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="assertj-core-3.25.3-150200.5.4.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:assertj-core-3.25.3-150200.5.4.3">assertj-core-3.25.3-150200.5.4.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="byte-buddy-1.14.16-150200.5.7.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:byte-buddy-1.14.16-150200.5.7.1">byte-buddy-1.14.16-150200.5.7.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dom4j-2.1.4-150200.12.10.2">dom4j-2.1.4-150200.12.10.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-demo-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dom4j-demo-2.1.4-150200.12.10.2">dom4j-demo-2.1.4-150200.12.10.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="dom4j-javadoc-2.1.4-150200.12.10.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:dom4j-javadoc-2.1.4-150200.12.10.2">dom4j-javadoc-2.1.4-150200.12.10.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:hamcrest-2.2-150200.12.17.2">hamcrest-2.2-150200.12.17.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="hamcrest-javadoc-2.2-150200.12.17.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:hamcrest-javadoc-2.2-150200.12.17.2">hamcrest-javadoc-2.2-150200.12.17.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="jaxen-2.0.0-150200.5.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:jaxen-2.0.0-150200.5.3.1">jaxen-2.0.0-150200.5.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="jdom-1.1.3-150200.12.8.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:jdom-1.1.3-150200.12.8.2">jdom-1.1.3-150200.12.8.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="jopt-simple-5.0.4-150200.3.4.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:jopt-simple-5.0.4-150200.3.4.3">jopt-simple-5.0.4-150200.3.4.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="jopt-simple-javadoc-5.0.4-150200.3.4.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:jopt-simple-javadoc-5.0.4-150200.3.4.3">jopt-simple-javadoc-5.0.4-150200.3.4.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:junit-4.13.2-150200.3.15.2">junit-4.13.2-150200.3.15.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-javadoc-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:junit-javadoc-4.13.2-150200.3.15.2">junit-javadoc-4.13.2-150200.3.15.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit-manual-4.13.2-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:junit-manual-4.13.2-150200.3.15.2">junit-manual-4.13.2-150200.3.15.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit5-5.10.2-150200.3.10.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:junit5-5.10.2-150200.3.10.3">junit5-5.10.2-150200.3.10.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit5-bom-5.10.2-150200.3.10.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:junit5-bom-5.10.2-150200.3.10.3">junit5-bom-5.10.2-150200.3.10.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit5-guide-5.10.2-150200.3.10.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:junit5-guide-5.10.2-150200.3.10.3">junit5-guide-5.10.2-150200.3.10.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit5-javadoc-5.10.2-150200.3.10.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:junit5-javadoc-5.10.2-150200.3.10.3">junit5-javadoc-5.10.2-150200.3.10.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="junit5-minimal-5.10.2-150200.3.10.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:junit5-minimal-5.10.2-150200.3.10.2">junit5-minimal-5.10.2-150200.3.10.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:objectweb-asm-9.7-150200.3.15.2">objectweb-asm-9.7-150200.3.15.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="objectweb-asm-javadoc-9.7-150200.3.15.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:objectweb-asm-javadoc-9.7-150200.3.15.2">objectweb-asm-javadoc-9.7-150200.3.15.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="open-test-reporting-events-0.1.0~M2-150200.5.7.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:open-test-reporting-events-0.1.0~M2-150200.5.7.2">open-test-reporting-events-0.1.0~M2-150200.5.7.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="open-test-reporting-schema-0.1.0~M2-150200.5.7.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:open-test-reporting-schema-0.1.0~M2-150200.5.7.2">open-test-reporting-schema-0.1.0~M2-150200.5.7.2 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="saxpath-1.0-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:saxpath-1.0-150200.5.3.3">saxpath-1.0-150200.5.3.3 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="xom-1.3.9-150200.5.3.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:xom-1.3.9-150200.5.3.3">xom-1.3.9-150200.5.3.3 as a component of openSUSE Leap 15.6</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">An XXE issue in SAXBuilder in JDOM through 2.0.6 allows attackers to cause a denial of service via a crafted HTTP request.</Note>
    </Notes>
    <CVE>CVE-2021-33813</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/openjdk-devel:11:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>Container bci/openjdk-devel:11:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>Container bci/openjdk-devel:11:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Container bci/openjdk-devel:17:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>Container bci/openjdk-devel:17:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>Container bci/openjdk-devel:17:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Container bci/openjdk-devel:latest:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>Container bci/openjdk-devel:latest:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>Container bci/openjdk-devel:latest:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Container containers/apache-pulsar:3.3:byte-buddy-1.14.16-150200.5.7.1</ProductID>
        <ProductID>Container containers/apache-pulsar:3.3:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk11:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk17:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Container containers/apache-tomcat:10.1-openjdk21:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk11:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk17:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk21:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Container containers/apache-tomcat:9-openjdk8:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/server:latest:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/server:latest:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>Container suse/manager/5.0/x86_64/server:latest:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-llc:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-llc:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-llc:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-ltd:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-ltd:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-ltd:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-llc:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-llc:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-llc:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-ltd:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-ltd:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-ltd:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Image server-image:byte-buddy-1.14.16-150200.5.7.1</ProductID>
        <ProductID>Image server-image:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>Image server-image:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>Image server-image:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>Image tomcat_15_6:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP5:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:apiguardian-1.1.2-150200.3.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:assertj-core-3.25.3-150200.5.4.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:byte-buddy-1.14.16-150200.5.7.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:jopt-simple-5.0.4-150200.3.4.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:junit5-5.10.2-150200.3.10.3</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:junit5-minimal-5.10.2-150200.3.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:open-test-reporting-events-0.1.0~M2-150200.5.7.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Package Hub 15 SP6:open-test-reporting-schema-0.1.0~M2-150200.5.7.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Manager Server 4.3:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Manager Server Module 4.3:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>SUSE Manager Server Module 4.3:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>SUSE Manager Server Module 4.3:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>SUSE Manager Server Module 4.3:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>SUSE Manager Server Module 4.3:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>openSUSE Leap 15.5:apiguardian-1.1.2-150200.3.10.2</ProductID>
        <ProductID>openSUSE Leap 15.5:apiguardian-javadoc-1.1.2-150200.3.10.2</ProductID>
        <ProductID>openSUSE Leap 15.5:assertj-core-3.25.3-150200.5.4.3</ProductID>
        <ProductID>openSUSE Leap 15.5:byte-buddy-1.14.16-150200.5.7.1</ProductID>
        <ProductID>openSUSE Leap 15.5:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>openSUSE Leap 15.5:dom4j-demo-2.1.4-150200.12.10.2</ProductID>
        <ProductID>openSUSE Leap 15.5:dom4j-javadoc-2.1.4-150200.12.10.2</ProductID>
        <ProductID>openSUSE Leap 15.5:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>openSUSE Leap 15.5:hamcrest-javadoc-2.2-150200.12.17.2</ProductID>
        <ProductID>openSUSE Leap 15.5:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>openSUSE Leap 15.5:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>openSUSE Leap 15.5:jopt-simple-5.0.4-150200.3.4.3</ProductID>
        <ProductID>openSUSE Leap 15.5:jopt-simple-javadoc-5.0.4-150200.3.4.3</ProductID>
        <ProductID>openSUSE Leap 15.5:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>openSUSE Leap 15.5:junit-javadoc-4.13.2-150200.3.15.2</ProductID>
        <ProductID>openSUSE Leap 15.5:junit-manual-4.13.2-150200.3.15.2</ProductID>
        <ProductID>openSUSE Leap 15.5:junit5-5.10.2-150200.3.10.3</ProductID>
        <ProductID>openSUSE Leap 15.5:junit5-bom-5.10.2-150200.3.10.3</ProductID>
        <ProductID>openSUSE Leap 15.5:junit5-guide-5.10.2-150200.3.10.3</ProductID>
        <ProductID>openSUSE Leap 15.5:junit5-javadoc-5.10.2-150200.3.10.3</ProductID>
        <ProductID>openSUSE Leap 15.5:junit5-minimal-5.10.2-150200.3.10.2</ProductID>
        <ProductID>openSUSE Leap 15.5:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>openSUSE Leap 15.5:objectweb-asm-javadoc-9.7-150200.3.15.2</ProductID>
        <ProductID>openSUSE Leap 15.5:open-test-reporting-events-0.1.0~M2-150200.5.7.2</ProductID>
        <ProductID>openSUSE Leap 15.5:open-test-reporting-schema-0.1.0~M2-150200.5.7.2</ProductID>
        <ProductID>openSUSE Leap 15.5:saxpath-1.0-150200.5.3.3</ProductID>
        <ProductID>openSUSE Leap 15.5:xom-1.3.9-150200.5.3.3</ProductID>
        <ProductID>openSUSE Leap 15.6:apiguardian-1.1.2-150200.3.10.2</ProductID>
        <ProductID>openSUSE Leap 15.6:apiguardian-javadoc-1.1.2-150200.3.10.2</ProductID>
        <ProductID>openSUSE Leap 15.6:assertj-core-3.25.3-150200.5.4.3</ProductID>
        <ProductID>openSUSE Leap 15.6:byte-buddy-1.14.16-150200.5.7.1</ProductID>
        <ProductID>openSUSE Leap 15.6:dom4j-2.1.4-150200.12.10.2</ProductID>
        <ProductID>openSUSE Leap 15.6:dom4j-demo-2.1.4-150200.12.10.2</ProductID>
        <ProductID>openSUSE Leap 15.6:dom4j-javadoc-2.1.4-150200.12.10.2</ProductID>
        <ProductID>openSUSE Leap 15.6:hamcrest-2.2-150200.12.17.2</ProductID>
        <ProductID>openSUSE Leap 15.6:hamcrest-javadoc-2.2-150200.12.17.2</ProductID>
        <ProductID>openSUSE Leap 15.6:jaxen-2.0.0-150200.5.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:jdom-1.1.3-150200.12.8.2</ProductID>
        <ProductID>openSUSE Leap 15.6:jopt-simple-5.0.4-150200.3.4.3</ProductID>
        <ProductID>openSUSE Leap 15.6:jopt-simple-javadoc-5.0.4-150200.3.4.3</ProductID>
        <ProductID>openSUSE Leap 15.6:junit-4.13.2-150200.3.15.2</ProductID>
        <ProductID>openSUSE Leap 15.6:junit-javadoc-4.13.2-150200.3.15.2</ProductID>
        <ProductID>openSUSE Leap 15.6:junit-manual-4.13.2-150200.3.15.2</ProductID>
        <ProductID>openSUSE Leap 15.6:junit5-5.10.2-150200.3.10.3</ProductID>
        <ProductID>openSUSE Leap 15.6:junit5-bom-5.10.2-150200.3.10.3</ProductID>
        <ProductID>openSUSE Leap 15.6:junit5-guide-5.10.2-150200.3.10.3</ProductID>
        <ProductID>openSUSE Leap 15.6:junit5-javadoc-5.10.2-150200.3.10.3</ProductID>
        <ProductID>openSUSE Leap 15.6:junit5-minimal-5.10.2-150200.3.10.2</ProductID>
        <ProductID>openSUSE Leap 15.6:objectweb-asm-9.7-150200.3.15.2</ProductID>
        <ProductID>openSUSE Leap 15.6:objectweb-asm-javadoc-9.7-150200.3.15.2</ProductID>
        <ProductID>openSUSE Leap 15.6:open-test-reporting-events-0.1.0~M2-150200.5.7.2</ProductID>
        <ProductID>openSUSE Leap 15.6:open-test-reporting-schema-0.1.0~M2-150200.5.7.2</ProductID>
        <ProductID>openSUSE Leap 15.6:saxpath-1.0-150200.5.3.3</ProductID>
        <ProductID>openSUSE Leap 15.6:xom-1.3.9-150200.5.3.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2024/suse-su-20241874-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2021-33813.html</URL>
        <Description>CVE-2021-33813</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1187446</URL>
        <Description>SUSE Bug 1187446</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
