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]: #6595

Closed
Nitish1210 opened this issue Apr 17, 2024 · 3 comments
Closed

[FP]: #6595

Nitish1210 opened this issue Apr 17, 2024 · 3 comments
Labels
FP Report maven changes to the maven plugin

Comments

@Nitish1210
Copy link

Package URl

pkg:maven/io.opentelemetry.contrib/opentelemetry-prometheus-client-bridge@1.35.0-alpha

CPE

cpe:2.3:a:prometheus:prometheus:::::::: versions up to (excluding) 2.7.1

CVE

CVE-2019-3826

ODC Integration

{"label"=>"Gradle Plugin"}

ODC Version

9.0.3

Description

It is a false positive as it checks every package with word "prometheus" and its version to verify the eligibility for CVE-2019-3826 which shouldn't be the case.

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>io.opentelemetry.contrib</groupId>
   <artifactId>opentelemetry-prometheus-client-bridge</artifactId>
   <version>1.35.0-alpha</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6595
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/io\.opentelemetry\.contrib/opentelemetry-prometheus-client-bridge@.*$</packageUrl>
   <cpe>cpe:/a:prometheus:prometheus</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label Apr 17, 2024
@jeremylong
Copy link
Owner

approved

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue Apr 17, 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