From b4591bac080d306db1d9a1704adf0c9f30a92359 Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Fri, 21 Jan 2011 13:18:38 -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 3991743b76..00c50978fc 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -247,9 +247,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