v0.6.4.1 #704
nevans
announced in
Announcements
v0.6.4.1
#704
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
Security
This release fixes several more security vulnerabilities which are related to the fixes in
v0.6.4.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 🥅 ValidateIDvalues contain only valid bytes #698#enablearguments are all atoms by @nevans in 🥅 Validate#enablearguments are all atoms #699NOTE:
#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 🐛 Prevent trailing{0}in RawData validation #700Added
Net::IMAP#inspectTLS info by @nevans in 🔍 Add more detail toNet::IMAP#inspectTLS info #674Fixed
config.max_non_synchronizing_literal = nilby @nevans in 🔧 Disallowconfig.max_non_synchronizing_literal = nil#672#disconnectby @nevans in 🧵 Fix deadlock in#disconnect#686Documentation
Other Changes
RawData.new, AddRawData.splitby @nevans in ♻️ ImproveRawData.new, AddRawData.split#679Miscellaneous
Full Changelog: v0.6.4...v0.6.4.1
This discussion was created from the release v0.6.4.1.
Beta Was this translation helpful? Give feedback.
All reactions