packages
packages copied to clipboard
[in_app_pur]: Bump org.json:json from 20220924 to 20230227 in /packages/in_app_purchase/in_app_purchase_android/android
Bumps org.json:json from 20220924 to 20230227.
Release notes
Sourced from org.json:json's releases.
20230227
Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML nesting depth for CVE-2022-45688 #711 Revert pull 707 - interviewbit spam #704 Move javadoc comments above the interface definition to make it visible #703 Update Releases.md for JSONObject(Map): Throws NPE if key is null #696 Update JSONPointerTest for NonDex compatibility #694 Pretty print XML #692 Example.md syntax highlight and indentation #691 Create unit tests for various number formats
Changelog
Sourced from org.json:json's changelog.
20230227 Fix for CVE-2022-45688 and recent commits
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).
If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?
Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.