diff options
-rw-r--r-- | Build.PL | 2 | ||||
-rw-r--r-- | Changelog | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ my $build = Module::Build->new ( 'Data::Dumper' => 0, 'Locale::Maketext' => 0, 'Locale::Maketext::Lexicon' => '>= 0.56', - 'Mime::Base64' => 0, + 'MIME::Base64' => 0, 'Digest::MD5' => 0, 'HTML::Entities' => 0, 'DBI' => 0, @@ -7,7 +7,7 @@ Database: Security: * Added whitelist of allowed directories to file editor (Seneca) -* Audited OE.pm and AM.pm for SQL injection problems. (Chris T) +* Audited OE.pm, AA.pm, and AM.pm for SQL injection problems. (Chris T) * Forced edited files to have whitelisted extensions and no .. strings (Chris T) * Audited Form.pm for SQL-injection problems and move to new API (Chris T) * Audited BP.pm for SQL injection and moved to new API. (Chris T) |