-
-
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
when we release new version to fix CVE-2021-27568 #62
Comments
Hi, we would also greatly benefit from getting this fix (#61) in a new release. Please let us know if this will happen at some point. |
Hi, can you share with us a rough estimation for the release date of a version which includes this fix? Thanks a lot! |
Up to 36 hours? |
@UrielCh Would it be possible to downgrade Java 11 to Java 8 for this release, so those of us still on Java 8 have a fix for this CVE? |
So you suggest me to release Json-smart with a JDK 8. |
thx for your comment, I will check that in a few hours. |
The release is done (synchronization use to take hours). and then... I will uninstall java for a couple of years... |
I can't find any new release in maven central yet https://repo1.maven.org/maven2/net/minidev/json-smart/ 🙁 |
I made the release from https://oss.sonatype.org/ I do not know how long it should take. |
I'm releasing it again. with the following steps:
it's look like I have no more access to my own net.minidev ... Any hints ? |
Looks like it's complaining that you're trying to push 2.3 and it won't allow you to as it's already released. You'd need to bump the version in the build by the looks of it Specifically json-smart-action/pom.xml line 6 is saying the parent is 2.3 and iirc maven will then make the current inherit that version. This could be a problem somewhere else too but I'm not sure |
Let me bump... everything... |
just release: json-smart-action 2.4.1 but I do not think it works. |
Something's there :) https://repo1.maven.org/maven2/net/minidev/json-smart/2.4.1/ |
nice. If you have some change to ask, do it now. or switch to Typescript as I did :) |
CVE-2021-27568 is now fully fixed in
|
@UrielCh is it possible to get patch for version 2.3 for this fix? There seem to be many other libraries using this project and especially spring-boot won't introduce new major or minor versions of dependencies for maintenance branches. |
Wait and see your fork / PR |
@UrielCh I think you need to create a new branch in the upstream repo based on v2.3 otherwise I cannot create a PR for this branch. |
choose your commit id I will give you a new branch. there is no breaking change between 2.3, 2.4 and 2.5, so branching a 2.3.X from the master is not a big deal. |
Everything is now available on maven repo. |
I can't find the version 2.3.1 neither on mvnrepository.com nor on oss.sonatype.org 🤔 |
V 2.3.1 had been published today. |
Thanks, found it on oss.sonatype.org now. Automated mirroring process to Maven Central shouldn't take that long I guess. Thank you. |
hi, when we release new version to fix CVE-2021-27568. Now, the latest version is 2.3 in maven repository.
About CVE-2021-27568 :An issue was discovered in netplex json-smart-v1 through 2015-10-23 and json-smart-v2 through 2.4. An exception is thrown from a function, but it is not caught, as demonstrated by NumberFormatException. When it is not caught, it may cause programs using the library to crash or expose sensitive information.
The text was updated successfully, but these errors were encountered: