The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "StripScripts"

HTML::StripScripts - Strip scripting constructs out of HTML River stage two • 4 direct dependents • 16 total dependents

This module strips scripting constructs out of HTML, leaving as much non-scripting markup in place as possible. This allows web applications to display HTML originating from an untrusted source without introducing XSS (cross site scripting) vulnerabi...

DRTECH/HTML-StripScripts-1.06 - 12 May 2016 09:44:35 UTC - Search in distribution

Solstice::StripScripts - A subclass of HTML::StripScripts that contains our customized whitelists River stage zero No dependents

MCRAWFOR/Solstice-1440 - 07 Nov 2007 20:57:59 UTC - Search in distribution

HTML::StripScripts::Regex - XSS filter using a regular expression River stage zero No dependents

NCLEATON/HTML-StripScripts-Regex-0.02 - 20 Oct 2009 04:52:15 UTC - Search in distribution

HTML::StripScripts::LibXML - XSS filter - outputs a LibXML Document or DocumentFragment River stage one • 1 direct dependent • 1 total dependent

This class provides an easy interface to "HTML::StripScripts", using "HTML::Parser" to parse the HTML, and returns an XML::LibXML::Document or XML::LibXML::DocumentFragment. See HTML::Parser for details of how to customise how the raw HTML is parsed ...

DRTECH/HTML-StripScripts-LibXML-0.12 - 01 Dec 2007 12:57:42 UTC - Search in distribution

HTML::StripScripts::Parser - XSS filter using HTML::Parser River stage two • 7 direct dependents • 14 total dependents

This class provides an easy interface to "HTML::StripScripts", using "HTML::Parser" to parse the HTML. See HTML::Parser for details of how to customise how the raw HTML is parsed into tags, and HTML::StripScripts for details of how to customise the w...

DRTECH/HTML-StripScripts-Parser-1.03 - 05 Nov 2009 10:26:10 UTC - Search in distribution

Moxy::Plugin::StripScripts - Strip scripting constructs out of HTML River stage zero No dependents

XXX THIS PLUGIN STRIPS A LOT OF TAGS! TOOOOO STRICT!! DO NO USE THIS ! XXX remove javascript from response....

TOKUHIROM/Moxy-0.70 - 06 Nov 2012 05:23:15 UTC - Search in distribution

HTML::Scrubber::StripScripts - strip scripting from HTML River stage zero No dependents

This module provides a preworked configuration for HTML::Scrubber, configuring it to leave as much non-scripting markup in place as possible while being certain to eliminate all scripting constructs. This allows web applications to display HTML origi...

NCLEATON/HTML-Scrubber-StripScripts-0.02 - 18 Mar 2004 17:30:53 UTC - Search in distribution

Catalyst::Plugin::StripScripts - XSS filter plugin River stage zero No dependents

This module adds the ability of removing unwanted html tags from your website output. It is based on HTML::StripScripts::Parser. The configurations in App.pm will be used when you invoke *strip_scripts*....

XERN/Catalyst-Plugin-StripScripts-0.1 - 17 Jun 2008 06:47:06 UTC - Search in distribution

Template::Plugin::StripScripts - TT plugin to filter HTML against XSS River stage zero No dependents

Template::Plugin::StripScripts is a Template::Toolkit plugin to filter HTML and strip scripting snipets which can cause XSS. Additionally, due to some nice features from HTML::StripScripts, this module can work really flexibly on treating HTML. For m...

KENTARO/Template-Plugin-StripScripts-0.02 - 10 Mar 2008 15:51:24 UTC - Search in distribution

lib/HTML/BBCode/StripScripts.pm River stage one • 2 direct dependents • 2 total dependents

BLOM/HTML-BBCode-2.07 - 10 Nov 2012 20:43:53 UTC - Search in distribution
  • HTML::BBCode - Perl extension for converting BBcode to HTML.

perl5200delta - what is new for perl v5.20.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

HTML::Defang - Cleans HTML as well as CSS of scripting and other executable contents, and neutralises XSS attacks. River stage one • 1 direct dependent • 1 total dependent

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 al...

ROBM/HTML-Defang-1.07 - 03 Jul 2018 05:40:17 UTC - Search in distribution

MojoMojo::Declaw - Cleans HTML as well as CSS of scripting and other executable contents, and neutralises XSS attacks. Derived from HTML::Defang version 1.01. River stage one • 1 direct dependent • 1 total dependent

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 al...

MRAMBERG/MojoMojo-1.12 - 13 May 2017 13:47:52 UTC - Search in distribution

HTML::Acid - Reformat HTML fragment to strict criteria River stage zero No dependents

Fragments of HTML returned by a rich text editor tend to be not entirely standards compliant. "img" tags tend not to be closed. Paragraphs breaks might be represented by double "br" tags rather than "p" tags. Of course we also need to do all the XSS ...

SILASMONK/HTML-Acid-v0.0.3 - 23 Mar 2011 14:30:49 UTC - Search in distribution

HTML::Restrict - Strip unwanted HTML tags and attributes River stage one • 3 direct dependents • 9 total dependents

This module uses HTML::Parser to strip HTML from text in a restrictive manner. By default all HTML is restricted. You may alter the default behaviour by supplying your own tag rules....

OALDERS/HTML-Restrict-v3.0.2 - 23 Apr 2023 17:08:41 UTC - Search in distribution

HTML::Laundry - Perl module to clean HTML by the piece River stage zero No dependents

HTML::Laundry is an HTML::Parser-based HTML normalizer, meant for small pieces of HTML, such as user comments, Atom feed entries, and the like, rather than full pages. Laundry takes these and returns clean, sanitary, UTF-8-based XHTML. The parser's b...

CHA/HTML-Laundry-0.0107 - 19 Jan 2017 15:23:24 UTC - Search in distribution

HTML::Detoxifier - practical module to strip harmful HTML River stage zero No dependents

HTML::Detoxifier is a practical module to remove harmful tags from HTML input. It's intended to be used for web sites that accept user input in the form of HTML and then present that information in some form. Accepting all HTML from untrusted users i...

PWALTON/HTML-Detoxifier-0.02 - 02 Mar 2004 03:09:14 UTC - Search in distribution

Task::Sympa - Sympa dependencies River stage zero No dependents

Installing this module will install all the modules needed for running Sympa mailing-list manager, ie: * Archive::Zip * CGI * DB_File * DBI * Digest::MD5 * Encode * File::Copy::Recursive * HTML::FormatText * HTML::StripScripts::Parser * HTML::TreeBui...

MARCC/Task-Sympa-1.03 - 29 May 2018 08:04:58 UTC - Search in distribution

HTML::Restricted - filter HTML to a set of allowed tags and attributes River stage zero No dependents

CORION/Dancer-SearchApp-0.06 - 14 Dec 2016 21:42:14 UTC - Search in distribution

Apache2::WebApp::Plugin::Filters - Plugin providing data filtering methods River stage one • 1 direct dependent • 5 total dependents

Common methods for filtering HTTP request parameters....

MBROOKS/Apache2-WebApp-Plugin-Filters-0.09 - 19 Jan 2011 15:55:11 UTC - Search in distribution
20 results (0.065 seconds)