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

Update dependency org.json:json to v20231013 [SECURITY] #33

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.json:json 20230618 -> 20231013 age adoption passing confidence

Denial of Service in JSON-Java

CVE-2023-5072 / GHSA-rm7j-f5g5-27vv

More information

Details

Denial of Service in JSON-Java versions prior to 20230618.  A bug in the parser means that an input string of modest size can lead to indefinite amounts of memory being used. 

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Release Notes

douglascrockford/JSON-java (org.json:json)

v20231013

Compare Source

Pull Request Description
#​793 Reverted #​761
#​792 update the docs for release 2023101
#​783 optLong vs getLong inconsistencies
#​782 Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows
#​779 add validity check for JSONObject constructors
#​778 Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows
#​776 Update [JUnit to version 4.13.2
#​774 Removing unneeded synchronization
#​773 Add optJSONArray method to JSONObject with a default value
#​772 Disallow nested objects and arrays as keys in objects
#​779 Unit test cleanup
#​769 Addressed Java 17 compile warnings
#​764 Update CodeQL action version
#​761 Add module-info
#​759 JSON parsing should detect embedded 
#​753 Updated new object methods
#​752 Fixes possible unit test bug when compiling/testing on Windows

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - "before 4am" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Oct 15, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (67b1a9a) 24.00% compared to head (8921038) 24.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #33   +/-   ##
=========================================
  Coverage     24.00%   24.00%           
  Complexity      174      174           
=========================================
  Files            36       36           
  Lines           800      800           
  Branches         55       55           
=========================================
  Hits            192      192           
  Misses          607      607           
  Partials          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update dependency org.json:json to v20231013 [SECURITY] Update dependency org.json:json to v20231013 [SECURITY] - autoclosed Oct 15, 2023
@renovate renovate bot closed this Oct 15, 2023
@renovate renovate bot deleted the renovate/maven-org.json-json-vulnerability branch October 15, 2023 15:59
@renovate renovate bot changed the title Update dependency org.json:json to v20231013 [SECURITY] - autoclosed Update dependency org.json:json to v20231013 [SECURITY] Oct 16, 2023
@renovate renovate bot reopened this Oct 16, 2023
@renovate renovate bot restored the renovate/maven-org.json-json-vulnerability branch October 16, 2023 00:43
@renovate renovate bot force-pushed the renovate/maven-org.json-json-vulnerability branch from a71fc18 to 0013a93 Compare October 16, 2023 00:43
@renovate renovate bot changed the title Update dependency org.json:json to v20231013 [SECURITY] Update dependency org.json:json to v20231013 [SECURITY] - autoclosed Oct 16, 2023
@renovate renovate bot closed this Oct 16, 2023
@renovate renovate bot deleted the renovate/maven-org.json-json-vulnerability branch October 16, 2023 03:07
@renovate renovate bot changed the title Update dependency org.json:json to v20231013 [SECURITY] - autoclosed Update dependency org.json:json to v20231013 [SECURITY] Oct 16, 2023
@renovate renovate bot reopened this Oct 16, 2023
@renovate renovate bot restored the renovate/maven-org.json-json-vulnerability branch October 16, 2023 06:51
@renovate renovate bot force-pushed the renovate/maven-org.json-json-vulnerability branch from 0013a93 to 2ebdf4e Compare October 16, 2023 06:51
@renovate renovate bot changed the title Update dependency org.json:json to v20231013 [SECURITY] Update dependency org.json:json to v20231013 [SECURITY] - autoclosed Oct 16, 2023
@renovate renovate bot closed this Oct 16, 2023
@renovate renovate bot deleted the renovate/maven-org.json-json-vulnerability branch October 16, 2023 09:28
@renovate renovate bot changed the title Update dependency org.json:json to v20231013 [SECURITY] - autoclosed Update dependency org.json:json to v20231013 [SECURITY] Oct 16, 2023
@renovate renovate bot reopened this Oct 16, 2023
@renovate renovate bot restored the renovate/maven-org.json-json-vulnerability branch October 16, 2023 21:09
@renovate renovate bot force-pushed the renovate/maven-org.json-json-vulnerability branch from 2ebdf4e to 771743a Compare October 16, 2023 21:09
@renovate renovate bot changed the title Update dependency org.json:json to v20231013 [SECURITY] Update dependency org.json:json to v20231013 [SECURITY] - autoclosed Oct 17, 2023
@renovate renovate bot closed this Oct 17, 2023
@renovate renovate bot deleted the renovate/maven-org.json-json-vulnerability branch October 17, 2023 01:44
@renovate renovate bot changed the title Update dependency org.json:json to v20231013 [SECURITY] - autoclosed Update dependency org.json:json to v20231013 [SECURITY] Oct 17, 2023
@renovate renovate bot reopened this Oct 17, 2023
@renovate renovate bot restored the renovate/maven-org.json-json-vulnerability branch October 17, 2023 13:05
@renovate renovate bot force-pushed the renovate/maven-org.json-json-vulnerability branch from 771743a to 8921038 Compare October 17, 2023 13:05
@DavidGregory084 DavidGregory084 merged commit 02285a5 into main Oct 17, 2023
@renovate renovate bot deleted the renovate/maven-org.json-json-vulnerability branch October 17, 2023 13:12
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