SUSE-SU-2024:1874-1

Source
https://www.suse.com/support/update/announcement/2024/suse-su-20241874-1/
Import Source
https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2024:1874-1.json
JSON Data
https://api.osv.dev/v1/vulns/SUSE-SU-2024:1874-1
Related
Published
2024-05-31T03:05:31Z
Modified
2024-05-31T03:05:31Z
Summary
Security update for Java
Details

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.
References

Affected packages

SUSE:Linux Enterprise Module for Basesystem 15 SP5 / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Basesystem%2015%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "objectweb-asm": "9.7-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Basesystem 15 SP6 / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Basesystem%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "objectweb-asm": "9.7-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Development Tools 15 SP5 / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Development Tools 15 SP5 / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Development Tools 15 SP5 / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Development Tools 15 SP5 / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Development Tools 15 SP5 / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Development Tools 15 SP5 / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Development Tools 15 SP6 / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Development Tools 15 SP6 / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Development Tools 15 SP6 / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Development Tools 15 SP6 / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Development Tools 15 SP6 / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Development Tools 15 SP6 / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Package Hub 15 SP6 / apiguardian

Package

Name
apiguardian
Purl
pkg:rpm/suse/apiguardian&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Package%20Hub%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.2-150200.3.10.2

Ecosystem specific

{
    "binaries": [
        {
            "apiguardian": "1.1.2-150200.3.10.2",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "junit5": "5.10.2-150200.3.10.3",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "assertj-core": "3.25.3-150200.5.4.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Package Hub 15 SP6 / assertj-core

Package

Name
assertj-core
Purl
pkg:rpm/suse/assertj-core&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Package%20Hub%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.25.3-150200.5.4.3

Ecosystem specific

{
    "binaries": [
        {
            "apiguardian": "1.1.2-150200.3.10.2",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "junit5": "5.10.2-150200.3.10.3",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "assertj-core": "3.25.3-150200.5.4.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Package Hub 15 SP6 / byte-buddy

Package

Name
byte-buddy
Purl
pkg:rpm/suse/byte-buddy&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Package%20Hub%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.14.16-150200.5.7.1

Ecosystem specific

{
    "binaries": [
        {
            "apiguardian": "1.1.2-150200.3.10.2",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "junit5": "5.10.2-150200.3.10.3",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "assertj-core": "3.25.3-150200.5.4.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Package Hub 15 SP6 / jopt-simple

Package

Name
jopt-simple
Purl
pkg:rpm/suse/jopt-simple&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Package%20Hub%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.0.4-150200.3.4.3

Ecosystem specific

{
    "binaries": [
        {
            "apiguardian": "1.1.2-150200.3.10.2",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "junit5": "5.10.2-150200.3.10.3",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "assertj-core": "3.25.3-150200.5.4.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Package Hub 15 SP6 / junit5

Package

Name
junit5
Purl
pkg:rpm/suse/junit5&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Package%20Hub%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.10.2-150200.3.10.3

Ecosystem specific

{
    "binaries": [
        {
            "apiguardian": "1.1.2-150200.3.10.2",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "junit5": "5.10.2-150200.3.10.3",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "assertj-core": "3.25.3-150200.5.4.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Package Hub 15 SP6 / junit5-minimal

Package

Name
junit5-minimal
Purl
pkg:rpm/suse/junit5-minimal&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Package%20Hub%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.10.2-150200.3.10.2

Ecosystem specific

{
    "binaries": [
        {
            "apiguardian": "1.1.2-150200.3.10.2",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "junit5": "5.10.2-150200.3.10.3",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "assertj-core": "3.25.3-150200.5.4.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2"
        }
    ]
}

SUSE:Linux Enterprise Module for Package Hub 15 SP6 / open-test-reporting

Package

Name
open-test-reporting
Purl
pkg:rpm/suse/open-test-reporting&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Package%20Hub%2015%20SP6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.1.0~M2-150200.5.7.2

Ecosystem specific

{
    "binaries": [
        {
            "apiguardian": "1.1.2-150200.3.10.2",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "junit5": "5.10.2-150200.3.10.3",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "assertj-core": "3.25.3-150200.5.4.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2"
        }
    ]
}

SUSE:Manager Server Module 4.3 / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Manager%20Server%20Module%204.3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2"
        }
    ]
}

SUSE:Manager Server Module 4.3 / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Manager%20Server%20Module%204.3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2"
        }
    ]
}

SUSE:Manager Server Module 4.3 / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Manager%20Server%20Module%204.3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2"
        }
    ]
}

SUSE:Manager Server Module 4.3 / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Manager%20Server%20Module%204.3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2"
        }
    ]
}

SUSE:Manager Server Module 4.3 / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Manager%20Server%20Module%204.3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "xom": "1.3.9-150200.5.3.3",
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP2-LTSS / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP2-LTSS / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP2-LTSS / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP2-LTSS / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP2-LTSS / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP2-LTSS / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP2-LTSS / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP3-LTSS / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP3-LTSS / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP3-LTSS / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP3-LTSS / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP3-LTSS / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP3-LTSS / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP3-LTSS / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-ESPOS / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-ESPOS / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-ESPOS / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-ESPOS / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-ESPOS / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-ESPOS / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-ESPOS / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-ESPOS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-LTSS / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-LTSS / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-LTSS / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-LTSS / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-LTSS / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-LTSS / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise High Performance Computing 15 SP4-LTSS / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP2-LTSS / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP2-LTSS / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP2-LTSS / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP2-LTSS / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP2-LTSS / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP2-LTSS / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP2-LTSS / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP2-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP3-LTSS / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP3-LTSS / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP3-LTSS / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP3-LTSS / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP3-LTSS / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP3-LTSS / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP3-LTSS / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP3-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP4-LTSS / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP4-LTSS / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP4-LTSS / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP4-LTSS / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP4-LTSS / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP4-LTSS / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server 15 SP4-LTSS / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP4-LTSS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP2 / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP2 / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP2 / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP2 / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP2 / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP2 / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP2 / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP3 / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP3 / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP3 / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP3 / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP3 / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP3 / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP3 / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP4 / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP4 / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP4 / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP4 / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP4 / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP4 / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Linux Enterprise Server for SAP Applications 15 SP4 / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Manager Proxy 4.3 / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Manager%20Proxy%204.3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "objectweb-asm": "9.7-150200.3.15.2"
        }
    ]
}

SUSE:Manager Server 4.3 / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Manager%20Server%204.3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "objectweb-asm": "9.7-150200.3.15.2"
        }
    ]
}

SUSE:Enterprise Storage 7.1 / dom4j

Package

Name
dom4j
Purl
pkg:rpm/suse/dom4j&distro=SUSE%20Enterprise%20Storage%207.1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Enterprise Storage 7.1 / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/suse/hamcrest&distro=SUSE%20Enterprise%20Storage%207.1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Enterprise Storage 7.1 / jaxen

Package

Name
jaxen
Purl
pkg:rpm/suse/jaxen&distro=SUSE%20Enterprise%20Storage%207.1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Enterprise Storage 7.1 / jdom

Package

Name
jdom
Purl
pkg:rpm/suse/jdom&distro=SUSE%20Enterprise%20Storage%207.1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Enterprise Storage 7.1 / junit

Package

Name
junit
Purl
pkg:rpm/suse/junit&distro=SUSE%20Enterprise%20Storage%207.1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Enterprise Storage 7.1 / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/suse/objectweb-asm&distro=SUSE%20Enterprise%20Storage%207.1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

SUSE:Enterprise Storage 7.1 / xom

Package

Name
xom
Purl
pkg:rpm/suse/xom&distro=SUSE%20Enterprise%20Storage%207.1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "dom4j": "2.1.4-150200.12.10.2",
            "jdom": "1.1.3-150200.12.8.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "objectweb-asm": "9.7-150200.3.15.2",
            "xom": "1.3.9-150200.5.3.3",
            "hamcrest": "2.2-150200.12.17.2",
            "junit": "4.13.2-150200.3.15.2"
        }
    ]
}

openSUSE:Leap 15.5 / apiguardian

Package

Name
apiguardian
Purl
pkg:rpm/opensuse/apiguardian&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.2-150200.3.10.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / assertj-core

Package

Name
assertj-core
Purl
pkg:rpm/opensuse/assertj-core&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.25.3-150200.5.4.3

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / byte-buddy

Package

Name
byte-buddy
Purl
pkg:rpm/opensuse/byte-buddy&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.14.16-150200.5.7.1

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / dom4j

Package

Name
dom4j
Purl
pkg:rpm/opensuse/dom4j&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/opensuse/hamcrest&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / jaxen

Package

Name
jaxen
Purl
pkg:rpm/opensuse/jaxen&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / jdom

Package

Name
jdom
Purl
pkg:rpm/opensuse/jdom&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / jopt-simple

Package

Name
jopt-simple
Purl
pkg:rpm/opensuse/jopt-simple&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.0.4-150200.3.4.3

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / junit

Package

Name
junit
Purl
pkg:rpm/opensuse/junit&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / junit5

Package

Name
junit5
Purl
pkg:rpm/opensuse/junit5&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.10.2-150200.3.10.3

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / junit5-minimal

Package

Name
junit5-minimal
Purl
pkg:rpm/opensuse/junit5-minimal&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.10.2-150200.3.10.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/opensuse/objectweb-asm&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / open-test-reporting

Package

Name
open-test-reporting
Purl
pkg:rpm/opensuse/open-test-reporting&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.1.0~M2-150200.5.7.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / saxpath

Package

Name
saxpath
Purl
pkg:rpm/opensuse/saxpath&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.0-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.5 / xom

Package

Name
xom
Purl
pkg:rpm/opensuse/xom&distro=openSUSE%20Leap%2015.5

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / apiguardian

Package

Name
apiguardian
Purl
pkg:rpm/opensuse/apiguardian&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.2-150200.3.10.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / assertj-core

Package

Name
assertj-core
Purl
pkg:rpm/opensuse/assertj-core&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.25.3-150200.5.4.3

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / byte-buddy

Package

Name
byte-buddy
Purl
pkg:rpm/opensuse/byte-buddy&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.14.16-150200.5.7.1

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / dom4j

Package

Name
dom4j
Purl
pkg:rpm/opensuse/dom4j&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.4-150200.12.10.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / hamcrest

Package

Name
hamcrest
Purl
pkg:rpm/opensuse/hamcrest&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.2-150200.12.17.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / jaxen

Package

Name
jaxen
Purl
pkg:rpm/opensuse/jaxen&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.0.0-150200.5.3.1

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / jdom

Package

Name
jdom
Purl
pkg:rpm/opensuse/jdom&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.3-150200.12.8.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / jopt-simple

Package

Name
jopt-simple
Purl
pkg:rpm/opensuse/jopt-simple&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.0.4-150200.3.4.3

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / junit

Package

Name
junit
Purl
pkg:rpm/opensuse/junit&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.13.2-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / junit5

Package

Name
junit5
Purl
pkg:rpm/opensuse/junit5&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.10.2-150200.3.10.3

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / junit5-minimal

Package

Name
junit5-minimal
Purl
pkg:rpm/opensuse/junit5-minimal&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.10.2-150200.3.10.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / objectweb-asm

Package

Name
objectweb-asm
Purl
pkg:rpm/opensuse/objectweb-asm&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.7-150200.3.15.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / open-test-reporting

Package

Name
open-test-reporting
Purl
pkg:rpm/opensuse/open-test-reporting&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.1.0~M2-150200.5.7.2

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / saxpath

Package

Name
saxpath
Purl
pkg:rpm/opensuse/saxpath&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.0-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}

openSUSE:Leap 15.6 / xom

Package

Name
xom
Purl
pkg:rpm/opensuse/xom&distro=openSUSE%20Leap%2015.6

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.9-150200.5.3.3

Ecosystem specific

{
    "binaries": [
        {
            "junit-manual": "4.13.2-150200.3.15.2",
            "jdom": "1.1.3-150200.12.8.2",
            "objectweb-asm": "9.7-150200.3.15.2",
            "objectweb-asm-javadoc": "9.7-150200.3.15.2",
            "junit-javadoc": "4.13.2-150200.3.15.2",
            "junit5-bom": "5.10.2-150200.3.10.3",
            "open-test-reporting-events": "0.1.0~M2-150200.5.7.2",
            "hamcrest": "2.2-150200.12.17.2",
            "jopt-simple-javadoc": "5.0.4-150200.3.4.3",
            "apiguardian-javadoc": "1.1.2-150200.3.10.2",
            "jopt-simple": "5.0.4-150200.3.4.3",
            "dom4j-demo": "2.1.4-150200.12.10.2",
            "assertj-core": "3.25.3-150200.5.4.3",
            "apiguardian": "1.1.2-150200.3.10.2",
            "dom4j": "2.1.4-150200.12.10.2",
            "byte-buddy": "1.14.16-150200.5.7.1",
            "junit5": "5.10.2-150200.3.10.3",
            "dom4j-javadoc": "2.1.4-150200.12.10.2",
            "jaxen": "2.0.0-150200.5.3.1",
            "junit5-guide": "5.10.2-150200.3.10.3",
            "xom": "1.3.9-150200.5.3.3",
            "open-test-reporting-schema": "0.1.0~M2-150200.5.7.2",
            "junit": "4.13.2-150200.3.15.2",
            "junit5-minimal": "5.10.2-150200.3.10.2",
            "saxpath": "1.0-150200.5.3.3",
            "junit5-javadoc": "5.10.2-150200.3.10.3",
            "hamcrest-javadoc": "2.2-150200.12.17.2"
        }
    ]
}