HTML-Defang-1.07/ 0000755 0000000 0000000 00000000000 13316605446 012075 5 ustar root root HTML-Defang-1.07/README 0000644 0000000 0000000 00000001167 13316605416 012757 0 ustar root root HTML-Defang version 1.07
========================
This module accepts an input HTML and/or CSS string and removes any
executable code including scripting, embedded objects, applets, etc.,
and neutralises any XSS attacks. A whitelist based approach is used
which means only HTML known to be safe is allowed through.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
None
COPYRIGHT AND LICENCE
Copyright (C) 2003-2018 by FastMail Pty Ltd
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
HTML-Defang-1.07/Makefile.PL 0000644 0000000 0000000 00000001050 13312112446 014030 0 ustar root root use 5.008008;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'HTML::Defang',
VERSION_FROM => 'lib/HTML/Defang.pm', # finds $VERSION
PREREQ_PM => {}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/HTML/Defang.pm', # retrieve abstract from module
AUTHOR => 'Rob Mueller