ruby-loofah 2.2.2-1 source package in Ubuntu

Changelog

ruby-loofah (2.2.2-1) unstable; urgency=medium

  * New upstream release. 

 -- Georg Faerber <email address hidden>  Thu, 22 Mar 2018 23:21:45 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-loofah_2.2.2-1.dsc 1.8 KiB 6a40d4404912a652110e7687d036bf0b13d4b84613f27331dcb7251203303575
ruby-loofah_2.2.2.orig.tar.gz 60.3 KiB f36ee351104de836477fedf0766e59a8224630893dcc9aa7af1fd4116d286462
ruby-loofah_2.2.2-1.debian.tar.xz 3.2 KiB 7374094bdafc6b97092ec50f5e31bd64e958193567415d71a077e5ab0b105700

Available diffs

No changes file available.

Binary packages built by this source

ruby-loofah: 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.)