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]: spring-boot-starter-data-rest-3.4.1.jar (CVE-2021-22047 -> spring-data-rest:3.4.1) #7271

Closed
cor3000 opened this issue Dec 24, 2024 · 3 comments
Labels
FP Report maven changes to the maven plugin

Comments

@cor3000
Copy link

cor3000 commented Dec 24, 2024

Package URl

pkg:maven/org.springframework.boot/[email protected]

CPE

cpe:2.3:a:vmware:spring_data_rest:::::::: versions from (including) 3.4.0; versions up to (including) 3.4.13

CVE

CVE-2021-22047

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

11.1.1

Description

<suppress>
   <notes><![CDATA[
   file name: spring-boot-starter-data-rest-3.4.1.jar
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.springframework\.boot/spring-boot-starter-data-rest@.*$</packageUrl>
   <cve>CVE-2021-22047</cve>
</suppress>
Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-data-rest</artifactId>
   <version>3.4.1</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #7271
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.springframework\.boot/spring-boot-starter-data-rest@.*$</packageUrl>
   <cpe>cpe:/a:vmware:spring_data_rest</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label Dec 24, 2024
@chadlwilson
Copy link
Contributor

approved

Spring Boot Starters are versioned with Spring Boot, not with (in this case) Spring Data Rest itself, where the defect is.

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

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