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

Vulnerabilities in the last version json-20240303.jar UNRESOLVED #922

Closed
peterpilgrim opened this issue Dec 17, 2024 · 3 comments
Closed

Comments

@peterpilgrim
Copy link

Hello there.

Perhaps, someone already reported this since March 2024
Are you aware thatNIST NVD is reporting vulnerabilities in the last release version of JSON ?

Namely, most are suppressing JSON JAR

<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
  <suppress until="2025-03-23">
  
   <! --... -->

    <cve>CVE-2022-45688</cve>  <!-- json-20240303.jar  UNRESOLVED -->
    <cve>CVE-2023-5072</cve>   <!-- json-20240303.jar  UNRESOLVED -->

   <! --... -->
  </suppress>
</suppressions>
@peterpilgrim peterpilgrim changed the title Vulnerabilities in the last version json-20240303.jar UN Vulnerabilities in the last version json-20240303.jar UNRESOLVED Dec 17, 2024
@johnjaylward
Copy link
Contributor

both of those CVE have been fixed (#720 and #772). Both fixes are merged and in the latest release. Seems like whatever tool you are using is flagging the library incorrectly

@johnjaylward
Copy link
Contributor

to be 100% clear, NVD is reporting these as fixed:

@stleary
Copy link
Owner

stleary commented Jan 5, 2025

Closing due to all known vulnerabilities addressed as of v20241224

@stleary stleary closed this as completed Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants