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]: Keycloak-services for CVE-2021-3513 #6671

Open
edward9944 opened this issue May 16, 2024 · 5 comments
Open

[FP]: Keycloak-services for CVE-2021-3513 #6671

edward9944 opened this issue May 16, 2024 · 5 comments
Labels
FP Report maven changes to the maven plugin won't fix

Comments

@edward9944
Copy link

edward9944 commented May 16, 2024

Package URl

pkg:maven/org.keycloak/keycloak-common@6.0.1

CPE

cpe:2.3:a:keycloak:keycloak:6.0.1:::::::, cpe:2.3:a:redhat:keycloak:6.0.1:::::::

CVE

CVE-2021-3513

ODC Integration

None

ODC Version

9.1.0

Description

Actual vulnerable component is keycloak-services-6.0.1.jar

Copy link
Contributor

Error parsing package url: keycloak-6.0.1.zip: keycloak-common-6.0.1.jar.

Error: Error: purl is missing the required "pkg" scheme component.

Please correct the package URL - consider copying the package url from the HTML report.

Copy link
Contributor

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

@edward9944
Copy link
Author

Updated the package information
pkg:maven/org.keycloak/keycloak-common@6.0.1

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.keycloak</groupId>
   <artifactId>keycloak-common</artifactId>
   <version>6.0.1</version>
</dependency>

Suppression rule:

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

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

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

aikebah commented May 17, 2024

similar to #6672 it is a sublibrary of the keycloak project and therefor linked by us to any vulnerability listed in NVD against the CPE.

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 won't fix
Projects
None yet
Development

No branches or pull requests

2 participants