-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Possible fix for Exception handling #61
Conversation
Note that this potential fix is tied to CVE-2021-27568, categorized as base score 9.1 (critical). |
Can this be merged? |
Please let us know ,when will be the next version available with the fix |
Probably would be a good idea to also modify: https://github.com/netplex/json-smart-v2/blob/master/json-smart/src/test/java/net/minidev/json/test/TestFloat.java to expose the problem and then prove that the fix has desired effect. |
@UrielCh - do you know if there any plans to release new version of the library? (2.3 was released back in 2017) |
soo, I finally need to release. let's setup java 😅 |
can you give me some value that failed ? |
"-." |
JUnit test are missing, let add somes |
Possible fix for #60