From eac35cb909763679b219780ae7a34eea250ee7a8 Mon Sep 17 00:00:00 2001 From: bouyer Date: Sun, 27 Apr 2008 16:44:33 +0000 Subject: Import p5-HTML-StripScripts version 1.04 HTML::StripScript =========== 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) vulnerabilities. --- www/p5-HTML-StripScripts/DESCR | 6 ++++++ www/p5-HTML-StripScripts/Makefile | 15 +++++++++++++++ www/p5-HTML-StripScripts/distinfo | 5 +++++ 3 files changed, 26 insertions(+) create mode 100644 www/p5-HTML-StripScripts/DESCR create mode 100644 www/p5-HTML-StripScripts/Makefile create mode 100644 www/p5-HTML-StripScripts/distinfo (limited to 'www') diff --git a/www/p5-HTML-StripScripts/DESCR b/www/p5-HTML-StripScripts/DESCR new file mode 100644 index 00000000000..ce245d8b1ed --- /dev/null +++ b/www/p5-HTML-StripScripts/DESCR @@ -0,0 +1,6 @@ +HTML::StripScript +=========== +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) vulnerabilities. diff --git a/www/p5-HTML-StripScripts/Makefile b/www/p5-HTML-StripScripts/Makefile new file mode 100644 index 00000000000..56f34df7f45 --- /dev/null +++ b/www/p5-HTML-StripScripts/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/27 16:44:33 bouyer Exp $ + +DISTNAME= HTML-StripScripts-1.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +MAINTAINER= bouyer@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTML-StripScripts/ +COMMENT= Perl5 module to strip scripting constructs out of HTML + +PERL5_PACKLIST= auto/HTML/StripScripts/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-StripScripts/distinfo b/www/p5-HTML-StripScripts/distinfo new file mode 100644 index 00000000000..e1713251730 --- /dev/null +++ b/www/p5-HTML-StripScripts/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/27 16:44:33 bouyer Exp $ + +SHA1 (HTML-StripScripts-1.04.tar.gz) = 2d12b84ad9c2eef25683082ee5ce95919e80652c +RMD160 (HTML-StripScripts-1.04.tar.gz) = b5ad7a13158324bebb8ce857aa52e231d9e5beb9 +Size (HTML-StripScripts-1.04.tar.gz) = 43708 bytes -- cgit v1.2.3