summaryrefslogtreecommitdiff
path: root/textproc/rubygem-loofah-gitlab/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-loofah-gitlab/pkg-descr')
-rw-r--r--textproc/rubygem-loofah-gitlab/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/rubygem-loofah-gitlab/pkg-descr b/textproc/rubygem-loofah-gitlab/pkg-descr
new file mode 100644
index 000000000000..dae5505c8647
--- /dev/null
+++ b/textproc/rubygem-loofah-gitlab/pkg-descr
@@ -0,0 +1,4 @@
+Loofah is a general library for manipulating 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.