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]: org.eclipse.microprofile.config.microprofile-config-api for CVE-2022-45129 #6885

Open
edward9944 opened this issue Aug 8, 2024 · 5 comments
Labels
FP Report maven changes to the maven plugin unreproducible

Comments

@edward9944
Copy link

edward9944 commented Aug 8, 2024

Package URl

pkg:maven/org.eclipse.microprofile.config/[email protected]

CPE

cpe:2.3:a:payara:payara:3.0.3:::::::*

CVE

CVE-2022-45129

ODC Integration

None

ODC Version

10.0.3

Description

Actual vulnerable component is payara-api before 5.2022.3 but no where it is related to the reported 3PP org.eclipse.microprofile.config.microprofile-config-api-3.0.3.jar

Note : Package URL was missing in the OWASP scan result, since it is mandatory to provide a package URL to create a issue in GitHub so we provided it manualy.

Copy link
Contributor

github-actions bot commented Aug 8, 2024

Failed to automatically evaluate the false positive. See: https://github.com/jeremylong/DependencyCheck/actions/runs/10299839100

Copy link
Contributor

github-actions bot commented Aug 8, 2024

Maven Coordinates

<dependency>
   <groupId>org.eclipse.microprofile.config</groupId>
   <artifactId>microprofile-config-api</artifactId>
   <version>3.0.3</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6885
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.eclipse\.microprofile\.config/microprofile-config-api@.*$</packageUrl>
   <cpe>cpe:/a:payara:payara</cpe>
</suppress>

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

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

aikebah commented Aug 8, 2024

With the library as obtained from Maven Central the FP is no longer happening, so likely your library has a hash-mismatch with the build in maven central so it can only do fuzzy text-matching in the CLI to try and establish information on what the artifact is.

@edward9944
Copy link
Author

I have crosschecked the MD5 value between maven certral repository and our own repository and it looks same.

@aikebah
Copy link
Collaborator

aikebah commented Aug 24, 2024

Do you run the CLI with CentralAnalyzer disabled?

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 unreproducible
Projects
None yet
Development

No branches or pull requests

2 participants