]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 591165: (CVE-2010-2761) [SECURITY] Add CGI.pm v3.50 as an optional module in...
authorReed Loden <reed@reedloden.com>
Thu, 11 Nov 2010 02:41:23 +0000 (18:41 -0800)
committerReed Loden <reed@reedloden.com>
Thu, 11 Nov 2010 02:41:23 +0000 (18:41 -0800)
[r=mkanat a=mkanat]

Bugzilla/Install/Requirements.pm

index cf6ee03532fdfe35ed4c30dd14e81e0134ab095b..3991743b76e4b9f5820f0f8d0b9c7af0bf9ff75e 100644 (file)
@@ -243,6 +243,15 @@ sub OPTIONAL_MODULES {
         version => '1.999022',
         feature => 'mod_perl'
     },
+
+    {
+        package => 'CGI.pm',
+        module  => 'CGI',
+        # 3.50 fixes a security problem that affects Bugzilla.
+        # (bug 591165)
+        version => '3.50',
+        feature => 'Recommended important security fix'
+    },
     );
 
     my $all_modules = _get_extension_requirements(