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-25914 for jib-build-plan #6679

Open
nils-christian opened this issue May 21, 2024 · 1 comment
Open

[FP]: CVE-2022-25914 for jib-build-plan #6679

nils-christian opened this issue May 21, 2024 · 1 comment
Labels
FP Report maven changes to the maven plugin

Comments

@nils-christian
Copy link

Package URl

pkg:maven/com.google.cloud.tools/[email protected]

CPE

cpe:2.3:a:jib_project:jib:0.4.0:::::::*

CVE

CVE-2022-25914

ODC Integration

None

ODC Version

9.0.5

Description

According to the CVE the vulnerability is in "com.google.cloud.tools:jib-core before 0.22.0". However, the matched maven package is jib-build-plan in version 0.4.0 (which is already the newest).

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>com.google.cloud.tools</groupId>
   <artifactId>jib-build-plan</artifactId>
   <version>0.4.0</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6679
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/com\.google\.cloud\.tools/jib-build-plan@.*$</packageUrl>
   <cpe>cpe:/a:jib_project:jib</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label May 21, 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

1 participant