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-2023-34478 on shiro-core-2.0.0 (and 5 more including shiro-web too) probably due to alpha version #6507

Closed
giacgbj opened this issue Mar 6, 2024 · 3 comments
Assignees
Labels
FP Report maven changes to the maven plugin

Comments

@giacgbj
Copy link

giacgbj commented Mar 6, 2024

Package URl

pkg:maven/org.apache.shiro/shiro-core@2.0.0

CPE

cpe:2.3:a:apache:shiro:2.0.0:::::::*

CVE

CVE-2023-34478

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

9.0.9

Description

The issue is only up to the 2.0.0-alpha2 version. It seems ODC can't handle that CPE.

There are two other FP on this library (CVE-2023-46749 and CVE-2023-46750) and three on shiro-web-2.0.0 (CVE-2023-34478, CVE-2023-46749 and CVE-2023-46750).

Should I open an issue for each one?

Copy link
Contributor

github-actions bot commented Mar 6, 2024

Maven Coordinates

<dependency>
   <groupId>org.apache.shiro</groupId>
   <artifactId>shiro-core</artifactId>
   <version>2.0.0</version>
</dependency>

Suppression rule:

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

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

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

aikebah commented Apr 28, 2024

@giacgbj No need to open other FP reports. The root of the issue is indeed with the lack of support for the update component of CPE

aikebah added a commit that referenced this issue Apr 28, 2024
@aikebah aikebah self-assigned this Apr 28, 2024
@aikebah
Copy link
Collaborator

aikebah commented Apr 28, 2024

Suppression should now be active

@aikebah aikebah closed this as completed Apr 28, 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