🚨 [security] Update json: 2.2.0 → 2.3.0 (minor)#235
Open
depfu[bot] wants to merge 1 commit intomasterfrom
Open
🚨 [security] Update json: 2.2.0 → 2.3.0 (minor)#235depfu[bot] wants to merge 1 commit intomasterfrom
depfu[bot] wants to merge 1 commit intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚨 Your version of json has known security vulnerabilities 🚨
Advisory: CVE-2020-10663
Disclosed: March 19, 2020
URL: https://www.ruby-lang.org/en/news/2020/03/19/json-dos-cve-2020-10663/
Unsafe Object Creation Vulnerability in JSON (Additional fix)
🚨 We recommend to merge and deploy this update as soon as possible! 🚨
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Commits
See the full diff on Github. The new version differs by 53 commits:
v2.3.0Add some more recent jrubyMake tests green on jrubyUpdate travis configIgnore log filesMerge pull request #391 from headius/prep_2.3.0Bump versions for 2.3.0.Merge pull request #390 from flori/relax-test-unitrelax test-unit version for old rubyMerge branch 'zenspider-zenspider/ruby-2.7'Merge branch 'zenspider/ruby-2.7' of https://github.com/zenspider/json into zenspider-zenspider/ruby-2.7Merge pull request #388 from flori/backport-ruby-coreSkip useless testBump to test-unit 3 to get warnings cleaned up.Fix warning from trying to access an uninitialized ivar.Fix syntax warnings from tests.Minor cleanup for ruby 2.7 warnings and failures.Removed duplicate fileAdd NaN / Infinity / MinusInfinity to mark listext/json/parser/prereq.mk: Add a "automatically generated" headerext/json/parser/parser.rl: Use "signed" char to contain negative valuesAdd `GC.compact` again.ext/json/parser/parser.rl: Update the source code of parser.cSuppress uninitialized instance variable warningsRemoved useless `freeze`s from gemspec filesDrop fossil rubygems supportRemoved binary lineFix JSON::Parser against bigdecimal updates[flori/json] Fixed unexpected illegal/malformed utf-8 errorIgnore warnings about ambiguous first argument of regexp with assert match.Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Ignore warnings about ambiguous first argument with the negative integer.Remove unused constant.Look up constant instead of caching in a globalMerge pull request #381 from olleolleolle/patch-1Gemspec: Drop EOL'd property rubyforge_projectRecreate gemspecsMerge pull request #367 from sho-h/add-ascii_only-documentMerge pull request #378 from olleolleolle/patch-1Remove RubyForge homepage referenceUse newest rubygemsPass args all #to_json in json/add/*.Add LICENSE fileMerge branch 'master' of github.com:flori/jsonDoes not check whether illegal utf-8 if string has ascii only.Convert string encoding to UTF-8 only when neededConvert String encoding using `rb_str_encode()`Add shortcut converting to StringConvert Hash object using rb_hash_foreach()Only attempt to resize strings not other objectsTest on newer rubiesMerge pull request #376 from olleolleolle/patch-1README: Docs at rubydoc.info, not on rubyforgeDepfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands