From: Reed Loden Date: Fri, 21 Jan 2011 21:15:53 +0000 (-0800) Subject: Bug 591165: (CVE-2010-4411) [SECURITY] Bump minimum required version of CGI.pm to... X-Git-Tag: bugzilla-4.0rc2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40d37271ea01ac6e97a455c21fabd2fe315d7dad;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 dd661a9b0e..04c3571b81 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -94,9 +94,9 @@ sub REQUIRED_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', }, { package => 'Digest-SHA',