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

upgrade dependencies #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gueuselambix
Copy link

Dependencies upgraded to latest versions.

  • junit 3.8.1 -> 4.13.2
  • nimbus-jose-jwt 8.19 -> 9.13
  • guava 18.0 -> 31.1-jre

Our CVE scanner was complaining of:

CVE-2022-25647 (HIGH) for com.google.code.gson:gson com.google.code.gson-gson: Deserialization of Untrusted Data in com.google.code.gson-gson: (https://avd.aquasec.com/nvd/cve-2022-25647)
The package com.google.code.gson:gson before 2.8.9 are vulnerable to Deserialization of Untrusted Data via the writeReplace() method in internal classes, which may lead to DoS attacks.


CVE-2021-31684 (HIGH) for net.minidev:json-smart json-smart: Denial of Service in JSONParserByteArray function: (https://avd.aquasec.com/nvd/cve-2021-31684)
A vulnerability was discovered in the indexOf function of JSONParserByteArray in JSON Smart versions 1.3 and 2.4 which causes a denial of service (DOS) via a crafted web request.

 - junit 3.8.1 -> 4.13.2
 - nimbus-jose-jwt 8.19 -> 9.13
 - guava 18.0 -> 31.1-jre
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

Successfully merging this pull request may close these issues.

1 participant