Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user’s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.

How to read the report | Suppressing false positives | Getting Help: github issues

 Sponsor

Project: javabean-tester

com.github.hazendaz:javabean-tester:2.10.0

Scan Information (show all):

Summary

Summary of Vulnerable Dependencies (click to show all)

DependencyVulnerability IDsPackageHighest SeverityCVE CountConfidenceEvidence Count
apiguardian-api-1.1.2.jarpkg:maven/org.apiguardian/apiguardian-api@1.1.2 040
byte-buddy-1.17.6.jarpkg:maven/net.bytebuddy/byte-buddy@1.17.6 029
equalsverifier-4.0.3.jarpkg:maven/nl.jqno.equalsverifier/equalsverifier@4.0.3 034
javassist-3.30.2-GA.jarpkg:maven/org.javassist/javassist@3.30.2-GA 059
junit-jupiter-5.13.2.jarpkg:maven/org.junit.jupiter/junit-jupiter@5.13.2 070
junit-jupiter-api-5.13.2.jarpkg:maven/org.junit.jupiter/junit-jupiter-api@5.13.2 076
junit-jupiter-engine-5.13.2.jarpkg:maven/org.junit.jupiter/junit-jupiter-engine@5.13.2 078
junit-jupiter-params-5.13.2.jarpkg:maven/org.junit.jupiter/junit-jupiter-params@5.13.2 076
junit-platform-engine-1.13.2.jarcpe:2.3:a:fan_platform_project:fan_platform:1.13.2:*:*:*:*:*:*:*pkg:maven/org.junit.platform/junit-platform-engine@1.13.2 0Low76
lombok-1.18.38.jar: mavenEcjBootstrapAgent.jar 07
lombok-1.18.38.jarpkg:maven/org.projectlombok/lombok@1.18.38 036
mockito-core-5.18.0.jarpkg:maven/org.mockito/mockito-core@5.18.0 041
mockito-junit-jupiter-5.18.0.jarpkg:maven/org.mockito/mockito-junit-jupiter@5.18.0 039
objenesis-3.4.jarpkg:maven/org.objenesis/objenesis@3.4 027
opentest4j-1.3.0.jarpkg:maven/org.opentest4j/opentest4j@1.3.0 060
slf4j-api-2.0.17.jarpkg:maven/org.slf4j/slf4j-api@2.0.17 029

Dependencies (vulnerable)

apiguardian-api-1.1.2.jar

Description:

@API Guardian

License:

The Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar
MD5: 8c7de3f82037fa4a2e8be2a2f13092af
SHA1: a231e0d844d2721b0fa1b238006d15c6ded6842a
SHA256:b509448ac506d607319f182537f0b35d71007582ec741832a1f111e5b5b70b38
Referenced In Project/Scope: javabean-tester:compile
apiguardian-api-1.1.2.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.junit.jupiter/junit-jupiter@5.13.2

Identifiers

byte-buddy-1.17.6.jar

Description:

        Byte Buddy is a Java library for creating Java classes at run time.
        This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
    

License:

https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\net\bytebuddy\byte-buddy\1.17.6\byte-buddy-1.17.6.jar
MD5: 8fc1457d342211ca6b76691d09fe982f
SHA1: 8c70cbc6950b2ae5291a98d5003e06406d633803
SHA256:d26382a839cb26d5c62a0b0f04715bcef55a531f96ac6ce40de452a1c0539e70
Referenced In Project/Scope: javabean-tester:compile
byte-buddy-1.17.6.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.hazendaz/javabean-tester@2.10.0

Identifiers

equalsverifier-4.0.3.jar

Description:

EqualsVerifier can be used in JUnit unit tests to verify whether the contract for the equals and hashCode methods is met.

License:

Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\nl\jqno\equalsverifier\equalsverifier\4.0.3\equalsverifier-4.0.3.jar
MD5: 73f8684469a7ef55943ea0928c6e6e8f
SHA1: d46e69227cb0fff6d949c5776047776699ce6f2f
SHA256:57be690138c0ea8d24444cbb052f5275fec0f6d924038689cdf39c5ee1846813
Referenced In Project/Scope: javabean-tester:compile
equalsverifier-4.0.3.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.hazendaz/javabean-tester@2.10.0

Identifiers

javassist-3.30.2-GA.jar

Description:

    Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
    simple. It is a class library for editing bytecodes in Java.
  

License:

MPL 1.1: https://www.mozilla.org/en-US/MPL/1.1/
LGPL 2.1: https://www.gnu.org/licenses/lgpl-2.1.html
Apache License 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: C:\Users\Jeremy\.m2\repository\org\javassist\javassist\3.30.2-GA\javassist-3.30.2-GA.jar
MD5: f5b827b8ddec0629cc7a6d7dafc45999
SHA1: 284580b5e42dfa1b8267058566435d9e93fae7f7
SHA256:eba37290994b5e4868f3af98ff113f6244a6b099385d9ad46881307d3cb01aaf
Referenced In Project/Scope: javabean-tester:compile
javassist-3.30.2-GA.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.hazendaz/javabean-tester@2.10.0

Identifiers

junit-jupiter-5.13.2.jar

Description:

Module "junit-jupiter" of JUnit 5.

License:

Eclipse Public License v2.0: https://www.eclipse.org/legal/epl-v20.html
File Path: C:\Users\Jeremy\.m2\repository\org\junit\jupiter\junit-jupiter\5.13.2\junit-jupiter-5.13.2.jar
MD5: d138e172084036829d54f16d194c3a47
SHA1: 7962380b91535d6ebdc3bbef30770ede9eea0c54
SHA256:d7c1448acf1251fb76c91551760e3d84b0e42ec95a8e5f56f50163e92c284282
Referenced In Project/Scope: javabean-tester:compile
junit-jupiter-5.13.2.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.hazendaz/javabean-tester@2.10.0

Identifiers

junit-jupiter-api-5.13.2.jar

Description:

Module "junit-jupiter-api" of JUnit 5.

License:

Eclipse Public License v2.0: https://www.eclipse.org/legal/epl-v20.html
File Path: C:\Users\Jeremy\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.13.2\junit-jupiter-api-5.13.2.jar
MD5: 8d42f6ce3c4bfbcd10749001ff568140
SHA1: a36d0f2a94ebf876f75d92f77b4f56ed6b609386
SHA256:b8be2faf8cd55b37063f7c57ca2bf4c0b5437706f838b2e4ff9d36f80da2ee93
Referenced In Project/Scope: javabean-tester:compile
junit-jupiter-api-5.13.2.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.junit.jupiter/junit-jupiter@5.13.2

Identifiers

junit-jupiter-engine-5.13.2.jar

Description:

Module "junit-jupiter-engine" of JUnit 5.

License:

Eclipse Public License v2.0: https://www.eclipse.org/legal/epl-v20.html
File Path: C:\Users\Jeremy\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.13.2\junit-jupiter-engine-5.13.2.jar
MD5: 00840a183dbeb7ca47f24cf104c034f7
SHA1: c804035ca0664623283afa3e988414b3dca08d6a
SHA256:4f923403fbc5322773233573ce9e85566870a0c85a8a06a8413e101dd044b16b
Referenced In Project/Scope: javabean-tester:runtime
junit-jupiter-engine-5.13.2.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.junit.jupiter/junit-jupiter@5.13.2

Identifiers

junit-jupiter-params-5.13.2.jar

Description:

Module "junit-jupiter-params" of JUnit 5.

License:

Eclipse Public License v2.0: https://www.eclipse.org/legal/epl-v20.html
File Path: C:\Users\Jeremy\.m2\repository\org\junit\jupiter\junit-jupiter-params\5.13.2\junit-jupiter-params-5.13.2.jar
MD5: 2ee8fb5b9694b51d04fcf857309b52ee
SHA1: 4aa4b2c6c033c8b27d7d70ab8dcfc83888497c2b
SHA256:78ba43b19211c73b81e0e61f5f7b1740cc311f3bf11e781c6364c765f074fbc7
Referenced In Project/Scope: javabean-tester:compile
junit-jupiter-params-5.13.2.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.junit.jupiter/junit-jupiter@5.13.2

Identifiers

junit-platform-engine-1.13.2.jar

Description:

Module "junit-platform-engine" of JUnit 5.

License:

Eclipse Public License v2.0: https://www.eclipse.org/legal/epl-v20.html
File Path: C:\Users\Jeremy\.m2\repository\org\junit\platform\junit-platform-engine\1.13.2\junit-platform-engine-1.13.2.jar
MD5: 3dd514ce17a0464b326bad8eb09397f7
SHA1: ed7187c2ee09d403218ba866f6805939f91bdc26
SHA256:a34d5c2f30c030cda538d53952fbd886d15b515ebeb23b3d155c185cfbafaf89
Referenced In Project/Scope: javabean-tester:runtime
junit-platform-engine-1.13.2.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.junit.jupiter/junit-jupiter@5.13.2

Identifiers

lombok-1.18.38.jar: mavenEcjBootstrapAgent.jar

File Path: C:\Users\Jeremy\.m2\repository\org\projectlombok\lombok\1.18.38\lombok-1.18.38.jar\lombok\launch\mavenEcjBootstrapAgent.jar
MD5: 885d5d6be90a5dcd4b82cdf741e3f31a
SHA1: e1f7f1779f40157fd0b984c1bc32a0cb45cae66e
SHA256:74a80a6ee84e5c6fe497dfcc46a46dbe30578525e747eb531e918ee0750c8da9
Referenced In Project/Scope: javabean-tester:provided

Identifiers

  • None

lombok-1.18.38.jar

Description:

Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!

License:

The MIT License: https://projectlombok.org/LICENSE
File Path: C:\Users\Jeremy\.m2\repository\org\projectlombok\lombok\1.18.38\lombok-1.18.38.jar
MD5: 789cacd8d3969e9d23e6e6baec747f70
SHA1: 57f8f5e02e92a30fd21b80cbd426a4172b5f8e29
SHA256:1e1e427c36ff63c44fd30ef292d9e773ea3154460ab6265d3fed7e6f5bc50fb9
Referenced In Project/Scope: javabean-tester:provided
lombok-1.18.38.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.hazendaz/javabean-tester@2.10.0

Identifiers

mockito-core-5.18.0.jar

Description:

Mockito mock objects library core API and implementation

License:

MIT: https://opensource.org/licenses/MIT
File Path: C:\Users\Jeremy\.m2\repository\org\mockito\mockito-core\5.18.0\mockito-core-5.18.0.jar
MD5: 5462320a813ec544afa04e268ce878a7
SHA1: ab47dbbf954ffa2501f29000600742098617272d
SHA256:a3d4e40f7fe66016fe42c00de4e343777d74132afc85018e0f03ac6334a60f29
Referenced In Project/Scope: javabean-tester:compile
mockito-core-5.18.0.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.mockito/mockito-junit-jupiter@5.18.0

Identifiers

mockito-junit-jupiter-5.18.0.jar

Description:

Mockito JUnit 5 support

License:

MIT: https://opensource.org/licenses/MIT
File Path: C:\Users\Jeremy\.m2\repository\org\mockito\mockito-junit-jupiter\5.18.0\mockito-junit-jupiter-5.18.0.jar
MD5: 35edbb141e1c8c9f0721c154f04d13f9
SHA1: 18a6cbc02f0a65c93e650df6911e4b7d7621071e
SHA256:08811d2085deef83eecbbbc67885d7a6f6cef99ba72668280170aac6a4acd265
Referenced In Project/Scope: javabean-tester:compile
mockito-junit-jupiter-5.18.0.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.hazendaz/javabean-tester@2.10.0

Identifiers

objenesis-3.4.jar

Description:

A library for instantiating Java objects

License:

http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\org\objenesis\objenesis\3.4\objenesis-3.4.jar
MD5: 51242320cb2bb25a3f36e2e21fa87de0
SHA1: 675cbe121a68019235d27f6c34b4f0ac30e07418
SHA256:95488102feaf2e2858adf6b299353677dac6c15294006f8ed1c5556f8e3cd251
Referenced In Project/Scope: javabean-tester:compile
objenesis-3.4.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/nl.jqno.equalsverifier/equalsverifier@4.0.3

Identifiers

opentest4j-1.3.0.jar

Description:

Open Test Alliance for the JVM

License:

The Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\org\opentest4j\opentest4j\1.3.0\opentest4j-1.3.0.jar
MD5: 03c404f727531f3fd3b4c73997899327
SHA1: 152ea56b3a72f655d4fd677fc0ef2596c3dd5e6e
SHA256:48e2df636cab6563ced64dcdff8abb2355627cb236ef0bf37598682ddf742f1b
Referenced In Project/Scope: javabean-tester:compile
opentest4j-1.3.0.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.junit.jupiter/junit-jupiter@5.13.2

Identifiers

slf4j-api-2.0.17.jar

Description:

The slf4j API

License:

https://opensource.org/license/mit
File Path: C:\Users\Jeremy\.m2\repository\org\slf4j\slf4j-api\2.0.17\slf4j-api-2.0.17.jar
MD5: b6480d114a23683498ac3f746f959d2f
SHA1: d9e58ac9c7779ba3bf8142aff6c830617a7fe60f
SHA256:7b751d952061954d5abfed7181c1f645d336091b679891591d63329c622eb832
Referenced In Project/Scope: javabean-tester:compile
slf4j-api-2.0.17.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.hazendaz/javabean-tester@2.10.0

Identifiers



This report contains data retrieved from the National Vulnerability Database.
This report may contain data retrieved from the CISA Known Exploited Vulnerability Catalog.
This report may contain data retrieved from the Github Advisory Database (via NPM Audit API).
This report may contain data retrieved from RetireJS.
This report may contain data retrieved from the Sonatype OSS Index.