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-2020-26939 for bcpg-fips #6854

Closed
mousumis opened this issue Jul 17, 2024 · 4 comments
Closed

[FP]: CVE-2020-26939 for bcpg-fips #6854

mousumis opened this issue Jul 17, 2024 · 4 comments
Labels
FP Report maven changes to the maven plugin

Comments

@mousumis
Copy link

mousumis commented Jul 17, 2024

Package URl

pkg:maven/org.bouncycastle/[email protected]

CPE

cpe:2.3:a:bouncycastle:bouncy_castle_for_java:1.0.7.1:*:*:*:*:*:*:*

CVE

CVE-2020-26939

ODC Integration

None

ODC Version

10.0.2

Description

CVE-2020-26939 is being flagged for bcpg-fips version 1.0.7.1 though documentation states that it is remediated in bc-fips v1.0.1.2. 1.0.7.1 is the latest bcpg-fips version which should correspond to a bc-fips version higher than 1.0.1.2 which has the fix.

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.bouncycastle</groupId>
   <artifactId>bcpg-fips</artifactId>
   <version>1.0.7.1</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6854
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.bouncycastle/bcpg-fips@.*$</packageUrl>
   <cpe>cpe:/a:bouncycastle:legion-of-the-bouncy-castle-fips-java-api</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label Jul 17, 2024
Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.bouncycastle</groupId>
   <artifactId>bcpg-fips</artifactId>
   <version>1.0.7.1</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6854
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.bouncycastle/bcpg-fips@.*$</packageUrl>
   <cpe>cpe:/a:bouncycastle:bouncy_castle_for_java</cpe>
</suppress>

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

@aikebah
Copy link
Collaborator

aikebah commented Aug 27, 2024

approved

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

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