pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-HTML-StripScripts Import p5-HTML-StripScripts v...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d7a77a16c03f
branches: trunk
changeset: 541892:d7a77a16c03f
user: bouyer <bouyer%pkgsrc.org@localhost>
date: Sun Apr 27 16:44:33 2008 +0000
description:
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.
diffstat:
www/p5-HTML-StripScripts/DESCR | 6 ++++++
www/p5-HTML-StripScripts/Makefile | 15 +++++++++++++++
www/p5-HTML-StripScripts/distinfo | 5 +++++
3 files changed, 26 insertions(+), 0 deletions(-)
diffs (38 lines):
diff -r b0562740b3df -r d7a77a16c03f www/p5-HTML-StripScripts/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-StripScripts/DESCR Sun Apr 27 16:44:33 2008 +0000
@@ -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 -r b0562740b3df -r d7a77a16c03f www/p5-HTML-StripScripts/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-StripScripts/Makefile Sun Apr 27 16:44:33 2008 +0000
@@ -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@localhost
+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 -r b0562740b3df -r d7a77a16c03f www/p5-HTML-StripScripts/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-StripScripts/distinfo Sun Apr 27 16:44:33 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index