DependencyCheck icon indicating copy to clipboard operation
DependencyCheck copied to clipboard

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

Open edward9944 opened this issue 1 year ago • 5 comments

Package URl

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

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

edward9944 avatar May 16 '24 11:05 edward9944

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.

github-actions[bot] avatar May 16 '24 11:05 github-actions[bot]

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

github-actions[bot] avatar May 16 '24 11:05 github-actions[bot]

Updated the package information pkg:maven/org.keycloak/[email protected]

edward9944 avatar May 16 '24 11:05 edward9944

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[bot] avatar May 16 '24 11:05 github-actions[bot]

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.

aikebah avatar May 17 '24 17:05 aikebah