🚨 [security] Update kredis 1.2.0 → 1.7.0 (minor) #284
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.
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this 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?
✳️ kredis (1.2.0 → 1.7.0) · Repo
Security Advisories 🚨
🚨 Possible Deserialization of Untrusted Data Vulnerability in Kredis JSON
Release Notes
1.7.0
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0.1
1.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 54 commits:
Bump version for 1.7.0Add limiter type (#136)Bump version for 1.6.1Use binstubSwitch rubocop to omakase stylesUse a default config if shared.yml isn't available (#135)Bump version for 1.6.0Adds include? to ordered set (#126)Style (#128)Remove unnecessary Redis command for Counter (#130)Default values on initialization (#119)Merge pull request #123 from basecamp/more-efficient-boolean-castingMerge pull request #120 from basecamp/rubocopMerge pull request #122 from basecamp/line-filteringRun rubocop autocorrectMerge branch 'main' into rubocopMerge pull request #121 from basecamp/replace-byebug-with-debugSet up RuboCop with CIMake boolean storage more efficientSupport line filtering in testsUpdate Readme on local development and debuggingSet up ruby/debug in place of byebug for dev and testAdd kredis_ordered_set for OrderedSet usage in modelsAdd a development consoleBump version for 1.5.0Fix ordered set prepend bug (#115)Unique list with sorted set (#114)Eliminating Ruby Warnings (#112)CI against Redis 7, Ruby 3.1, and Ruby 3.2 (#113)Bump version for 1.4.0Update nokogiri for compatibilityRevert "Improved version of UniqueList: OrderedSet (#76)" (#111)Add `last` to lists (#97)Improved version of UniqueList: OrderedSet (#76)Return Time objects instead of deprecated DateTime (#106)Merge branch 'fix-unexpected-deserialization'Fix possible deserialization of untrusted dataTypecast return of Set#take (#105)Declare Active Model dependency (#107)Address LogSubscriber deprecation (#98)Account for time zones in DateTime serializations (#102)Add sample to set (#100)Bump version for 1.3.0Merge pull request #96 from etiennebarrie/add-list-ltrimMerge pull request #95 from casperisfine/redis-5.0Allow Redis 5.xAdd ltrim to listsMerge pull request #78 from lewispb/lb/resolve-pipelining-deprecation-warningsCoalesce "current pipeline or redis" into the redis method itselfPefer a thread_mattr_accessor over a thread local variableDelete list of keys in batch (#90)Use a thread-local variable for pipelineRevert "Use block parameter to pipeline in Redis#multi (#68)"Merge branch 'main' into lb/resolve-pipelining-deprecation-warnings✳️ redis (4.7.1 → 4.8.1) · Repo · Changelog
Release Notes
4.8.1 (from changelog)
4.8.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
Release 4.8.1Automatically reconnect after fork regardless of `reconnect_attempts`Merge pull request #1146 from bpo/fix-sadd-returns-boolean-changelogfix changelog instructions for enabling 5.0 behaviorMerge pull request #1137 from tgxworld/fix_deprecation_noteFix deprecation note for sremRelease 4.8.0Merge pull request #1134 from casperisfine/4.x-deprecationsDeprecate passing `timeout` as a positional argument in blocking commandsAdd `sadd?` and `srem?`, deprecate boolean return of `sadd` and `srem`Merge pull request #1123 from casperisfine/bring-jruby-backFix jruby CIMake test verbose on CI againRemove jruby from CI matrixMerge pull request #1122 from casperisfine/split-test-suites-2Refactor build matrixMerge pull request #1121 from casperisfine/split-test-suitesSplit sentinel, cluster and distributed test suitesSkip an extremly flaky cluster test on CIFix broken `expire` testsMerge pull request #1118 from redis/revert-1077-remove-error-caused-by-hiredis-ssl-not-supportedRevert "Remove error caused by hiredis ssl not supported"Merge pull request #1090 from araishikeiwai/expire-optionsMerge pull request #1115 from supercaracal/fix-test-settings-for-sentinelFix several settings for the sentinel testMerge pull request #1114 from casperisfine/test-redis-server-7.0More tests updates for Redis 7.0Update CLIENT INFO keys for Redis 7.0Fix commandstats test compat with Redis 7Stop testing redis internal implementationd detailsEnable debug command on Redis 7.0Add Redis 7.0 to CI matrixRelease Notes
1.2.2
1.2.1
1.2.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
1.14.1
1.14.0
1.13.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 51 commits:
Bump to 1.14.1Merge pull request #666 from amatsuda/checkout_v3Fix build warnings in the CI by using actions/checkout@v3Merge pull request #665 from amatsuda/ci_ruby32CI against Ruby 3.2Merge pull request #659 from mark-a/mark-a-fallback-docMerge pull request #662 from amatsuda/default_empty_arrayMerge pull request #663 from amatsuda/fix_rails_edge_ciMerge pull request #664 from amatsuda/skip_jruby_rails52Skip CIing on jruby against Rails 5.2Read AS MemoryStore value via public APISimplify the "Translation missing" message when default is an empty ArrayBump version to 1.14.0Merge pull request #656 from tubaxenor/fix-locale-with-separatorRevert normalized_keys before #651Merge remote-tracking branch 'upstream/prep-1-1-4' into fix-locale-with-separatorCorrect translation missing assertionsRevert "make sure I18n.fallbacks updates itself"Correct translation missing checksAdd documentation hint for fallback valuesFix I18n.t when locale contains separatorMerge pull request #653 from yheuhtozr/patch-1Merge pull request #654 from Nerian/add-options-to-missing-trabslation-messageMerge pull request #655 from ccutrer/lazy-loadable-duplicate-available-localesBump to 1.13.0fix LazyLoadable#available_locales duplicating localesWhen there is a translation missing error, show all the potential keys that would have matched the missing one.make sure I18n.fallbacks updates itselfMerge pull request #649 from fatkodima/fix-interpolate-same-objectReturn same string object when no interpolations were madeMerge pull request #651 from fatkodima/optimizationsMerge pull request #650 from fatkodima/stub_constOptimize `I18n.t`Properly stub constantsMerge pull request #637 from movermeyer/movermeyer/nested_pluralization_with_base_backendMerge pull request #647 from misdoro/exists_scopeMerge pull request #634 from movermeyer/movermeyer/explicit_0_1_and_lateral_inheritanceAllow passing scope argument to exists?Merge pull request #644 from mensfeld/masterMerge pull request #1 from mensfeld/patch-1Update simple.rbCreate funding.ymlMerge pull request #640 from movermeyer/movermeyer/date_meridian_indicatorsMerge pull request #642 from nickcampbell18/patch-1Fix load_path example in README.mdMerge pull request #627 from lucapericlp/masterAdd support for meridian indicators on `Date` objectsRevert #503 changes for Backend::BaseMerge pull request #636 from movermeyer/movermeyer/pluralization_and_symbol_resolutionFix symbol resolving with pluralizationGet closer to full CLDR pluralization supportRelease Notes
5.20.0 (from changelog)
5.19.0 (from changelog)
5.18.1 (from changelog)
5.18.0 (from changelog)
5.17.0 (from changelog)
5.16.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
prepped for release+ Optionally allow autorun exit hook to remain active in forked child. (casperisfine)Fixed skip messages for non-forking systems. (casperisfine)prepped for release+ Add metadata lazy accessor to Runnable / Result. (matteeyah)- Minitest::TestTask enthusiastically added itself to default. (ParadoxV5)+ Only load minitest/unit (aka ancient MiniTest compatibility layer) if ENV["MT_COMPAT"]Replace 'MiniTest' with 'Minitest' in example code. (sambostock)prepped for releaseRemoved 2.6 from CI.- Avoid extra string allocations when filtering tests. (tenderlove)- Only mention deprecated ENV['N'] if it is an integer string.- Push up test_order to Minitest::Runnable to fix minitest/hell. (koic)Use minitest organization in links (hsbt)updated dates / versions in rails faqprepped for release! Added assert_pattern & refute_pattern for pattern matching. (flavorjones)Fixed typo in doco. (ahangarha)- Support the new message format of NameError in Ruby 3.3 (mame)Add 2.6 to matrix... stays until some rails versions expire, sadly.Adds Ruby 3.2 to the CI matrix. Also updates checkout action version. (petergoldstein)Minor tweak to Rakefile to fix CI on older rubiesprepped for release- Fix kwargs for Mock calls to delegator. (blowmage)- Fix kwargs for expectations. (bobmazanec, blowmage)Add EOL date to rails matrixcleaned up rails versionUpdated README for rails/ruby compatibilty matrixFixed race condition causing flaky tests. (XrXr)get rake dcov back to 100%+ Refactor setup hooks into a SETUP_METHODS constant. (MSP-Greg)- Remove check for .b method. (tenderlove)prepped for releaseAdded minitest-cc to extension list- Use A instead of deprecated TESTOPTS in rake test:slow. (davidstosik)Fixed typo in readme (ksss)- Fixed exception sanitization by removing TypeError restriction on rescue.Release Notes
2.0.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 9 commits:
Fix formatting.Preparing v2.0.6.Add v1.2.11 from the 1.2 branch.Update copyright years.Eliminate Object#untaint deprecation warnings on JRuby 9.4.0.0.Add Ruby 3.2 and JRuby 9.4.Update the dependency on actions/checkout.Fix include issues with tests on Ruby 3.2.Revert "Workaround for 'Permission denied - NUL' errors with JRuby on Windows."Depfu 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