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]: CVE-2022-3171 on protobuf-java 3.25.3 #6711

Closed
gargshubham49 opened this issue Jun 5, 2024 · 3 comments
Closed

[FP]: CVE-2022-3171 on protobuf-java 3.25.3 #6711

gargshubham49 opened this issue Jun 5, 2024 · 3 comments
Labels
FP Report maven changes to the maven plugin

Comments

@gargshubham49
Copy link

Package URl

pkg:maven/com.google.http-client/google-http-client-protobuf@1.44.1

CPE

cpe:2.3:a:google:protobuf-java:1.44.1:*:*:*:*:*:*:*

CVE

CVE-2022-3171

ODC Integration

{"label"=>"Gradle Plugin"}

ODC Version

9.2.0

Description

We are using GCP dependencies with version 5.4.1
We got the HIGH severity vulnerability in the library google-http-client-protobuf-1.44.1.jar
We checked OSSINDEX and there is no vulnerability in the above library https://central.sonatype.com/artifact/com.google.http-client/google-http-client-protobuf/1.44.1/versions

CPE is coming from protobuf-java:1.44.1 but in dependency tree 3.25.3 is there.

image
Copy link
Contributor

github-actions bot commented Jun 5, 2024

Maven Coordinates

<dependency>
   <groupId>com.google.http-client</groupId>
   <artifactId>google-http-client-protobuf</artifactId>
   <version>1.44.1</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6711
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/com\.google\.http-client/google-http-client-protobuf@.*$</packageUrl>
   <cpe>cpe:/a:google:protobuf-java</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label Jun 5, 2024
@aikebah
Copy link
Collaborator

aikebah commented Jun 7, 2024

approved

Copy link
Contributor

github-actions bot commented Jun 7, 2024

Suppress rule has been added to the generatedSuppressions branch.

@github-actions github-actions bot closed this as completed Jun 7, 2024
github-actions bot added a commit that referenced this issue Jun 7, 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