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]: False positive for lucene-codecs on CVE-2024-45772 #7048

Closed
jubui opened this issue Oct 15, 2024 · 2 comments
Closed

[FP]: False positive for lucene-codecs on CVE-2024-45772 #7048

jubui opened this issue Oct 15, 2024 · 2 comments
Labels
FP Report maven changes to the maven plugin won't fix

Comments

@jubui
Copy link

jubui commented Oct 15, 2024

Package URl

pkg:maven/org.apache.lucene/[email protected]

CPE

cpe:2.3:a:apache:lucene:9.10.0: *:*:*:*:*:*:*

CVE

CVE-2024-45772

ODC Integration

None

ODC Version

10.0.3

Description

This applies to all lucene-codec versions, because the reported CVE is against lucene-replicator

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.apache.lucene</groupId>
   <artifactId>lucene-codecs</artifactId>
   <version>9.10.0</version>
</dependency>

Suppression rule:

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

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

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

aikebah commented Oct 16, 2024

See #7049 (comment)

@aikebah aikebah closed this as not planned Won't fix, can't repro, duplicate, stale Oct 20, 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 won't fix
Projects
None yet
Development

No branches or pull requests

2 participants