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]: camel-reactive-executor-tomcat-4.0.1.jar causes false positives about Tomcat 4.x #6313

Closed
thomass4t opened this issue Dec 15, 2023 · 5 comments
Labels
FP Report maven changes to the maven plugin

Comments

@thomass4t
Copy link

thomass4t commented Dec 15, 2023

Package URl

pkg:maven/org.apache.camel/camel-reactive-executor-tomcat@4.0.1

CPE

cpe:2.3:a:apache_tomcat:apache_tomcat:4.0.1:::::::*

CVE

CVE-2002-2272, CVE-2020-8022, CVE-2002-1394, CVE-2009-3548, CVE-2013-2185 etc.

ODC Integration

{"label"=>"Ant Task"}

ODC Version

9.0.6

Description

Maybe the package name camel-reactive-executor-tomcat-4.0.1.jar triggers the old CVEs for Tomcat 4.x.

Copy link
Contributor

Error parsing package url: pkg:maven/org.apache.camel/camel-reactive-executor-tomcat@4.0.1, cpe:2.3:a:apache:camel:4.0.1:::::::, cpe:2.3:a:apache:tomcat:4.0.1:::::::, cpe:2.3:a:apache_tomcat:apache_tomcat:4.0.1:::::::*.

Error: Error: Invalid purl: version must be percent-encoded

Please correct the package URL - consider copying the package url from the HTML report.

Copy link
Contributor

Failed to automatically evaluate the false positive. See: https://github.com/jeremylong/DependencyCheck/actions/runs/7223164337

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-reactive-executor-tomcat</artifactId>
   <version>4.0.1</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6313
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.apache\.camel/camel-reactive-executor-tomcat@.*$</packageUrl>
   <cpe>cpe:/a:apache_tomcat:apache_tomcat</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label Dec 15, 2023
@aikebah
Copy link
Collaborator

aikebah commented Dec 21, 2023

approved

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue Dec 21, 2023
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