Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FP]: osgi-resource-locator detected as eclipse glassfish #7022

Closed
davidmstirn opened this issue Oct 8, 2024 · 2 comments
Closed

[FP]: osgi-resource-locator detected as eclipse glassfish #7022

davidmstirn opened this issue Oct 8, 2024 · 2 comments
Labels
FP Report maven changes to the maven plugin

Comments

@davidmstirn
Copy link

Package URl

pkg:maven/org.glassfish.hk2/[email protected]

CPE

cpe:2.3:a:eclipse:glassfish:1.0.3:*:*:*:*:*:*:*

CVE

CVE-2024-9329

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

10.0.1

Description

Another dependency under the glassfish org is being detected as eclipse glassfish, which recently had a published CVE released.

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Maven Coordinates

<dependency>
   <groupId>org.glassfish.hk2</groupId>
   <artifactId>osgi-resource-locator</artifactId>
   <version>1.0.3</version>
</dependency>

Suppression rule:

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

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

@github-actions github-actions bot added the maven changes to the maven plugin label Oct 8, 2024
@chadlwilson
Copy link
Contributor

Dupe of #7015, already fixed in #7016 but needs another "automated" FP report to be merged before it gets published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FP Report maven changes to the maven plugin
Projects
None yet
Development

No branches or pull requests

3 participants