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]: Wrongly reporting vulnerability CVE-2007-1652 on org/eclipse/jetty/jetty-openid #6829

Closed
prabutdr opened this issue Jul 10, 2024 · 3 comments
Labels
FP Report maven changes to the maven plugin

Comments

@prabutdr
Copy link

Package URl

pkg:maven/org.eclipse.jetty/[email protected]

CPE

cpe:2.3:a:openid:openid::::::::

CVE

CVE-2007-1652

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

10.0.0

Description

This CVE-2007-1652 impacts only on "openid.net" packages as per https://www.cve.org/CVERecord?id=CVE-2007-1652 and cpe provided. But tool is reporting CVE-2007-1652 on "org/eclipse/jetty/jetty-openid" jars as well which is wrong.

From Dependency Check tool team, we need confirmation on these false positives. Could you please validate and confirm?

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.eclipse.jetty</groupId>
   <artifactId>jetty-openid</artifactId>
   <version>9.4.54.v20240208</version>
</dependency>

Suppression rule:

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

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

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

aikebah commented Jul 10, 2024

approved

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue Jul 10, 2024
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