aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a8be5524cc..ec8c9e200c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,22 +1,5 @@
2003-03-12 Jeffrey Stedfast <fejj@ximian.com>
- Security vulnerability fixes.
-
- * mail-display.c (do_external_viewer): Make sure that we don't
- launch a bonobo control to view a mime-type that we handle
- internally, otherwise maliciously formed HTML mail using <object>
- tags could potentially launch a bonobo vontrol to view the mime
- part bypassing any checks that Evolution might do on the data
- normally.
-
- * mail-format.c (handle_text_html, attachment_header)
- (handle_image, handle_via_bonobo): Encode the result from
- get_cid() so that malicious Content-Id strings cannot bypass the
- user's preference to not load http images, force a bonobo control
- to load passing it arbitrary data, etc.
-
-2003-03-12 Jeffrey Stedfast <fejj@ximian.com>
-
* mail-signature-editor.c (menu_file_save_cb): Rewritten to do the
same as the composer's build_message() code.