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

Accessors-smart is being reported against CVE-2023-1370 #141

Closed
Grimoren opened this issue Mar 30, 2023 · 10 comments
Closed

Accessors-smart is being reported against CVE-2023-1370 #141

Grimoren opened this issue Mar 30, 2023 · 10 comments

Comments

@Grimoren
Copy link
Contributor

It seems this CVE is being reported only against accessors-smart since the rest are updated with a new version. Is I possible to produce 2.4.10 version of this.
I am not sure why there is individual versions on the different subprojects. It seems a bit unnecessarily complicated. Should just use the same version of all the libraries in this repo.

Grimoren added a commit to Grimoren/json-smart-v2 that referenced this issue Mar 30, 2023
@UrielCh
Copy link
Contributor

UrielCh commented Mar 30, 2023

Accessors-smart itself is not concerned by CVE-2023-1370

I can bump the project version, but the code will remain the same.

@Grimoren
Copy link
Contributor Author

Grimoren commented Apr 3, 2023

Yes. that is true. It would nice to keep the versions consistent. I typically have my version variables associated to the GitHub repos and when they vary, it's a bit annoying to have to create a new variable. In this instant I have two variables:
netplexJsonSmartV2Version = "2.4.10" // https://github.com/netplex/json-smart-v2
netplexJsonSmartV2AccessorsVersion = "2.4.9" // https://github.com/netplex/json-smart-v2 - split version for accesors

@UrielCh
Copy link
Contributor

UrielCh commented May 3, 2023

jsonSmartV2Accessors contains the same code since V2.4.0 so just hard code jsonSmart Accessors version in your maven files.

I will try pu push a new copy tomorrow.

@miralexan
Copy link

Any movement on pushing a 2.4.10 accessors-smart version? Our tooling is also complaining about the mentioned CVE.

@UrielCh
Copy link
Contributor

UrielCh commented May 5, 2023

accessors-smart 2.4.10 is released, I let you close the issue.

@rachbowyer
Copy link

accessors-smart 2.4.10 does not seem to be on the Maven repos - see https://mvnrepository.com/artifact/net.minidev/accessors-smart
Would it be possible to do an official build of this jar?

@zdenda-online
Copy link

Exactly, I see version 2.4.10 in this repository but not in maven central (yet?). Is there any ETA please?

@dtrunk90
Copy link

That's because json-smart 2.4.10 still has accessors-smart 2.4.9 as dependency. There's no accessors-smart 2.4.10. Could you please update?

@UrielCh
Copy link
Contributor

UrielCh commented May 18, 2023

V 2.4.11 just released.
the release contains all 3 sub-projects with the last 2.4.11 version number.

no more reference to any 2.4.9 version.

@Grimoren
Copy link
Contributor Author

Confirmed 2.4.11 is released for both json-smart and smart-accessors and the cve is no longer reporting. Thanks for the update!

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

6 participants