summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 0589c1a0f..d2bc9328b 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',