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]: org.apache.ftpserver is matched with apache_http_server #7026

Closed
davidweisgerber opened this issue Oct 10, 2024 · 5 comments
Closed

[FP]: org.apache.ftpserver is matched with apache_http_server #7026

davidweisgerber opened this issue Oct 10, 2024 · 5 comments
Labels
FP Report maven changes to the maven plugin

Comments

@davidweisgerber
Copy link

Package URl

pkg:maven/org.apache.ftpserver/[email protected]

CPE

cpe:2.3:a:apache:apache_http_server:1.2.0:::::::* (Confidence:Low)

CVE

CVE-2010-1151

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

10.0.4

Description

pkg:maven/org.apache.ftpserver/[email protected] (Confidence:High)
and
pkg:maven/org.apache.ftpserver/[email protected] (Confidence:High)
are matched with
cpe:2.3:a:apache:apache_http_server:1.2.0:::::::* (Confidence:Low)

which I think is quite absurd ;-)

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftplet-api</artifactId>
   <version>1.2.0</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #7026
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.apache\.ftpserver/ftplet-api@.*$</packageUrl>
   <cpe>cpe:/a:apache:apache_http_server</cpe>
</suppress>

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

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

aikebah commented Oct 12, 2024

approved

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue Oct 12, 2024
@aikebah
Copy link
Collaborator

aikebah commented Oct 12, 2024

@davidweisgerber It's not at all absurd if you consider How dependencycheck works in allocating CPEs to libraries.

@davidweisgerber
Copy link
Author

davidweisgerber commented Oct 14, 2024

@aikebah Sorry, did not want to bother you. Thanks for your great work 👍

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