ruby-loofah 2.0.3-2+deb9u2build0.16.04.1 source package in Ubuntu

Changelog

ruby-loofah (2.0.3-2+deb9u2build0.16.04.1) xenial-security; urgency=medium

  * fake sync from Debian

ruby-loofah (2.0.3-2+deb9u2) stretch-security; urgency=medium

  * Team upload

  * debian/patches
    - add 0004-fix-CVE-2018-16468.patch: taken security fix from upstream
      (Closes: #912398) (CVE-2018-16468)

 -- Mike Salvatore <email address hidden>  Mon, 04 Feb 2019 05:29:53 -0500

Upload details

Uploaded by:
Mike Salvatore
Uploaded to:
Xenial
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-loofah_2.0.3.orig.tar.gz 55.9 KiB a7faa04cc845ce9f24e510e5091c1a52e982b8c352bfa67c6e4a2fedc3e40d49
ruby-loofah_2.0.3-2+deb9u2build0.16.04.1.debian.tar.xz 5.4 KiB f53c0eca849862a12c7fde9e524c29de1789aa37390b59fed76495ffd0057b64
ruby-loofah_2.0.3-2+deb9u2build0.16.04.1.dsc 2.2 KiB 8d0458929a5bc174b8907d14c2a6beb92e7b636b753ef360344244ce5811d0d9

View changes file

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.)