jeremylong / DependencyCheck

OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.
https://owasp.org/www-project-dependency-check/
Apache License 2.0
5.93k stars 1.21k forks source link

[FP]: CVE-2023-5763 Eclipse Expressly #6626

Closed viktorgunnarson closed 3 weeks ago

viktorgunnarson commented 3 weeks ago

Package URl

pkg:maven/org.glassfish.expressly/expressly@5.0.0

CPE

cpe:2.3:a:eclipse:glassfish:5.0.0:::::::*

CVE

CVE-2023-5763

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

9.1.0

Description

The CVE is regarding Glassfish server, not Eclipse Expressly.

github-actions[bot] commented 3 weeks ago

Maven Coordinates

<dependency>
   <groupId>org.glassfish.expressly</groupId>
   <artifactId>expressly</artifactId>
   <version>5.0.0</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6626
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.glassfish\.expressly/expressly@.*$</packageUrl>
   <cpe>cpe:/a:eclipse:glassfish</cpe>
</suppress>

Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/8815841519

aikebah commented 3 weeks ago

approved

github-actions[bot] commented 3 weeks ago

Suppress rule has been added to the generatedSuppressions branch.