Vulnerabilities

4 via 21 paths

Dependencies

114

Source

GitHub

Commit

bd398ff3

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 4
  • 3
Severity
  • 3
  • 4
Status
  • 7
  • 0
  • 0

high severity

Uncontrolled Recursion

  • Vulnerable module: org.apache.commons:commons-lang3
  • Introduced through: org.apache.commons:commons-lang3@3.13.0

Detailed paths

  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.apache.commons:commons-lang3@3.13.0
    Remediation: Upgrade to org.apache.commons:commons-lang3@3.18.0.

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

Upgrade org.apache.commons:commons-lang3 to version 3.18.0 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: net.minidev:json-smart
  • Introduced through: org.springframework.boot:spring-boot-starter-hateoas@4.0.1, org.springframework.data:spring-data-rest-hal-explorer@5.0.2 and others

Detailed paths

  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-hateoas@4.0.1 org.springframework.hateoas:spring-hateoas@3.0.1 com.jayway.jsonpath:json-path@2.9.0 net.minidev:json-smart@2.5.0
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.data:spring-data-rest-hal-explorer@5.0.2 org.springframework.data:spring-data-rest-webmvc@5.0.2 org.springframework.data:spring-data-rest-core@5.0.2 org.springframework.hateoas:spring-hateoas@3.0.1 com.jayway.jsonpath:json-path@2.9.0 net.minidev:json-smart@2.5.0
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-data-rest@4.0.1 org.springframework.data:spring-data-rest-webmvc@5.0.2 org.springframework.data:spring-data-rest-core@5.0.2 org.springframework.hateoas:spring-hateoas@3.0.1 com.jayway.jsonpath:json-path@2.9.0 net.minidev:json-smart@2.5.0

Overview

net.minidev:json-smart is a Java JSON parser.

Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker can cause a stack exhaustion and subsequent service disruption by providing JSON input with an excessive number of nested {.

Note:

This issue exists because of an incomplete fix for CVE-2023-1370.

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 net.minidev:json-smart to version 2.5.2 or higher.

References

high severity

Improper Validation of Certificate with Host Mismatch

  • Vulnerable module: com.microsoft.sqlserver:mssql-jdbc
  • Introduced through: com.microsoft.sqlserver:mssql-jdbc@12.4.2.jre11

Detailed paths

  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 com.microsoft.sqlserver:mssql-jdbc@12.4.2.jre11
    Remediation: Upgrade to com.microsoft.sqlserver:mssql-jdbc@12.4.3.jre8.

Overview

Affected versions of this package are vulnerable to Improper Validation of Certificate with Host Mismatch via the parseCommonName() method . An attacker can gain unauthorized access or impersonate users by crafting malicious X.509 certificates that bypass hostname validation through embedding of fake hostnames within other certificate attributes.

Remediation

Upgrade com.microsoft.sqlserver:mssql-jdbc to version 10.2.4.jre8, 11.2.4.jre8, 12.2.1.jre8, 12.4.3.jre8, 12.6.5.jre8, 12.8.2.jre8, 12.10.2.jre8, 13.2.1.jre8 or higher.

References

medium severity

External Initialization of Trusted Variables or Data Stores

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-actuator@4.0.1, org.springframework.boot:spring-boot-starter-aop@4.0.0-M2 and others

Detailed paths

  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-actuator@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-aop@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-jpa@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-actuator@4.0.1 org.springframework.boot:spring-boot-starter-micrometer-metrics@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-jpa@4.0.1 org.springframework.boot:spring-boot-starter-jdbc@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter-jackson@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-web@4.0.1 org.springframework.boot:spring-boot-starter-jackson@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-web@4.0.1 org.springframework.boot:spring-boot-starter-tomcat@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter-jackson@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter-jackson@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter-tomcat@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter-tomcat@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to External Initialization of Trusted Variables or Data Stores via the conditional processing of the logback.xml configuration file when both the Janino library and Spring Framework are present on the class path. An attacker can execute arbitrary code by compromising an existing configuration file or injecting a malicious environment variable before program execution. This is only exploitable if the attacker has write access to a configuration file or can set a malicious environment variable.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.5.19 or higher.

References

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter-actuator@4.0.1, org.springframework.boot:spring-boot-starter-aop@4.0.0-M2 and others

Detailed paths

  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-actuator@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-aop@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-jpa@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-actuator@4.0.1 org.springframework.boot:spring-boot-starter-micrometer-metrics@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-jpa@4.0.1 org.springframework.boot:spring-boot-starter-jdbc@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter-jackson@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-web@4.0.1 org.springframework.boot:spring-boot-starter-jackson@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-web@4.0.1 org.springframework.boot:spring-boot-starter-tomcat@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter-jackson@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter-jackson@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter-tomcat@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter-tomcat@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18

Dual license: EPL-1.0, LGPL-2.1

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-actuator@4.0.1, org.springframework.boot:spring-boot-starter-aop@4.0.0-M2 and others

Detailed paths

  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-actuator@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-aop@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-jpa@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-actuator@4.0.1 org.springframework.boot:spring-boot-starter-micrometer-metrics@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-jpa@4.0.1 org.springframework.boot:spring-boot-starter-jdbc@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter-jackson@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-web@4.0.1 org.springframework.boot:spring-boot-starter-jackson@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-web@4.0.1 org.springframework.boot:spring-boot-starter-tomcat@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter-jackson@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter-jackson@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-data-rest@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter-tomcat@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 org.springframework.boot:spring-boot-starter-hateoas@4.0.1 org.springframework.boot:spring-boot-starter-webmvc@4.0.1 org.springframework.boot:spring-boot-starter-tomcat@4.0.1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18

Dual license: EPL-1.0, LGPL-2.1

medium severity

Dual license: EPL-1.0, MPL-2.0

  • Module: com.h2database:h2
  • Introduced through: com.h2database:h2@2.4.240

Detailed paths

  • Introduced through: pacphi/track-shipments@pacphi/track-shipments#bd398ff3c71526ef8c525627c6ab43013c66b457 com.h2database:h2@2.4.240

Dual license: EPL-1.0, MPL-2.0