diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-03 19:20:05 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-03 20:30:46 +0200 |
commit | bc43c0d9468a8d50ba141c8a965f9f07ed0456ff (patch) | |
tree | 4b123c259533ffc118ee4325da726fb2eaecfad9 /Changelog | |
parent | bf4175c4f5fa40c5b6385dd728d4e7732833f64c (diff) |
libinterimap: Fix response injection vulnerability after STARTTLS.
For background see https://gitlab.com/muttmua/mutt/-/issues/248 .
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ interimap (0.5.2) UNRELEASED; - Makefile: remove 'smart' extension from pandoc call to generate manuals (it's no longer supported by pandoc 2.9 which generates \[lq] and \[rq] in the groff output anyway). + - libinterimap: fix response injection vulnerability after STARTTLS. + For background see https://gitlab.com/muttmua/mutt/-/issues/248 . * libinterimap: fail when a capability to ENABLE is missing from the server's CAPABILITY listing. |