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

Closed
nils-christian opened this issue May 21, 2024 · 3 comments
Closed

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

nils-christian opened this issue May 21, 2024 · 3 comments
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
@chadlwilson
Copy link
Contributor

Jib Build plan is versioned independently of the main jib project, so this is a legit FP.

Approved.

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue Dec 11, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FP Report maven changes to the maven plugin
Projects
None yet
Development

No branches or pull requests

2 participants