v0.5.15 #705
nevans
announced in
Announcements
v0.5.15
#705
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
This release fixes several more security vulnerabilities which are related to the fixes in
v0.5.14.This vulnerability depends how the server interprets non-synchronizing literals.
The connection is not vulnerable if the server supports non-synchronizing literals.
IDvalues contain only valid bytes by @nevans in 🍒 Backport v0.6.4.1 security patches to v0.5 #703 (backports 🥅 ValidateIDvalues contain only valid bytes #698)#enablearguments are all atoms by @nevans in 🍒 Backport v0.6.4.1 security patches to v0.5 #703 (backport 🥅 Validate#enablearguments are all atoms #699)NOTE:
#enableshould never be called with untrusted input.This results in the affected command hanging until the connection is closed. If another thread attempts to send a concurrent pipelined command, the first thread will return with a syntax error and the second thread will hang until the connection closes.
{0}in RawData validation by @nevans in 🍒 Backport v0.6.4.1 security patches to v0.5 #703 (backports 🐛 Prevent trailing{0}in RawData validation #700)Fixed
#disconnectby @nevans in 🍒 Backports #686 to v0.5: 🧵 Fix deadlock in#disconnect#697 (backports 🧵 Fix deadlock in#disconnect#686)Documentation
Other Changes
RawData.new, AddRawData.splitby @nevans in 🍒 Backports #675, #676, #677, #678, #679, #681 to v0.5 #696 (backports ♻️ ImproveRawData.new, AddRawData.split#679)Miscellaneous
Full Changelog: v0.5.14...v0.5.15
This discussion was created from the release v0.5.15.
Beta Was this translation helpful? Give feedback.
All reactions