From b2a8ab50ca10ff83839cd876f7f9a6495c33293c Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Thu, 10 Feb 2005 14:10:10 +0000 Subject: Add information regarding CAN-2005-0202 vulnerability, with patches and recommendations. Also include reference to a new email address folks can use to contact the Mailman security response team. --- admin/www/MMGenerator.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'admin/www/MMGenerator.py') diff --git a/admin/www/MMGenerator.py b/admin/www/MMGenerator.py index df632984..73842183 100644 --- a/admin/www/MMGenerator.py +++ b/admin/www/MMGenerator.py @@ -17,8 +17,10 @@ from LinkFixer import LinkFixer sitelinks = [ # Row 1 ('%(rootdir)s/index.html', 'Home'), + ('%(rootdir)s/security.html', 'Security'), ('%(rootdir)s/docs.html', 'Documentation'), ('%(rootdir)s/lists.html', 'Mailing lists'), + (None, ' '), ('%(rootdir)s/help.html', 'Help'), ('%(rootdir)s/download.html', 'Download'), ('%(rootdir)s/devs.html', 'Developers'), @@ -61,7 +63,7 @@ entire article is permitted in any medium, provided this notice is preserved. # sitelink_fixer = LinkFixer(f.myurl(), rootdir) sitelink_fixer.massage(sitelinks, self.__d, aboves=1) - Banner.__init__(self, sitelinks, cols=3) + Banner.__init__(self, sitelinks, cols=4) # kludge! ## for i in range(len(p.sidebar)-1, -1, -1): ## if p.sidebar[i] == 'Email Us': -- cgit v1.2.3