mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
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
19 lines
358 B
Makefile
19 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>
|