From 95b919c0b6b731d16e92dd748e654cefeba0bd32 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 24 Jan 2011 13:43:38 -0800 Subject: Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness of generate_random_password, to protect against an account compromise issue and other critical vulnerabilities. r=LpSolit, a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=621591 --- Bugzilla/Install/Requirements.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index f45360916..e3049f2d5 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -157,6 +157,12 @@ sub REQUIRED_MODULES { module => 'List::MoreUtils', version => 0.22, }, + { + package => 'Math-Random-Secure', + module => 'Math::Random::Secure', + # This is the first version that installs properly on Windows. + version => '0.05', + }, ); my $extra_modules = _get_extension_requirements('REQUIRED_MODULES'); -- cgit v1.2.3-24-g4f1b