Vulnerability from csaf_suse
Published
2024-05-31 03:05
Modified
2024-05-31 03:05
Summary
Security update for Java
Notes
Title of the patch
Security update for Java
Description of the patch
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 >= 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.
Patchnames
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
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for Java", title: "Title of the patch", }, { category: "description", text: "This update for Java fixes thefollowing issues:\n\napiguardian was updated to vesion 1.1.2:\n\n- Added LICENSE/NOTICE to the generated jar\n- Allow @API to be declared at the package level\n- Explain usage of Status.DEPRECATED\n- Include OSGi metadata in manifest\n\nassertj-core was implemented at version 3.25.3:\n\n- New package implementation needed by Junit5\n\nbyte-buddy was updated to version v1.14.16:\n\n- `byte-buddy` is required by `assertj-core`\n- Changes in version v1.14.16:\n\n * Update ASM and introduce support for Java 23.\n\n- Changes in version v1.14.15:\n\n * Allow attaching from root on J9.\n\n- Changes of v1.14.14:\n\n * Adjust type validation to accept additional names that are\n legal in the class file format.\n * Fix dynamic attach on Windows when a service user is active.\n * Avoid failure when using Android's strict mode.\n\ndom4j was updated to version 2.1.4:\n\n- Improvements and potentially breaking changes:\n\n * Added new factory method org.dom4j.io.SAXReader.createDefault(). It has more secure defaults than new SAXReader(),\n which uses system XMLReaderFactory.createXMLReader() or SAXParserFactory.newInstance().newSAXParser().\n * If you use some optional dependency of dom4j (for example Jaxen, xsdlib etc.), you need to specify an explicit\n dependency on it in your project. They are no longer marked as a mandatory transitive dependency by dom4j.\n * Following SAX parser features are disabled by default in DocumentHelper.parse() for security reasons (they were\n enabled in previous versions):\n \n + http://xml.org/sax/properties/external-general-entities\n + http://xml.org/sax/properties/external-parameter-entities\n\n- Other changes:\n\n * Do not depend on jtidy, since it is not used during build\n * Fixed license to Plexus\n * JPMS: Add the Automatic-Module-Name attribute to the manifest.\n * Make a separate flavour for a minimal `dom4j-bootstrap` package used to build `jaxen` and full `dom4j`\n * Updated pull-parser version\n * Reuse the writeAttribute method in writeAttributes\n * Support build on OS with non-UTF8 as default charset\n * Gradle: add an automatic module name\n * Use Correct License Name 'Plexus'\n * Possible vulnerability of DocumentHelper.parseText() to XML injection\n * CVS directories left in the source tree\n * XMLWriter does not escape supplementary unicode characters correctly\n * writer.writeOpen(x) doesn't write namespaces\n * Fixed concurrency problem with QNameCache\n * All dependencies are optional\n * SAXReader: hardcoded namespace features\n * Validate QNames\n * StringIndexOutOfBoundsException in XMLWriter.writeElementContent()\n * TreeNode has grown some generics\n * QName serialization fix\n * DocumentException initialize with nested exception\n * Accidentally occurring error in a multi-threaded test\n * Added compatibility with W3C DOM Level 3\n * Use Java generics\n\nhamcrest:\n\n- `hamcrest-core` has been replaced by `hamcrest` (no source changes)\n\njunit had the following change:\n\n- Require hamcrest >= 2.2\n\njunit5 was updated to version 5.10.2:\n \n- Conditional execution based on OS architectures\n- Configurable cleanup mode for @TempDir\n- Configurable thread mode for @Timeout\n- Custom class loader support for class/method selectors, @MethodSource, @EnabledIf, and @DisabledIf\n- Dry-run mode for test execution\n- Failure threshold for @RepeatedTest\n- Fixed build with the latest open-test-reporting milestone\n- Fixed dependencies in module-info.java files\n- Fixed unreported exception error that is fatal with JDK 21\n- Improved configurability of parallel execution\n- New @SelectMethod support in test @Suite classes.\n- New ConsoleLauncher subcommand for test discovery without execution\n- New convenience base classes for implementing ArgumentsProvider and ArgumentConverter\n- New IterationSelector\n- New LauncherInterceptor SPI\n- New NamespacedHierarchicalStore for use in third-party test engines\n- New TempDirFactory SPI for customizing how temporary directories are created\n- New testfeed details mode for ConsoleLauncher\n- New TestInstancePreConstructCallback extension API\n- Numerous bug fixes and minor improvements\n- Parameter injection for @MethodSource methods\n- Promotion of various experimental APIs to stable\n- Reusable parameter resolution for custom extension methods via ExecutableInvoker\n- Stacktrace pruning to hide internal JUnit calls\n- The binaries are compatible with java 1.8\n- Various improvements to ConsoleLauncher\n- XML reports in new Open Test Reporting format\n\njdom:\n\n- Security issues fixed:\n\n * CVE-2021-33813: Fixed an XXE issue in SAXBuilder in JDOM through 2.0.6 allows attackers to cause a denial of service\n via a crafted HTTP request (bsc#1187446)\n\n- Other changes and bugs fixed:\n \n * Fixed wrong entries in changelog (bsc#1224410)\n * The packages `jaxen`, `saxpath` and `xom` are now separate standalone packages instead of being part of `jdom`\n\njaxen was implemented at version 2.0.0:\n\n- New standalone RPM package implementation, originally part of `jdom` source package\n- Classpaths are much smaller and less complex, and will suppress a lot of noise from static analysis tools.\n- The Jaxen core code is also a little smaller and has fixed a few minor bugs in XPath evaluation\n- Despite the major version bump, this should be a drop in replacement for almost every project. \n The two major possible incompatibilities are:\n \n * The minimum supported Java version is now 1.5, up from 1.4 in 1.2.0 and 1.3 in 1.1.6.\n * dom4j, XOM, and JDOM are now optional dependencies so if a project was depending on them to be loaded transitively\n it will need to add explicit dependencies to build.\n\njopt-simple:\n\n- Included jopt-simple to Package Hub 15 SP5 (no source changes)\n\nobjectweb-asm was updated to version 9.7:\n\n- New Opcodes.V23 constant for Java 23\n- Bugs fixed\n * Fixed unit test regression in dex2jar.\n * Fixed 'ClassNode#outerClass' with incorrect JavaDocs.\n * asm-bom packaging should be 'pom'.\n * The Textifier prints a supplementary space at the end of each method that throws at least one exception.\n\n\nopen-test-reporting:\n\n- Included `open-test-reporting-events` and `open-test-reporting-schema` to the channels as they are runtime \n dependencies of Junit5 (no source changes)\n\nsaxpath was implemented at version 1.0 FCS:\n\n- New standalone RPM package implementation, originally part of `jdom` source package (openSUSE Leap 15.5 package only)\n\nxom was implemented at version 1.3.9:\n\n- New standalone RPM package implementation, originally part of `jdom` source package\n- The Nodes and Elements classes are iterable so you can use the enhanced for loop syntax on instances of these classes.\n- The copy() method is now covariant.\n- Adds Automatic-Moduole-Name to jar\n- Remove direct dependency on xml-apis:xml-apis artifact since these classes are now available in the core runtime.\n- Eliminate usage of com.sun classes to make XOM compatible with JDK 16.\n- Replace remaining usages of StringBuffer with StringBuilder to slightly improve performance.\n", title: "Description of the patch", }, { category: "details", text: "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", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_1874-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:1874-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20241874-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:1874-1", url: "https://lists.suse.com/pipermail/sle-updates/2024-May/035436.html", }, { category: "self", summary: "SUSE Bug 1187446", url: "https://bugzilla.suse.com/1187446", }, { category: "self", summary: "SUSE Bug 1224410", url: "https://bugzilla.suse.com/1224410", }, { category: "self", summary: "SUSE CVE CVE-2021-33813 page", url: "https://www.suse.com/security/cve/CVE-2021-33813/", }, ], title: "Security update for Java", tracking: { current_release_date: "2024-05-31T03:05:31Z", generator: { date: "2024-05-31T03:05:31Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:1874-1", initial_release_date: "2024-05-31T03:05:31Z", revision_history: [ { date: "2024-05-31T03:05:31Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "apiguardian-1.1.2-150200.3.10.2.noarch", product: { name: "apiguardian-1.1.2-150200.3.10.2.noarch", product_id: "apiguardian-1.1.2-150200.3.10.2.noarch", }, }, { category: "product_version", name: "apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", product: { name: "apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", product_id: "apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", }, }, { category: "product_version", name: "assertj-core-3.25.3-150200.5.4.3.noarch", product: { name: "assertj-core-3.25.3-150200.5.4.3.noarch", product_id: "assertj-core-3.25.3-150200.5.4.3.noarch", }, }, { category: "product_version", name: "assertj-core-javadoc-3.25.3-150200.5.4.3.noarch", product: { name: "assertj-core-javadoc-3.25.3-150200.5.4.3.noarch", product_id: "assertj-core-javadoc-3.25.3-150200.5.4.3.noarch", }, }, { category: "product_version", name: "byte-buddy-1.14.16-150200.5.7.1.noarch", product: { name: "byte-buddy-1.14.16-150200.5.7.1.noarch", product_id: "byte-buddy-1.14.16-150200.5.7.1.noarch", }, }, { category: "product_version", name: "byte-buddy-agent-1.14.16-150200.5.7.1.noarch", product: { name: "byte-buddy-agent-1.14.16-150200.5.7.1.noarch", product_id: "byte-buddy-agent-1.14.16-150200.5.7.1.noarch", }, }, { category: "product_version", name: "byte-buddy-javadoc-1.14.16-150200.5.7.1.noarch", product: { name: "byte-buddy-javadoc-1.14.16-150200.5.7.1.noarch", product_id: "byte-buddy-javadoc-1.14.16-150200.5.7.1.noarch", }, }, { category: "product_version", name: "byte-buddy-maven-plugin-1.14.16-150200.5.7.1.noarch", product: { name: "byte-buddy-maven-plugin-1.14.16-150200.5.7.1.noarch", product_id: "byte-buddy-maven-plugin-1.14.16-150200.5.7.1.noarch", }, }, { category: "product_version", name: "dom4j-2.1.4-150200.12.10.2.noarch", product: { name: "dom4j-2.1.4-150200.12.10.2.noarch", product_id: "dom4j-2.1.4-150200.12.10.2.noarch", }, }, { category: "product_version", name: "dom4j-bootstrap-2.1.4-150200.12.10.2.noarch", product: { name: "dom4j-bootstrap-2.1.4-150200.12.10.2.noarch", product_id: "dom4j-bootstrap-2.1.4-150200.12.10.2.noarch", }, }, { category: "product_version", name: "dom4j-demo-2.1.4-150200.12.10.2.noarch", product: { name: "dom4j-demo-2.1.4-150200.12.10.2.noarch", product_id: "dom4j-demo-2.1.4-150200.12.10.2.noarch", }, }, { category: "product_version", name: "dom4j-javadoc-2.1.4-150200.12.10.2.noarch", product: { name: "dom4j-javadoc-2.1.4-150200.12.10.2.noarch", product_id: "dom4j-javadoc-2.1.4-150200.12.10.2.noarch", }, }, { category: "product_version", name: "hamcrest-2.2-150200.12.17.2.noarch", product: { name: "hamcrest-2.2-150200.12.17.2.noarch", product_id: "hamcrest-2.2-150200.12.17.2.noarch", }, }, { category: "product_version", name: "hamcrest-javadoc-2.2-150200.12.17.2.noarch", product: { name: "hamcrest-javadoc-2.2-150200.12.17.2.noarch", product_id: "hamcrest-javadoc-2.2-150200.12.17.2.noarch", }, }, { category: "product_version", name: "jaxen-2.0.0-150200.5.3.1.noarch", product: { name: "jaxen-2.0.0-150200.5.3.1.noarch", product_id: "jaxen-2.0.0-150200.5.3.1.noarch", }, }, { category: "product_version", name: "jaxen-bootstrap-2.0.0-150200.5.3.1.noarch", product: { name: "jaxen-bootstrap-2.0.0-150200.5.3.1.noarch", product_id: "jaxen-bootstrap-2.0.0-150200.5.3.1.noarch", }, }, { category: "product_version", name: "jaxen-demo-2.0.0-150200.5.3.1.noarch", product: { name: "jaxen-demo-2.0.0-150200.5.3.1.noarch", product_id: "jaxen-demo-2.0.0-150200.5.3.1.noarch", }, }, { category: "product_version", name: "jaxen-javadoc-2.0.0-150200.5.3.1.noarch", product: { name: "jaxen-javadoc-2.0.0-150200.5.3.1.noarch", product_id: "jaxen-javadoc-2.0.0-150200.5.3.1.noarch", }, }, { category: "product_version", name: "jdom-1.1.3-150200.12.8.2.noarch", product: { name: "jdom-1.1.3-150200.12.8.2.noarch", product_id: "jdom-1.1.3-150200.12.8.2.noarch", }, }, { category: "product_version", name: "jdom-demo-1.1.3-150200.12.8.2.noarch", product: { name: "jdom-demo-1.1.3-150200.12.8.2.noarch", product_id: "jdom-demo-1.1.3-150200.12.8.2.noarch", }, }, { category: "product_version", name: "jdom-javadoc-1.1.3-150200.12.8.2.noarch", product: { name: "jdom-javadoc-1.1.3-150200.12.8.2.noarch", product_id: "jdom-javadoc-1.1.3-150200.12.8.2.noarch", }, }, { category: "product_version", name: "jopt-simple-5.0.4-150200.3.4.3.noarch", product: { name: "jopt-simple-5.0.4-150200.3.4.3.noarch", product_id: "jopt-simple-5.0.4-150200.3.4.3.noarch", }, }, { category: "product_version", name: "jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", product: { name: "jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", product_id: "jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", }, }, { category: "product_version", name: "junit-4.13.2-150200.3.15.2.noarch", product: { name: "junit-4.13.2-150200.3.15.2.noarch", product_id: "junit-4.13.2-150200.3.15.2.noarch", }, }, { category: "product_version", name: "junit-javadoc-4.13.2-150200.3.15.2.noarch", product: { name: "junit-javadoc-4.13.2-150200.3.15.2.noarch", product_id: "junit-javadoc-4.13.2-150200.3.15.2.noarch", }, }, { category: "product_version", name: "junit-manual-4.13.2-150200.3.15.2.noarch", product: { name: "junit-manual-4.13.2-150200.3.15.2.noarch", product_id: "junit-manual-4.13.2-150200.3.15.2.noarch", }, }, { category: "product_version", name: "junit5-5.10.2-150200.3.10.3.noarch", product: { name: "junit5-5.10.2-150200.3.10.3.noarch", product_id: "junit5-5.10.2-150200.3.10.3.noarch", }, }, { category: "product_version", name: "junit5-bom-5.10.2-150200.3.10.3.noarch", product: { name: "junit5-bom-5.10.2-150200.3.10.3.noarch", product_id: "junit5-bom-5.10.2-150200.3.10.3.noarch", }, }, { category: "product_version", name: "junit5-guide-5.10.2-150200.3.10.3.noarch", product: { name: "junit5-guide-5.10.2-150200.3.10.3.noarch", product_id: "junit5-guide-5.10.2-150200.3.10.3.noarch", }, }, { category: "product_version", name: "junit5-javadoc-5.10.2-150200.3.10.3.noarch", product: { name: "junit5-javadoc-5.10.2-150200.3.10.3.noarch", product_id: "junit5-javadoc-5.10.2-150200.3.10.3.noarch", }, }, { category: "product_version", name: "junit5-minimal-5.10.2-150200.3.10.2.noarch", product: { name: "junit5-minimal-5.10.2-150200.3.10.2.noarch", product_id: "junit5-minimal-5.10.2-150200.3.10.2.noarch", }, }, { category: "product_version", name: "junit5-minimal-javadoc-5.10.2-150200.3.10.2.noarch", product: { name: "junit5-minimal-javadoc-5.10.2-150200.3.10.2.noarch", product_id: "junit5-minimal-javadoc-5.10.2-150200.3.10.2.noarch", }, }, { category: "product_version", name: "objectweb-asm-9.7-150200.3.15.2.noarch", product: { name: "objectweb-asm-9.7-150200.3.15.2.noarch", product_id: "objectweb-asm-9.7-150200.3.15.2.noarch", }, }, { category: "product_version", name: "objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", product: { name: "objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", product_id: "objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", }, }, { category: "product_version", name: "open-test-reporting-cli-0.1.0~M2-150200.5.7.2.noarch", product: { name: "open-test-reporting-cli-0.1.0~M2-150200.5.7.2.noarch", product_id: "open-test-reporting-cli-0.1.0~M2-150200.5.7.2.noarch", }, }, { category: "product_version", name: "open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", product: { name: "open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", product_id: "open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", }, }, { category: "product_version", name: "open-test-reporting-javadoc-0.1.0~M2-150200.5.7.2.noarch", product: { name: "open-test-reporting-javadoc-0.1.0~M2-150200.5.7.2.noarch", product_id: "open-test-reporting-javadoc-0.1.0~M2-150200.5.7.2.noarch", }, }, { category: "product_version", name: "open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", product: { name: "open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", product_id: "open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", }, }, { category: "product_version", name: "open-test-reporting-tooling-0.1.0~M2-150200.5.7.2.noarch", product: { name: "open-test-reporting-tooling-0.1.0~M2-150200.5.7.2.noarch", product_id: "open-test-reporting-tooling-0.1.0~M2-150200.5.7.2.noarch", }, }, { category: "product_version", name: "saxpath-1.0-150200.5.3.3.noarch", product: { name: "saxpath-1.0-150200.5.3.3.noarch", product_id: "saxpath-1.0-150200.5.3.3.noarch", }, }, { category: "product_version", name: "saxpath-javadoc-1.0-150200.5.3.3.noarch", product: { name: "saxpath-javadoc-1.0-150200.5.3.3.noarch", product_id: "saxpath-javadoc-1.0-150200.5.3.3.noarch", }, }, { category: "product_version", name: "xom-1.3.9-150200.5.3.3.noarch", product: { name: "xom-1.3.9-150200.5.3.3.noarch", product_id: "xom-1.3.9-150200.5.3.3.noarch", }, }, { category: "product_version", name: "xom-demo-1.3.9-150200.5.3.3.noarch", product: { name: "xom-demo-1.3.9-150200.5.3.3.noarch", product_id: "xom-demo-1.3.9-150200.5.3.3.noarch", }, }, { category: "product_version", name: "xom-javadoc-1.3.9-150200.5.3.3.noarch", product: { name: "xom-javadoc-1.3.9-150200.5.3.3.noarch", product_id: "xom-javadoc-1.3.9-150200.5.3.3.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp6", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP6", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp6", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Package Hub 15 SP6", product: { name: "SUSE Linux Enterprise Module for Package Hub 15 SP6", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:packagehub:15:sp6", }, }, }, { category: "product_name", name: "SUSE Manager Server Module 4.3", product: { name: "SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-suse-manager-server:4.3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP2-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP3-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp4", }, }, }, { category: "product_name", name: "SUSE Manager Proxy 4.3", product: { name: "SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-proxy:4.3", }, }, }, { category: "product_name", name: "SUSE Manager Server 4.3", product: { name: "SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-server:4.3", }, }, }, { category: "product_name", name: "SUSE Enterprise Storage 7.1", product: { name: "SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1", product_identification_helper: { cpe: "cpe:/o:suse:ses:7.1", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "apiguardian-1.1.2-150200.3.10.2.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:apiguardian-1.1.2-150200.3.10.2.noarch", }, product_reference: "apiguardian-1.1.2-150200.3.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6", }, { category: "default_component_of", full_product_name: { name: "assertj-core-3.25.3-150200.5.4.3.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:assertj-core-3.25.3-150200.5.4.3.noarch", }, product_reference: "assertj-core-3.25.3-150200.5.4.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6", }, { category: "default_component_of", full_product_name: { name: "byte-buddy-1.14.16-150200.5.7.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:byte-buddy-1.14.16-150200.5.7.1.noarch", }, product_reference: "byte-buddy-1.14.16-150200.5.7.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6", }, { category: "default_component_of", full_product_name: { name: "jopt-simple-5.0.4-150200.3.4.3.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:jopt-simple-5.0.4-150200.3.4.3.noarch", }, product_reference: "jopt-simple-5.0.4-150200.3.4.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6", }, { category: "default_component_of", full_product_name: { name: "junit5-5.10.2-150200.3.10.3.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:junit5-5.10.2-150200.3.10.3.noarch", }, product_reference: "junit5-5.10.2-150200.3.10.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6", }, { category: "default_component_of", full_product_name: { name: "junit5-minimal-5.10.2-150200.3.10.2.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:junit5-minimal-5.10.2-150200.3.10.2.noarch", }, product_reference: "junit5-minimal-5.10.2-150200.3.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6", }, { category: "default_component_of", full_product_name: { name: "open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", }, product_reference: "open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6", }, { category: "default_component_of", full_product_name: { name: "open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", }, product_reference: "open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "apiguardian-1.1.2-150200.3.10.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:apiguardian-1.1.2-150200.3.10.2.noarch", }, product_reference: "apiguardian-1.1.2-150200.3.10.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "apiguardian-javadoc-1.1.2-150200.3.10.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", }, product_reference: "apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "assertj-core-3.25.3-150200.5.4.3.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:assertj-core-3.25.3-150200.5.4.3.noarch", }, product_reference: "assertj-core-3.25.3-150200.5.4.3.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "byte-buddy-1.14.16-150200.5.7.1.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:byte-buddy-1.14.16-150200.5.7.1.noarch", }, product_reference: "byte-buddy-1.14.16-150200.5.7.1.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "dom4j-demo-2.1.4-150200.12.10.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:dom4j-demo-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-demo-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "dom4j-javadoc-2.1.4-150200.12.10.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:dom4j-javadoc-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-javadoc-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "hamcrest-javadoc-2.2-150200.12.17.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:hamcrest-javadoc-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-javadoc-2.2-150200.12.17.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "jopt-simple-5.0.4-150200.3.4.3.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:jopt-simple-5.0.4-150200.3.4.3.noarch", }, product_reference: "jopt-simple-5.0.4-150200.3.4.3.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", }, product_reference: "jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "junit-javadoc-4.13.2-150200.3.15.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:junit-javadoc-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-javadoc-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "junit-manual-4.13.2-150200.3.15.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:junit-manual-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-manual-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "junit5-5.10.2-150200.3.10.3.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:junit5-5.10.2-150200.3.10.3.noarch", }, product_reference: "junit5-5.10.2-150200.3.10.3.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "junit5-bom-5.10.2-150200.3.10.3.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:junit5-bom-5.10.2-150200.3.10.3.noarch", }, product_reference: "junit5-bom-5.10.2-150200.3.10.3.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "junit5-guide-5.10.2-150200.3.10.3.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:junit5-guide-5.10.2-150200.3.10.3.noarch", }, product_reference: "junit5-guide-5.10.2-150200.3.10.3.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "junit5-javadoc-5.10.2-150200.3.10.3.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:junit5-javadoc-5.10.2-150200.3.10.3.noarch", }, product_reference: "junit5-javadoc-5.10.2-150200.3.10.3.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "junit5-minimal-5.10.2-150200.3.10.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:junit5-minimal-5.10.2-150200.3.10.2.noarch", }, product_reference: "junit5-minimal-5.10.2-150200.3.10.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-javadoc-9.7-150200.3.15.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", }, product_reference: "open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", }, product_reference: "open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "saxpath-1.0-150200.5.3.3.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:saxpath-1.0-150200.5.3.3.noarch", }, product_reference: "saxpath-1.0-150200.5.3.3.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "apiguardian-1.1.2-150200.3.10.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:apiguardian-1.1.2-150200.3.10.2.noarch", }, product_reference: "apiguardian-1.1.2-150200.3.10.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "apiguardian-javadoc-1.1.2-150200.3.10.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", }, product_reference: "apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "assertj-core-3.25.3-150200.5.4.3.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:assertj-core-3.25.3-150200.5.4.3.noarch", }, product_reference: "assertj-core-3.25.3-150200.5.4.3.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "byte-buddy-1.14.16-150200.5.7.1.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:byte-buddy-1.14.16-150200.5.7.1.noarch", }, product_reference: "byte-buddy-1.14.16-150200.5.7.1.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "dom4j-2.1.4-150200.12.10.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:dom4j-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "dom4j-demo-2.1.4-150200.12.10.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:dom4j-demo-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-demo-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "dom4j-javadoc-2.1.4-150200.12.10.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:dom4j-javadoc-2.1.4-150200.12.10.2.noarch", }, product_reference: "dom4j-javadoc-2.1.4-150200.12.10.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "hamcrest-2.2-150200.12.17.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:hamcrest-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-2.2-150200.12.17.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "hamcrest-javadoc-2.2-150200.12.17.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:hamcrest-javadoc-2.2-150200.12.17.2.noarch", }, product_reference: "hamcrest-javadoc-2.2-150200.12.17.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "jaxen-2.0.0-150200.5.3.1.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:jaxen-2.0.0-150200.5.3.1.noarch", }, product_reference: "jaxen-2.0.0-150200.5.3.1.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "jdom-1.1.3-150200.12.8.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:jdom-1.1.3-150200.12.8.2.noarch", }, product_reference: "jdom-1.1.3-150200.12.8.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "jopt-simple-5.0.4-150200.3.4.3.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:jopt-simple-5.0.4-150200.3.4.3.noarch", }, product_reference: "jopt-simple-5.0.4-150200.3.4.3.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", }, product_reference: "jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "junit-4.13.2-150200.3.15.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:junit-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "junit-javadoc-4.13.2-150200.3.15.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:junit-javadoc-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-javadoc-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "junit-manual-4.13.2-150200.3.15.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:junit-manual-4.13.2-150200.3.15.2.noarch", }, product_reference: "junit-manual-4.13.2-150200.3.15.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "junit5-5.10.2-150200.3.10.3.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:junit5-5.10.2-150200.3.10.3.noarch", }, product_reference: "junit5-5.10.2-150200.3.10.3.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "junit5-bom-5.10.2-150200.3.10.3.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:junit5-bom-5.10.2-150200.3.10.3.noarch", }, product_reference: "junit5-bom-5.10.2-150200.3.10.3.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "junit5-guide-5.10.2-150200.3.10.3.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:junit5-guide-5.10.2-150200.3.10.3.noarch", }, product_reference: "junit5-guide-5.10.2-150200.3.10.3.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "junit5-javadoc-5.10.2-150200.3.10.3.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:junit5-javadoc-5.10.2-150200.3.10.3.noarch", }, product_reference: "junit5-javadoc-5.10.2-150200.3.10.3.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "junit5-minimal-5.10.2-150200.3.10.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:junit5-minimal-5.10.2-150200.3.10.2.noarch", }, product_reference: "junit5-minimal-5.10.2-150200.3.10.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-9.7-150200.3.15.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:objectweb-asm-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-9.7-150200.3.15.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "objectweb-asm-javadoc-9.7-150200.3.15.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", }, product_reference: "objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", }, product_reference: "open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", }, product_reference: "open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "saxpath-1.0-150200.5.3.3.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:saxpath-1.0-150200.5.3.3.noarch", }, product_reference: "saxpath-1.0-150200.5.3.3.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "xom-1.3.9-150200.5.3.3.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:xom-1.3.9-150200.5.3.3.noarch", }, product_reference: "xom-1.3.9-150200.5.3.3.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2021-33813", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-33813", }, ], notes: [ { category: "general", text: "An XXE issue in SAXBuilder in JDOM through 2.0.6 allows attackers to cause a denial of service via a crafted HTTP request.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Enterprise Storage 7.1:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Enterprise Storage 7.1:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Enterprise Storage 7.1:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Enterprise Storage 7.1:junit-4.13.2-150200.3.15.2.noarch", "SUSE Enterprise Storage 7.1:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Enterprise Storage 7.1:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:apiguardian-1.1.2-150200.3.10.2.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:assertj-core-3.25.3-150200.5.4.3.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:byte-buddy-1.14.16-150200.5.7.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:jopt-simple-5.0.4-150200.3.4.3.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:junit5-5.10.2-150200.3.10.3.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:junit5-minimal-5.10.2-150200.3.10.2.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xom-1.3.9-150200.5.3.3.noarch", "SUSE Manager Proxy 4.3:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Manager Server 4.3:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Manager Server Module 4.3:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Manager Server Module 4.3:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Manager Server Module 4.3:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Manager Server Module 4.3:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Manager Server Module 4.3:xom-1.3.9-150200.5.3.3.noarch", "openSUSE Leap 15.5:apiguardian-1.1.2-150200.3.10.2.noarch", "openSUSE Leap 15.5:apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", "openSUSE Leap 15.5:assertj-core-3.25.3-150200.5.4.3.noarch", "openSUSE Leap 15.5:byte-buddy-1.14.16-150200.5.7.1.noarch", "openSUSE Leap 15.5:dom4j-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.5:dom4j-demo-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.5:dom4j-javadoc-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.5:hamcrest-2.2-150200.12.17.2.noarch", "openSUSE Leap 15.5:hamcrest-javadoc-2.2-150200.12.17.2.noarch", "openSUSE Leap 15.5:jaxen-2.0.0-150200.5.3.1.noarch", "openSUSE Leap 15.5:jdom-1.1.3-150200.12.8.2.noarch", "openSUSE Leap 15.5:jopt-simple-5.0.4-150200.3.4.3.noarch", "openSUSE Leap 15.5:jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", "openSUSE Leap 15.5:junit-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.5:junit-javadoc-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.5:junit-manual-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.5:junit5-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.5:junit5-bom-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.5:junit5-guide-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.5:junit5-javadoc-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.5:junit5-minimal-5.10.2-150200.3.10.2.noarch", "openSUSE Leap 15.5:objectweb-asm-9.7-150200.3.15.2.noarch", "openSUSE Leap 15.5:objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", "openSUSE Leap 15.5:open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", "openSUSE Leap 15.5:open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", "openSUSE Leap 15.5:saxpath-1.0-150200.5.3.3.noarch", "openSUSE Leap 15.5:xom-1.3.9-150200.5.3.3.noarch", "openSUSE Leap 15.6:apiguardian-1.1.2-150200.3.10.2.noarch", "openSUSE Leap 15.6:apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", "openSUSE Leap 15.6:assertj-core-3.25.3-150200.5.4.3.noarch", "openSUSE Leap 15.6:byte-buddy-1.14.16-150200.5.7.1.noarch", "openSUSE Leap 15.6:dom4j-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.6:dom4j-demo-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.6:dom4j-javadoc-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.6:hamcrest-2.2-150200.12.17.2.noarch", "openSUSE Leap 15.6:hamcrest-javadoc-2.2-150200.12.17.2.noarch", "openSUSE Leap 15.6:jaxen-2.0.0-150200.5.3.1.noarch", "openSUSE Leap 15.6:jdom-1.1.3-150200.12.8.2.noarch", "openSUSE Leap 15.6:jopt-simple-5.0.4-150200.3.4.3.noarch", "openSUSE Leap 15.6:jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", "openSUSE Leap 15.6:junit-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.6:junit-javadoc-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.6:junit-manual-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.6:junit5-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.6:junit5-bom-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.6:junit5-guide-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.6:junit5-javadoc-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.6:junit5-minimal-5.10.2-150200.3.10.2.noarch", "openSUSE Leap 15.6:objectweb-asm-9.7-150200.3.15.2.noarch", "openSUSE Leap 15.6:objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", "openSUSE Leap 15.6:open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", "openSUSE Leap 15.6:open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", "openSUSE Leap 15.6:saxpath-1.0-150200.5.3.3.noarch", "openSUSE Leap 15.6:xom-1.3.9-150200.5.3.3.noarch", ], }, references: [ { category: "external", summary: "CVE-2021-33813", url: "https://www.suse.com/security/cve/CVE-2021-33813", }, { category: "external", summary: "SUSE Bug 1187446 for CVE-2021-33813", url: "https://bugzilla.suse.com/1187446", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 7.1:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Enterprise Storage 7.1:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Enterprise Storage 7.1:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Enterprise Storage 7.1:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Enterprise Storage 7.1:junit-4.13.2-150200.3.15.2.noarch", "SUSE Enterprise Storage 7.1:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Enterprise Storage 7.1:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:apiguardian-1.1.2-150200.3.10.2.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:assertj-core-3.25.3-150200.5.4.3.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:byte-buddy-1.14.16-150200.5.7.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:jopt-simple-5.0.4-150200.3.4.3.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:junit5-5.10.2-150200.3.10.3.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:junit5-minimal-5.10.2-150200.3.10.2.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xom-1.3.9-150200.5.3.3.noarch", "SUSE Manager Proxy 4.3:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Manager Server 4.3:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Manager Server Module 4.3:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Manager Server Module 4.3:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Manager Server Module 4.3:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Manager Server Module 4.3:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Manager Server Module 4.3:xom-1.3.9-150200.5.3.3.noarch", "openSUSE Leap 15.5:apiguardian-1.1.2-150200.3.10.2.noarch", "openSUSE Leap 15.5:apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", "openSUSE Leap 15.5:assertj-core-3.25.3-150200.5.4.3.noarch", "openSUSE Leap 15.5:byte-buddy-1.14.16-150200.5.7.1.noarch", "openSUSE Leap 15.5:dom4j-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.5:dom4j-demo-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.5:dom4j-javadoc-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.5:hamcrest-2.2-150200.12.17.2.noarch", "openSUSE Leap 15.5:hamcrest-javadoc-2.2-150200.12.17.2.noarch", "openSUSE Leap 15.5:jaxen-2.0.0-150200.5.3.1.noarch", "openSUSE Leap 15.5:jdom-1.1.3-150200.12.8.2.noarch", "openSUSE Leap 15.5:jopt-simple-5.0.4-150200.3.4.3.noarch", "openSUSE Leap 15.5:jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", "openSUSE Leap 15.5:junit-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.5:junit-javadoc-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.5:junit-manual-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.5:junit5-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.5:junit5-bom-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.5:junit5-guide-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.5:junit5-javadoc-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.5:junit5-minimal-5.10.2-150200.3.10.2.noarch", "openSUSE Leap 15.5:objectweb-asm-9.7-150200.3.15.2.noarch", "openSUSE Leap 15.5:objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", "openSUSE Leap 15.5:open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", "openSUSE Leap 15.5:open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", "openSUSE Leap 15.5:saxpath-1.0-150200.5.3.3.noarch", "openSUSE Leap 15.5:xom-1.3.9-150200.5.3.3.noarch", "openSUSE Leap 15.6:apiguardian-1.1.2-150200.3.10.2.noarch", "openSUSE Leap 15.6:apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", "openSUSE Leap 15.6:assertj-core-3.25.3-150200.5.4.3.noarch", "openSUSE Leap 15.6:byte-buddy-1.14.16-150200.5.7.1.noarch", "openSUSE Leap 15.6:dom4j-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.6:dom4j-demo-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.6:dom4j-javadoc-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.6:hamcrest-2.2-150200.12.17.2.noarch", "openSUSE Leap 15.6:hamcrest-javadoc-2.2-150200.12.17.2.noarch", "openSUSE Leap 15.6:jaxen-2.0.0-150200.5.3.1.noarch", "openSUSE Leap 15.6:jdom-1.1.3-150200.12.8.2.noarch", "openSUSE Leap 15.6:jopt-simple-5.0.4-150200.3.4.3.noarch", "openSUSE Leap 15.6:jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", "openSUSE Leap 15.6:junit-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.6:junit-javadoc-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.6:junit-manual-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.6:junit5-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.6:junit5-bom-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.6:junit5-guide-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.6:junit5-javadoc-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.6:junit5-minimal-5.10.2-150200.3.10.2.noarch", "openSUSE Leap 15.6:objectweb-asm-9.7-150200.3.15.2.noarch", "openSUSE Leap 15.6:objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", "openSUSE Leap 15.6:open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", "openSUSE Leap 15.6:open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", "openSUSE Leap 15.6:saxpath-1.0-150200.5.3.3.noarch", "openSUSE Leap 15.6:xom-1.3.9-150200.5.3.3.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Enterprise Storage 7.1:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Enterprise Storage 7.1:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Enterprise Storage 7.1:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Enterprise Storage 7.1:junit-4.13.2-150200.3.15.2.noarch", "SUSE Enterprise Storage 7.1:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Enterprise Storage 7.1:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:apiguardian-1.1.2-150200.3.10.2.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:assertj-core-3.25.3-150200.5.4.3.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:byte-buddy-1.14.16-150200.5.7.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:jopt-simple-5.0.4-150200.3.4.3.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:junit5-5.10.2-150200.3.10.3.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:junit5-minimal-5.10.2-150200.3.10.2.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xom-1.3.9-150200.5.3.3.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:hamcrest-2.2-150200.12.17.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:junit-4.13.2-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xom-1.3.9-150200.5.3.3.noarch", "SUSE Manager Proxy 4.3:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Manager Server 4.3:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Manager Server Module 4.3:dom4j-2.1.4-150200.12.10.2.noarch", "SUSE Manager Server Module 4.3:jaxen-2.0.0-150200.5.3.1.noarch", "SUSE Manager Server Module 4.3:jdom-1.1.3-150200.12.8.2.noarch", "SUSE Manager Server Module 4.3:objectweb-asm-9.7-150200.3.15.2.noarch", "SUSE Manager Server Module 4.3:xom-1.3.9-150200.5.3.3.noarch", "openSUSE Leap 15.5:apiguardian-1.1.2-150200.3.10.2.noarch", "openSUSE Leap 15.5:apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", "openSUSE Leap 15.5:assertj-core-3.25.3-150200.5.4.3.noarch", "openSUSE Leap 15.5:byte-buddy-1.14.16-150200.5.7.1.noarch", "openSUSE Leap 15.5:dom4j-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.5:dom4j-demo-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.5:dom4j-javadoc-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.5:hamcrest-2.2-150200.12.17.2.noarch", "openSUSE Leap 15.5:hamcrest-javadoc-2.2-150200.12.17.2.noarch", "openSUSE Leap 15.5:jaxen-2.0.0-150200.5.3.1.noarch", "openSUSE Leap 15.5:jdom-1.1.3-150200.12.8.2.noarch", "openSUSE Leap 15.5:jopt-simple-5.0.4-150200.3.4.3.noarch", "openSUSE Leap 15.5:jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", "openSUSE Leap 15.5:junit-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.5:junit-javadoc-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.5:junit-manual-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.5:junit5-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.5:junit5-bom-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.5:junit5-guide-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.5:junit5-javadoc-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.5:junit5-minimal-5.10.2-150200.3.10.2.noarch", "openSUSE Leap 15.5:objectweb-asm-9.7-150200.3.15.2.noarch", "openSUSE Leap 15.5:objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", "openSUSE Leap 15.5:open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", "openSUSE Leap 15.5:open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", "openSUSE Leap 15.5:saxpath-1.0-150200.5.3.3.noarch", "openSUSE Leap 15.5:xom-1.3.9-150200.5.3.3.noarch", "openSUSE Leap 15.6:apiguardian-1.1.2-150200.3.10.2.noarch", "openSUSE Leap 15.6:apiguardian-javadoc-1.1.2-150200.3.10.2.noarch", "openSUSE Leap 15.6:assertj-core-3.25.3-150200.5.4.3.noarch", "openSUSE Leap 15.6:byte-buddy-1.14.16-150200.5.7.1.noarch", "openSUSE Leap 15.6:dom4j-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.6:dom4j-demo-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.6:dom4j-javadoc-2.1.4-150200.12.10.2.noarch", "openSUSE Leap 15.6:hamcrest-2.2-150200.12.17.2.noarch", "openSUSE Leap 15.6:hamcrest-javadoc-2.2-150200.12.17.2.noarch", "openSUSE Leap 15.6:jaxen-2.0.0-150200.5.3.1.noarch", "openSUSE Leap 15.6:jdom-1.1.3-150200.12.8.2.noarch", "openSUSE Leap 15.6:jopt-simple-5.0.4-150200.3.4.3.noarch", "openSUSE Leap 15.6:jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch", "openSUSE Leap 15.6:junit-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.6:junit-javadoc-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.6:junit-manual-4.13.2-150200.3.15.2.noarch", "openSUSE Leap 15.6:junit5-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.6:junit5-bom-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.6:junit5-guide-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.6:junit5-javadoc-5.10.2-150200.3.10.3.noarch", "openSUSE Leap 15.6:junit5-minimal-5.10.2-150200.3.10.2.noarch", "openSUSE Leap 15.6:objectweb-asm-9.7-150200.3.15.2.noarch", "openSUSE Leap 15.6:objectweb-asm-javadoc-9.7-150200.3.15.2.noarch", "openSUSE Leap 15.6:open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch", "openSUSE Leap 15.6:open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch", "openSUSE Leap 15.6:saxpath-1.0-150200.5.3.3.noarch", "openSUSE Leap 15.6:xom-1.3.9-150200.5.3.3.noarch", ], }, ], threats: [ { category: "impact", date: "2024-05-31T03:05:31Z", details: "important", }, ], title: "CVE-2021-33813", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.