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-2024-23741 on org.hsqldb:hsqldb #6460

Closed
hen-corix opened this issue Feb 9, 2024 · 6 comments
Closed
Labels
FP Report maven changes to the maven plugin

Comments

@hen-corix
Copy link

hen-corix commented Feb 9, 2024

Package URl

pkg:maven/org.hsqldb/hsqldb@2.7.1

CPE

cpe:2.3:a:hyper:hyper:2.7.1:*:*:*:*:*:*:*

CVE

CVE-2024-23741

ODC Integration

{"label"=>"Ant Task"}

ODC Version

9.0.9

Description

The following vulnerability IDs are attached to the false positive artifact:

cpe:2.3:a:hsqldb:hypersql_database:2.7.1:*:*:*:*:*:*:*
cpe:2.3:a:hyper:hyper:2.7.1:*:*:*:*:*:*:*
cpe:2.3:a:www-sql_project:www-sql:2.7.1:*:*:*:*:*:*:*

Copy link
Contributor

github-actions bot commented Feb 9, 2024

Maven Coordinates

<dependency>
   <groupId>org.hsqldb</groupId>
   <artifactId>hsqldb</artifactId>
   <version>2.7.1</version>
</dependency>

Suppression rule:

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

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

@github-actions github-actions bot added the maven changes to the maven plugin label Feb 9, 2024
@hen-corix hen-corix changed the title [FP]: [FP]: Wrongly reporting vulnerability CVE-2024-23741 on org.hsqldb:hsqldb Feb 9, 2024
Copy link
Contributor

github-actions bot commented Feb 9, 2024

Maven Coordinates

<dependency>
   <groupId>org.hsqldb</groupId>
   <artifactId>hsqldb</artifactId>
   <version>2.7.1</version>
</dependency>

Suppression rule:

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

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

@aikebah
Copy link
Collaborator

aikebah commented Feb 10, 2024

@hen-corix the idea for the CPE field of the FP report is to put the wrongly identified CPE in there (it is used for the automatically generated suppression rule)

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.hsqldb</groupId>
   <artifactId>hsqldb</artifactId>
   <version>2.7.1</version>
</dependency>

Suppression rule:

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

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

@aikebah
Copy link
Collaborator

aikebah commented Feb 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 Feb 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