From: Reed Loden Date: Thu, 11 Nov 2010 02:09:42 +0000 (-0800) Subject: Bug 591165: (CVE-2010-2761) [SECURITY] Bump minimum required version of CGI.pm to... X-Git-Tag: bugzilla-4.0rc2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e16a208a51af8e2783ed6bbecc6ada44431a099;p=thirdparty%2Fbugzilla.git Bug 591165: (CVE-2010-2761) [SECURITY] Bump minimum required version of CGI.pm to v3.50 in order to address header injection vulnerability. [r=mkanat a=mkanat] --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 959545ce1c..7d395e5b9e 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -94,9 +94,9 @@ sub REQUIRED_MODULES { { package => 'CGI.pm', module => 'CGI', - # 3.49 fixes a problem with operating Bugzilla behind a proxy. - # (bug 509303) - version => '3.49', + # 3.50 fixes a security problem that affects Bugzilla. + # (bug 591165) + version => '3.50', }, { package => 'Digest-SHA',