Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Gurnee <chris@gurneeconsulting.net>2020-04-23 20:40:01 +0300
committerAleksander Machniak <alec@alec.pl>2020-05-10 11:36:32 +0300
commita5c6bfb6788be01971f99a361b6dccc4e8abbd78 (patch)
tree340c18c8f7be445c7d7bf69ea29ff830417a29e1 /CHANGELOG
parent79e60422766d7d1631b04b585111a1f37be08a68 (diff)
Let Mailvelope use sender's address to find pubkeys to check signatures
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 527beeebb..6eadafcd3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -38,6 +38,7 @@ RELEASE 1.4.4
- Security: Fix remote code execution via crafted 'im_convert_path' or 'im_identify_path' settings
- Security: Fix local file inclusion (and code execution) via crafted 'plugins' option
- Security: Fix CSRF bypass that could be used to log out an authenticated user (#7302)
+- Mailvelope: Use sender's address to find pubkeys to check signatures (#7348)
RELEASE 1.4.3
-------------