aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-08-03 19:20:05 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-08-03 20:30:46 +0200
commitbc43c0d9468a8d50ba141c8a965f9f07ed0456ff (patch)
tree4b123c259533ffc118ee4325da726fb2eaecfad9 /Changelog
parentbf4175c4f5fa40c5b6385dd728d4e7732833f64c (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--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 9aba7cd..c6194de 100644
--- a/Changelog
+++ b/Changelog
@@ -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.