Created attachment 238194 [details] patch adding www/p5-HTML-Defang Dependency needed for my ongoing work porting the Evergreen ILS
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f81d34c3eec1933b7802b2c2f5ea8a1f9883494 commit 3f81d34c3eec1933b7802b2c2f5ea8a1f9883494 Author: Martin Neubauer <m.ne@gmx.net> AuthorDate: 2022-11-19 19:29:56 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2022-11-29 09:20:09 +0000 www/p5-HTML-Defang: New port: HTML::Defang - Cleans HTML as well as CSS of scripting 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 www/Makefile | 1 + www/p5-HTML-Defang/Makefile (new) | 19 +++++++++++++++++++ www/p5-HTML-Defang/distinfo (new) | 3 +++ www/p5-HTML-Defang/pkg-descr (new) | 4 ++++ www/p5-HTML-Defang/pkg-plist (new) | 2 ++ 5 files changed, 29 insertions(+)
Committed, thanks!