]> 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:40:08 +0000 (18:40 -0800)
committerReed Loden <reed@reedloden.com>
Thu, 11 Nov 2010 02:40:08 +0000 (18:40 -0800)
[r=mkanat a=mkanat]

Bugzilla/Install/Requirements.pm

index b21595c831cc1b2914cd1f26d827f14ca624cff1..1563597d695c868e3d2bb1018fc9eafa55f6d6ba 100644 (file)
@@ -280,6 +280,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(