mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
3f81d34c3e
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. PR: 267880
20 lines
358 B
Makefile
20 lines
358 B
Makefile
PORTNAME= HTML-Defang
|
|
PORTVERSION= 1.07
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= m.ne@gmx.net
|
|
COMMENT= Cleans HTML of executable contents, and neutralises XSS attacks
|
|
WWW= https://metacpan.org/dist/HTML-Defang
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|