openbsd-ports/www/p5-HTML-StripScripts/pkg/DESCR
landry 6271366656 Import p5-HTML-StripScripts 1.05:
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.
2009-11-12 20:12:18 +00:00

7 lines
347 B
Plaintext

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.
You will probably use HTML::StripScripts::Parser rather than using this
module directly.