From: Reed Loden Date: Fri, 21 Jan 2011 21:16:42 +0000 (-0800) Subject: Bug 591165: (CVE-2010-4411) [SECURITY] Bump minimum required version of CGI.pm to... X-Git-Tag: bugzilla-3.6.4~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5dbfe9c1f432b1e74dd30fa3b7d8f96cc656bb0;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 8a7939afbb..4002b34303 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -66,9 +66,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',