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]: False positive on spring-cloud-kubernetes-fabric8-config #4152

Closed
danielmonteroc opened this issue Mar 2, 2022 · 1 comment · Fixed by #4159
Closed

[FP]: False positive on spring-cloud-kubernetes-fabric8-config #4152

danielmonteroc opened this issue Mar 2, 2022 · 1 comment · Fixed by #4159
Labels
FP Report maven changes to the maven plugin
Milestone

Comments

@danielmonteroc
Copy link

danielmonteroc commented Mar 2, 2022

Package URl

pkg:maven/org.springframework.cloud/spring-cloud-kubernetes-fabric8-config@2.1.1

CPE

cpe:2.3:a:vmware:spring_cloud_config:2.1.1:::::::*

CVE

CVE-2019-3799, CVE-2020-5405, CVE-2020-5410

ODC Integration

{"label"=>"Gradle Plugin"}

ODC Version

6.5.3

Description

Seems to be related with #3098

Although in this case its for:
org.springframework.cloud:spring-cloud-kubernetes-fabric8-config:2.1.1

So can either modify suppression regex line from ca7d635 to include both "config" and "autoconfig", or add another suppression for "config".

@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2022

Maven Coordinates

<dependency>
   <groupId>org.springframework.cloud</groupId>
   <artifactId>spring-cloud-kubernetes-fabric8-config</artifactId>
   <version>2.1.1</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #4152
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.springframework\.cloud/spring-cloud-kubernetes-fabric8-config@.*$</packageUrl>
   <cpe>cpe:/a:vmware:spring_cloud_config</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label Mar 2, 2022
jeremylong added a commit that referenced this issue Mar 4, 2022
@jeremylong jeremylong added this to the 7.0.1 milestone Mar 4, 2022
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

Successfully merging a pull request may close this issue.

2 participants