]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 591165: (CVE-2010-2761) [SECURITY] Bump minimum required version of CGI.pm to...
authorReed Loden <reed@reedloden.com>
Thu, 11 Nov 2010 02:09:42 +0000 (18:09 -0800)
committerReed Loden <reed@reedloden.com>
Thu, 11 Nov 2010 02:09:42 +0000 (18:09 -0800)
[r=mkanat a=mkanat]

Bugzilla/Install/Requirements.pm

index 959545ce1ce8a8cf5d03d2afc0c1c8819181f718..7d395e5b9e205529be8ac61fe250777dbe9152a7 100644 (file)
@@ -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',