Commit 3cd0d0cb authored by Reed Loden's avatar Reed Loden

Bug 591165: (CVE-2010-2761) [SECURITY] Bump minimum required version of CGI.pm…

Bug 591165: (CVE-2010-2761) [SECURITY] Bump minimum required version of CGI.pm to v3.50 in order to address header injection vulnerability. [r=mkanat a=mkanat]
parent c24a113a
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment