summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-11-09 19:27:52 +0100
committermkanat%bugzilla.org <>2009-11-09 19:27:52 +0100
commit5dc75560608d63c6ee8e4c918cace9882f8ddf3b (patch)
tree479634a27e51eb3e1a10a04258dbceca416c91cf /Bugzilla/Install/Requirements.pm
parent877c8ef605f770b00aeda25588c963ef3d5597af (diff)
downloadbugzilla-5dc75560608d63c6ee8e4c918cace9882f8ddf3b.tar.gz
bugzilla-5dc75560608d63c6ee8e4c918cace9882f8ddf3b.tar.xz
Bug 513593: Make the WebService taint incoming parameters
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 2b545ebb8..40ddf9cfe 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -233,6 +233,12 @@ sub OPTIONAL_MODULES {
feature => ['jsonrpc'],
},
{
+ package => 'Test-Taint',
+ module => 'Test::Taint',
+ version => 0,
+ feature => ['jsonrpc', 'xmlrpc'],
+ },
+ {
# We need the 'utf8_mode' method of HTML::Parser, for HTML::Scrubber.
package => 'HTML-Parser',
module => 'HTML::Parser',