From 2f02bb7f97f62e349ca31fa83e9b25b3fd596477 Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Fri, 21 Jan 2011 13:17:43 -0800 Subject: [PATCH] Bug 591165: (CVE-2010-4411) [SECURITY] Bump minimum required version of CGI.pm to v3.51 in order to address header injection vulnerability. [r=mkanat a=mkanat] --- Bugzilla/Install/Requirements.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 1563597d69..586ace7502 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -284,9 +284,9 @@ sub OPTIONAL_MODULES { { package => 'CGI.pm', module => 'CGI', - # 3.50 fixes a security problem that affects Bugzilla. + # 3.51 fixes a security problem that affects Bugzilla. # (bug 591165) - version => '3.50', + version => '3.51', feature => 'Recommended important security fix' }, ); -- 2.47.2