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]: glassfish project implementations (JAXB etc) mistaken for glassfish server #7015

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

Comments

@chadlwilson
Copy link
Contributor

Package URl

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

CPE

cpe:2.3:a:eclipse:glassfish:4.0.5:*:*:*:*:*:*:*

CVE

CVE-2024-9329

ODC Integration

{"label"=>"Gradle Plugin"}

ODC Version

10.0.4

Description

https://nvd.nist.gov/vuln/detail/CVE-2024-9329 has been reported on Glassfish server however is being reported on all manner of projects maintained separately under org.glassfish.x groups in Maven Central.

I'll attempt to submit a custom generatedSuppression to turn #6626 into something more generic. (this CVE had a lower bound affected version so didn't lead to too many false positives)

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Maven Coordinates

<dependency>
   <groupId>org.glassfish.jaxb</groupId>
   <artifactId>jaxb-core</artifactId>
   <version>4.0.5</version>
</dependency>

Suppression rule:

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

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

@github-actions github-actions bot added the maven changes to the maven plugin label Oct 8, 2024
@chadlwilson chadlwilson changed the title [FP]: glasshfish project implementations (JAXB etc) mistaken for glassfish server [FP]: glassfish project implementations (JAXB etc) mistaken for glassfish server Oct 8, 2024
Copy link
Contributor

github-actions bot commented Oct 8, 2024

Maven Coordinates

<dependency>
   <groupId>org.glassfish.jaxb</groupId>
   <artifactId>jaxb-core</artifactId>
   <version>4.0.5</version>
</dependency>

Suppression rule:

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

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

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

2 participants