From: Reed Loden Date: Fri, 21 Jan 2011 21:17:43 +0000 (-0800) Subject: Bug 591165: (CVE-2010-4411) [SECURITY] Bump minimum required version of CGI.pm to... X-Git-Tag: bugzilla-3.4.10~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f02bb7f97f62e349ca31fa83e9b25b3fd596477;p=thirdparty%2Fbugzilla.git 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] --- 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' }, );