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]: Found vulnerabilities for org.json:json:20231013 even if it is ahead of versions in NVD-description #6969

Closed
AndreasIgelCC opened this issue Sep 17, 2024 · 2 comments
Labels
FP Report maven changes to the maven plugin unable to reproduce

Comments

@AndreasIgelCC
Copy link

Package URl

pkg:maven/org.json/json@20231013

CPE

cpe:2.3:a:json-java_project:json-java:*:*:*:*:*:*:*:* versions up to (including) 20230618

CVE

CVE-2023-5072

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

8.1.2

Description

It seems like that the version-borders of that NVD are not handled correctly in compare. The reason for that might be, that version is in that library a string generated by date and not the usual maven-version.

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.json</groupId>
   <artifactId>json</artifactId>
   <version>20231013</version>
</dependency>

Suppression rule:

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

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

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

aikebah commented Sep 18, 2024

ODC 8.1.2 is severely outdated and unmaintained, you should upgrade to latest 10.x.

Our FP workflow uses latest release version which connects to the NVD API and surfaces no FP.

@aikebah aikebah closed this as not planned Won't fix, can't repro, duplicate, stale Sep 18, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FP Report maven changes to the maven plugin unable to reproduce
Projects
None yet
Development

No branches or pull requests

2 participants