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]: False positive with jmdns for CVE-2024-42469 #6967

Closed
JoeNuttall opened this issue Sep 16, 2024 · 3 comments
Closed

[FP]: False positive with jmdns for CVE-2024-42469 #6967

JoeNuttall opened this issue Sep 16, 2024 · 3 comments
Labels
FP Report maven changes to the maven plugin

Comments

@JoeNuttall
Copy link

Package URl

pkg:maven/org.jmdns/jmdns@3.5.9

CPE

cpe:2.3:a:openhab:openhab:3.5.9:::::::*

CVE

CVE-2024-42470

ODC Integration

None

ODC Version

7.4.4

Description

Started giving false positives Friday 13th for this library on this and also CVE-2024-42469

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.jmdns</groupId>
   <artifactId>jmdns</artifactId>
   <version>3.5.9</version>
</dependency>

Suppression rule:

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

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

@github-actions github-actions bot added the maven changes to the maven plugin label Sep 16, 2024
@aikebah
Copy link
Collaborator

aikebah commented Sep 18, 2024

approved

You should update your DependencyCheck version. Version 7.x is outdated and unmaintained. 10.x is the only version we use to judge FPs and maintain. Nevertheless the FP you raised is still a valid FP finding for that version. Thanks for reporting it.

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

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