[ ソース: ruby-loofah ]
パッケージ: ruby-loofah (2.22.0-1)
ruby-loofah に関するリンク
Debian の資源:
ruby-loofah ソースパッケージをダウンロード:
メンテナ:
- Debian Ruby Team (QA ページ, メールアーカイブ)
- Cédric Boutillier (QA ページ)
- Balasankar C (QA ページ)
- Georg Faerber (QA ページ)
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
manipulation and transformation of HTML/XML documents and fragments
Loofah is a general library for manipulating and transforming HTML/XML documents and fragments. It's built on top of Nokogiri and libxml2, so it's fast and has a nice API.
Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers, which are based on HTML5lib's whitelist, so it most likely won't make your codes less secure. (These statements have not been evaluated by Netexperts.)
その他の ruby-loofah 関連パッケージ
|
|
|
|
-
- 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