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]: java-cfenv detected as Spring Framework #6415

Closed
mehradn7 opened this issue Jan 22, 2024 · 4 comments
Closed

[FP]: java-cfenv detected as Spring Framework #6415

mehradn7 opened this issue Jan 22, 2024 · 4 comments
Labels
FP Report maven changes to the maven plugin

Comments

@mehradn7
Copy link

Package URl

pkg:maven/io.pivotal.cfenv/java-cfenv@3.1.3

CPE

cpe:2.3:a:vmware:spring_framework:3.1.3:*:*:*:*:*:*:*

CVE

CVE-2022-22965

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

9.0.9

Description

Hello,
The following Maven packages
pkg:maven/io.pivotal.cfenv/java-cfenv@3.1.3
pkg:maven/io.pivotal.cfenv/java-cfenv-jdbc@3.1.3
pkg:maven/io.pivotal.cfenv/java-cfenv-boot@3.1.3

are wrongly assigned to CPE cpe:2.3:a:vmware:spring_framework:3.1.3:*:*:*:*:*:*:* probably because of some evidences related to Pivotal and Spring:
image

The 3rd listed package pkg:maven/io.pivotal.cfenv/java-cfenv-boot@3.1.3 is also wrongly assigned to CPE cpe:2.3:a:vmware:spring_boot:3.1.3:*:*:*:*:*:*:*

Thanks.

Regards,

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>io.pivotal.cfenv</groupId>
   <artifactId>java-cfenv</artifactId>
   <version>3.1.3</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6415
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/io\.pivotal\.cfenv/java-cfenv@.*$</packageUrl>
   <cpe>cpe:/a:vmware:spring_framework</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label Jan 22, 2024
@thibaut129
Copy link

Hi,
Can you provide in some update about this ticket ?
Thanks a lot

@aikebah
Copy link
Collaborator

aikebah commented Apr 28, 2024

approved

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

3 participants