Update dependency redis to v6 [SECURITY] #157
Closed
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.
This PR contains the following updates:
==5.2.1
->==6.2.0
BIT-keydb-2021-31294 / BIT-redis-2021-31294 / BIT-valkey-2021-31294 / CVE-2021-31294 / PYSEC-2023-312
More information
Details
Redis before 6cbea7d allows a replica to cause an assertion failure in a primary server by sending a non-administrative command (specifically, a SET command). NOTE: this was fixed for Redis 6.2.x and 7.x in 2021. Versions before 6.2 were not intended to have safety guarantees related to this.
Severity
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
References
This data is provided by OSV and the PyPI Advisory Database (CC-BY 4.0).
Release Notes
redis/redis-py (redis)
v6.2.0
: 6.2.0Compare Source
Changes
🚀 New Features
dynamic_startup_nodes
parameter to async RedisCluster (#3646)hiredis-py
parser (#3648)RedisCluster
client (#3649)🐛 Bug Fixes
check_hostname
when instantiatingRedisSSLContext
(#3655)__del__
call (#3654)🧰 Maintenance
search_json_examples.ipynb
: Fix the old importindexDefinition
->index_definition
(#3652)Python 3.8
support as it has reached end of life (#3657)Contributors
We'd like to thank all the contributors who worked on this release!
@JCornat @ShubhamKaudewar @uglide @petyaslavova @vladvildanov
v6.1.0
: 6.1.0Compare Source
Changes
🚀 New Features
RedisCluster
client (#3611)Retry
and backoff classes (#3628)🐛 Bug Fixes
ssl_check_hostname
not set to connections. For SSL verification withssl_cert_reqs="none"
, check_hostname is set toFalse
(#3637)Retry
and backoff classes (#3628) - fixes integration with Django RQAttributeError
onClusterPipeline
(#3634)🧰 Maintenance
REDIS_MAJOR_VERSION
correctly in run-tests (#3642)hiredis-py-integration.yaml
(#3641)RedisModuleCommands
class (#3632)None
args or return types to be annotated withOptional
- includes commands incore.py
and json commands (#3610)🙏 Special Thanks
A big thank you to our collaborators at Scopely for their valuable contributions to this release! Your support and improvements help move the project forward — we appreciate it!
Contributors
We'd like to thank all the contributors who worked on this release!
@robertosantamaria-scopely @sentrivana @terencehonles @kesha1225 @aberres @uglide @omerfeyzioglu @petyaslavova @vladvildanov @andy-stark-redis
v6.0.0
: 6.0.0Compare Source
Changes
🚀 New Features
🧪 Experimental Features
🔥 Breaking changes
Important: W 8000 hen connecting to a Redis master via Sentinel, you may need to set ssl_check_hostname=False if the Sentinel service is not configured to return hostnames.
Refer to issue #3629 for more details.
Important: When instantiating a cluster client
retry
object becomes mandatory.Important: Be aware that the query dialect may impact the results returned. If needed, you can revert to a different dialect version by configuring the client accordingly. You can find further details in the query dialect documentation.
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@elena-kolevska @petyaslavova @vladvildanov @andy-stark-redis @JimNero009 @donbowman @julianolm @666romeo @three-kinds @bssyousefi @mbilski @Yard1 @bacchuswng @noirbee @nbertram @birthdaysgift @Perlence @excitoon @dimbleby @shenxiangzhuang @paololazzari @dwdougherty @niklasbec @byeongjulee222 @befeleme @djroze @BaseMax @dicej @akx @cavemanpi @lattwood @rbs333 @rohansingh @allrob23
v5.3.0
: 5.3.0Compare Source
Changes
🚀 New Features
Token-based authentication:
New StreamingCredentialProvider interface was added with an idea to integrate redis-py with credential providers that stream an events that should be handled by given listeners.
Check the documentation for the quick start guide.
CredentialProvider instance creation interface was enhanced. Feel free to check the updated documentation
Other features:
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@uglide @woutdenolf @vladvildanov @hauntsaninja @dwdougherty @patrick91 @Vulwsztyn @JimNero009 @andy-stark-redis @petyaslavova
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.