Vulnerabilities

10 via 20 paths

Dependencies

229

Source

GitHub

Commit

80ba30df

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 10
  • 15
Severity
  • 1
  • 9
  • 15
Status
  • 25
  • 0
  • 0

critical severity

Improper Input Validation

  • Vulnerable module: org.codehaus.jackson:jackson-mapper-asl
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.codehaus.jackson:jackson-mapper-asl@1.9.14-MULE-002
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.codehaus.jackson:jackson-mapper-asl@1.9.14-MULE-002

Overview

org.codehaus.jackson:jackson-mapper-asl is a high-performance data binding package built on Jackson JSON processor.

Affected versions of this package are vulnerable to Improper Input Validation which results in several instances of deserialization of untrusted data. This issue is parallel to vulnerabilities reported and fixed in jackson-databind (CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086). Although no fix is available for codehaus, this vulnerability can be remediated by using a fixed version of jackson-databind.

Remediation

There is no fixed version for org.codehaus.jackson:jackson-mapper-asl.

References

high severity

Uncontrolled Recursion

  • Vulnerable module: commons-lang:commons-lang
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.apache.velocity:velocity@1.7 commons-lang:commons-lang@2.4
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.apache.velocity:velocity@1.7 commons-lang:commons-lang@2.4
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.apache.velocity:velocity-tools@2.0.1-atlassian-2 org.apache.velocity:velocity@1.7 commons-lang:commons-lang@2.4

Overview

Affected versions of this package are vulnerable to Uncontrolled Recursion via the ClassUtils.getClass function. An attacker can cause the application to terminate unexpectedly by providing excessively long input values.

Remediation

There is no fixed version for commons-lang:commons-lang.

References

high severity

Stack-based Buffer Overflow

  • Vulnerable module: com.google.protobuf:protobuf-java
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT mysql:mysql-connector-java@8.0.30 com.google.protobuf:protobuf-java@3.19.4
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT mysql:mysql-connector-java@8.0.30 com.google.protobuf:protobuf-java@3.19.4

Overview

com.google.protobuf:protobuf-java is a Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.

Affected versions of this package are vulnerable to Stack-based Buffer Overflow via the parsing of nested groups or series of SGROUP tags as unknown fields with DiscardUnknownFieldsParser or Java Protobuf Lite parser, or against Protobuf map fields. An attacker can cause infinite recursion by sending malicious Protocol Buffer data.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade com.google.protobuf:protobuf-java to version 3.25.5, 4.27.5, 4.28.2 or higher.

References

high severity

Arbitrary Code Execution

  • Vulnerable module: org.apache.velocity:velocity
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.apache.velocity:velocity@1.7
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.apache.velocity:velocity@1.7
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.apache.velocity:velocity-tools@2.0.1-atlassian-2 org.apache.velocity:velocity@1.7

Overview

org.apache.velocity:velocity is a None

Affected versions of this package are vulnerable to Arbitrary Code Execution. An attacker that is able to modify Velocity templates may execute arbitrary Java code or run arbitrary system commands with the same privileges as the account running the Servlet container. This applies to applications that allow untrusted users to upload/modify velocity templates running Apache Velocity Engine.

Note Users of org.apache.velocity:velocity should update to org.apache.velocity:velocity-engine-core version 2.3 to mitigate this vulnerability.

Remediation

There is no fixed version for org.apache.velocity:velocity.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: com.google.protobuf:protobuf-java
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT mysql:mysql-connector-java@8.0.30 com.google.protobuf:protobuf-java@3.19.4
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT mysql:mysql-connector-java@8.0.30 com.google.protobuf:protobuf-java@3.19.4

Overview

com.google.protobuf:protobuf-java is a Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.

Affected versions of this package are vulnerable to Denial of Service (DoS) in MessageReflection.java due to a text format parsing issue. Inputs containing multiple instances of non-repeated embedded messages with repeated or unknown fields causes objects to be converted back and forth between mutable and immutable forms, resulting in potentially long garbage collection pauses.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade com.google.protobuf:protobuf-java to version 3.16.3, 3.19.6, 3.20.3, 3.21.7 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: com.google.protobuf:protobuf-java
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT mysql:mysql-connector-java@8.0.30 com.google.protobuf:protobuf-java@3.19.4
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT mysql:mysql-connector-java@8.0.30 com.google.protobuf:protobuf-java@3.19.4

Overview

com.google.protobuf:protobuf-java is a Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.

Affected versions of this package are vulnerable to Denial of Service (DoS) when providing inputs containing multiple instances of non-repeated embedded messages, with repeated or unknown fields. The vulnerability exists due to a parsing issue in the Message-Type Extensions. Exploiting this vulnerability causes objects to be converted back and forth between mutable and immutable forms, resulting in potentially long garbage collection pauses.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade com.google.protobuf:protobuf-java to version 3.16.3, 3.19.6, 3.20.3, 3.21.7 or higher.

References

high severity

XML External Entity (XXE) Injection

  • Vulnerable module: org.codehaus.jackson:jackson-mapper-asl
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.codehaus.jackson:jackson-mapper-asl@1.9.14-MULE-002
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.codehaus.jackson:jackson-mapper-asl@1.9.14-MULE-002

Overview

org.codehaus.jackson:jackson-mapper-asl is a high-performance data binding package built on Jackson JSON processor.

Affected versions of this package are vulnerable to XML External Entity (XXE) Injection. via the DOMDeserializer.class file and its inner classes (DocumentDeserializer.class and NodeDeserializer.class) that uses the _parserFactory instance without restricting it from processing external XML entities when parsing user input.

Details

XXE Injection is a type of attack against an application that parses XML input. XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. By default, many XML processors allow specification of an external entity, a URI that is dereferenced and evaluated during XML processing. When an XML document is being parsed, the parser can make a request and include the content at the specified URI inside of the XML document.

Attacks can include disclosing local files, which may contain sensitive data such as passwords or private user data, using file: schemes or relative paths in the system identifier.

For example, below is a sample XML document, containing an XML element- username.

<?xml version="1.0" encoding="ISO-8859-1"?>
   <username>John</username>
</xml>

An external XML entity - xxe, is defined using a system identifier and present within a DOCTYPE header. These entities can access local or remote content. For example the below code contains an external XML entity that would fetch the content of /etc/passwd and display it to the user rendered by username.

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE foo [
   <!ENTITY xxe SYSTEM "file:///etc/passwd" >]>
   <username>&xxe;</username>
</xml>

Other XXE Injection attacks can access local resources that may not stop returning data, possibly impacting application availability and leading to Denial of Service.

Remediation

There is no fixed version for org.codehaus.jackson:jackson-mapper-asl.

For org.codehaus.jackson:jackson-all releases supporting jackson-mapper-asl. As a workaround, for 1.9.X release, the javax.xml.XMLConstants.FEATURE_SECURE_PROCESSING setting can be enabled. For 2.x releases, the "javax.xml.stream.isSupportingExternalEntities setting can be set to FALSE.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: org.openmrs.web:openmrs-web
  • Introduced through: org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Overview

org.openmrs.web:openmrs-web is a patient-based medical record system focusing on giving providers a free customizable electronic medical record system (EMR).

Affected versions of this package are vulnerable to Denial of Service (DoS) due to failure to sanitize requests when satisfying GET requests for /images and /initfilter/scripts. This can allow an attacker to access any file on a system running OpenMRS that is accessible to the user id OpenMRS is running under.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

A fix was pushed into the master branch but not yet published.

References

high severity

XML External Entity (XXE) Injection

  • Vulnerable module: taglibs:standard
  • Introduced through: org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT taglibs:standard@1.1.2

Overview

taglibs:standard is an implementation of the JSP Standard Tag Library (JSTL) specification.

Affected versions of this package are vulnerable to XML External Entity (XXE) Injection. Apache Standard Taglibs before 1.2.3 allows remote attackers to execute arbitrary code or conduct external XML entity (XXE) attacks via a crafted XSLT extension in a <x:parse> or <x:transform> JSTL XML tag.

Details

XXE Injection is a type of attack against an application that parses XML input. XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. By default, many XML processors allow specification of an external entity, a URI that is dereferenced and evaluated during XML processing. When an XML document is being parsed, the parser can make a request and include the content at the specified URI inside of the XML document.

Attacks can include disclosing local files, which may contain sensitive data such as passwords or private user data, using file: schemes or relative paths in the system identifier.

For example, below is a sample XML document, containing an XML element- username.

<xml>
<?xml version="1.0" encoding="ISO-8859-1"?>
   <username>John</username>
</xml>

An external XML entity - xxe, is defined using a system identifier and present within a DOCTYPE header. These entities can access local or remote content. For example the below code contains an external XML entity that would fetch the content of /etc/passwd and display it to the user rendered by username.

<xml>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE foo [
   <!ENTITY xxe SYSTEM "file:///etc/passwd" >]>
   <username>&xxe;</username>
</xml>

Other XXE Injection attacks can access local resources that may not stop returning data, possibly impacting application availability and leading to Denial of Service.

Remediation

Upgrade taglibs:standard to version 1.2.3 or higher.

References

high severity

GPL-2.0 license

  • Module: mysql:mysql-connector-java
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT mysql:mysql-connector-java@8.0.30
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT mysql:mysql-connector-java@8.0.30

GPL-2.0 license

medium severity

Denial of Service (DoS)

  • Vulnerable module: com.google.protobuf:protobuf-java
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT mysql:mysql-connector-java@8.0.30 com.google.protobuf:protobuf-java@3.19.4
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT mysql:mysql-connector-java@8.0.30 com.google.protobuf:protobuf-java@3.19.4

Overview

com.google.protobuf:protobuf-java is a Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.

Affected versions of this package are vulnerable to Denial of Service (DoS) via the parsing procedure for binary and text format data. Input streams containing multiple instances of non-repeated embedded messages with repeated or unknown fields cause objects to be converted back and forth between mutable and immutable forms, resulting in potentially long garbage collection pauses.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade com.google.protobuf:protobuf-java to version 3.16.3, 3.19.6, 3.20.3, 3.21.7 or higher.

References

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: com.mchange:c3p0
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-c3p0@6.6.23.Final com.mchange:c3p0@0.9.5.5
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-c3p0@6.6.23.Final com.mchange:c3p0@0.9.5.5

Dual license: EPL-1.0, LGPL-2.1

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: com.mchange:mchange-commons-java
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-c3p0@6.6.23.Final com.mchange:c3p0@0.9.5.5 com.mchange:mchange-commons-java@0.2.19
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-c3p0@6.6.23.Final com.mchange:c3p0@0.9.5.5 com.mchange:mchange-commons-java@0.2.19

Dual license: EPL-1.0, LGPL-2.1

medium severity

EPL-1.0 license

  • Module: junit:junit
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT com.thoughtworks.xstream:xstream@1.4.21 junit:junit@4.13.2
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT com.thoughtworks.xstream:xstream@1.4.21 io.github.x-stream:mxparser@1.2.2 junit:junit@4.13.2
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT com.thoughtworks.xstream:xstream@1.4.21 jmock:jmock@1.0.1 junit:junit@4.13.2
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT com.thoughtworks.xstream:xstream@1.4.21 junit:junit@4.13.2
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT com.thoughtworks.xstream:xstream@1.4.21 io.github.x-stream:mxparser@1.2.2 junit:junit@4.13.2
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT com.thoughtworks.xstream:xstream@1.4.21 jmock:jmock@1.0.1 junit:junit@4.13.2

EPL-1.0 license

medium severity

LGPL-2.1 license

  • Module: org.hibernate.common:hibernate-commons-annotations
  • Introduced through: org.hibernate.orm:hibernate-core@6.6.23.Final, org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and others

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.hibernate.orm:hibernate-core@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-core@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-envers@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-c3p0@6.6.23.Final org.hibernate.orm:hibernate-core@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-envers@6.6.23.Final org.hibernate.orm:hibernate-core@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.orm:hibernate-core@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-core@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-envers@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-mapper-pojo-base@7.1.2.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-c3p0@6.6.23.Final org.hibernate.orm:hibernate-core@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-envers@6.6.23.Final org.hibernate.orm:hibernate-core@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.orm:hibernate-core@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.infinispan:infinispan-hibernate-cache-v62@15.2.2.Final org.infinispan:infinispan-hibernate-cache-commons@15.2.2.Final org.hibernate.orm:hibernate-core@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-mapper-pojo-base@7.1.2.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.infinispan:infinispan-hibernate-cache-v62@15.2.2.Final org.infinispan:infinispan-hibernate-cache-commons@15.2.2.Final org.hibernate.orm:hibernate-core@6.6.23.Final org.hibernate.common:hibernate-commons-annotations@7.0.3.Final

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.hibernate.orm:hibernate-c3p0
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-c3p0@6.6.23.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-c3p0@6.6.23.Final

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.hibernate.orm:hibernate-core
  • Introduced through: org.hibernate.orm:hibernate-core@6.6.23.Final, org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and others

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.hibernate.orm:hibernate-core@6.6.23.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-core@6.6.23.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-c3p0@6.6.23.Final org.hibernate.orm:hibernate-core@6.6.23.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-envers@6.6.23.Final org.hibernate.orm:hibernate-core@6.6.23.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.orm:hibernate-core@6.6.23.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-core@6.6.23.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-c3p0@6.6.23.Final org.hibernate.orm:hibernate-core@6.6.23.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-envers@6.6.23.Final org.hibernate.orm:hibernate-core@6.6.23.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.orm:hibernate-core@6.6.23.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.infinispan:infinispan-hibernate-cache-v62@15.2.2.Final org.infinispan:infinispan-hibernate-cache-commons@15.2.2.Final org.hibernate.orm:hibernate-core@6.6.23.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.infinispan:infinispan-hibernate-cache-v62@15.2.2.Final org.infinispan:infinispan-hibernate-cache-commons@15.2.2.Final org.hibernate.orm:hibernate-core@6.6.23.Final

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.hibernate.orm:hibernate-envers
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-envers@6.6.23.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.orm:hibernate-envers@6.6.23.Final

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.hibernate.search:hibernate-search-backend-elasticsearch
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-backend-elasticsearch@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-backend-elasticsearch@7.1.2.Final

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.hibernate.search:hibernate-search-backend-lucene
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-backend-lucene@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-backend-lucene@7.1.2.Final

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.hibernate.search:hibernate-search-engine
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-backend-elasticsearch@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-backend-lucene@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-backend-elasticsearch@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-backend-lucene@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-mapper-pojo-base@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-mapper-pojo-base@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.hibernate.search:hibernate-search-mapper-orm
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.hibernate.search:hibernate-search-mapper-pojo-base
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-mapper-pojo-base@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-mapper-pojo-base@7.1.2.Final

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.hibernate.search:hibernate-search-util-common
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-util-common@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-backend-elasticsearch@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final org.hibernate.search:hibernate-search-util-common@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-backend-lucene@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final org.hibernate.search:hibernate-search-util-common@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final org.hibernate.search:hibernate-search-util-common@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-util-common@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-backend-elasticsearch@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final org.hibernate.search:hibernate-search-util-common@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-backend-lucene@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final org.hibernate.search:hibernate-search-util-common@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-mapper-pojo-base@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final org.hibernate.search:hibernate-search-util-common@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final org.hibernate.search:hibernate-search-util-common@7.1.2.Final
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.hibernate.search:hibernate-search-mapper-orm@7.1.2.Final org.hibernate.search:hibernate-search-mapper-pojo-base@7.1.2.Final org.hibernate.search:hibernate-search-engine@7.1.2.Final org.hibernate.search:hibernate-search-util-common@7.1.2.Final

LGPL-2.1 license

medium severity

LGPL-2.1 license

  • Module: org.mariadb.jdbc:mariadb-java-client
  • Introduced through: org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT and org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT

Detailed paths

  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.mariadb.jdbc:mariadb-java-client@3.5.6
  • Introduced through: openmrs/openmrs-core@openmrs/openmrs-core#80ba30df386ad73fbed3dfe6f8cf9a0c0a4e7c92 org.openmrs.web:openmrs-web@3.0.0-SNAPSHOT org.openmrs.api:openmrs-api@3.0.0-SNAPSHOT org.mariadb.jdbc:mariadb-java-client@3.5.6

LGPL-2.1 license