Commit ae5aaada authored by Reed Loden's avatar Reed Loden

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

Bug 591165: (CVE-2010-4411) [SECURITY] Bump minimum required version of CGI.pm to v3.51 in order to address header injection vulnerability. [r=mkanat a=mkanat]
parent affc4b16
...@@ -94,9 +94,9 @@ sub REQUIRED_MODULES { ...@@ -94,9 +94,9 @@ sub REQUIRED_MODULES {
{ {
package => 'CGI.pm', package => 'CGI.pm',
module => 'CGI', module => 'CGI',
# 3.50 fixes a security problem that affects Bugzilla. # 3.51 fixes a security problem that affects Bugzilla.
# (bug 591165) # (bug 591165)
version => '3.50', version => '3.51',
}, },
{ {
package => 'Digest-SHA', 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