パッケージ: ruby-sanitize (6.0.2-2)
ruby-sanitize に関するリンク
Debian の資源:
ruby-sanitize ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
whitelist-based HTML sanitizer
Sanitize is a whitelist-based HTML sanitizer. Given a list of acceptable elements and attributes, Sanitize will remove all unacceptable HTML from a string.
Using a simple configuration syntax, you can tell Sanitize to allow certain elements, certain attributes within those elements, and even certain URL protocols within attributes that contain URLs. Any HTML elements or attributes that you don't explicitly allow will be removed.
Because it's based on Nokogiri, a full-fledged HTML parser, rather than a bunch of fragile regular expressions, Sanitize has no trouble dealing with malformed or maliciously-formed HTML and returning safe output.
その他の ruby-sanitize 関連パッケージ
|
|
|
|
-
- dep: ruby-crass (>= 1.0.2)
- CSS parser based on the CSS Syntax Level 3 draft
-
- dep: ruby-nokogiri (>= 1.12.0)
- HTML, XML, SAX, and Reader parser for Ruby