[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-cvs
Subject:    [openssl-web] OpenSSL Web Pages  branch master updated. 4e37541c04cc879bb7f4e68e9c12e570b68cdef7
From:       Mark J. Cox <mark () openssl ! org>
Date:       2013-11-11 18:07:33
Message-ID: 20131111180733.6A2471DF108 () openssl ! net
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSSL Web Pages ".

The branch, master has been updated
       via  4e37541c04cc879bb7f4e68e9c12e570b68cdef7 (commit)
      from  ca0b4c1709f76d00d295aed11f5555e6c324e894 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4e37541c04cc879bb7f4e68e9c12e570b68cdef7
Author: Mark J. Cox <mark@awe.com>
Date:   Mon Nov 11 18:06:49 2013 +0000

    Fix reported missing encoding

-----------------------------------------------------------------------

Summary of changes:
 support/majordomo.cgi |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/support/majordomo.cgi b/support/majordomo.cgi
index f9f8929..c3518f0 100755
--- a/support/majordomo.cgi
+++ b/support/majordomo.cgi
@@ -3,6 +3,8 @@
 ##  majordomo.cgi -- Send a mail to Majordomo
 ##
 
+use HTML::Entities;
+
 #   switch to unbuffered I/O
 $|++;
 
@@ -87,10 +89,10 @@ close(MAIL);
     "and forwarded to Majordomo via Email in the following format:" .
     "<p>" .
     "<table cellpadding=5 bgcolor=\"#f0f0f0\"><tr><td>" .
-    "<pre>$mail</pre>\n" .
+    "<pre>".HTML::Entities::encode($mail)."</pre>\n" .
     "</td></tr></table>" .
     "<p>" .
-    "Expect a reply in your $qs{email} Email folder the next minutes.\n"
+    "Expect a reply in your ".HTML::Entities::encode($qs{email})." Email folder the next minutes.\n"
 );
 
 #   die gracefully


hooks/post-receive
-- 
OpenSSL Web Pages 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     openssl-cvs@openssl.org
Automated List Manager                           majordomo@openssl.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic