ruby-sanitize 6.0.0-1.1 source package in Ubuntu

Changelog

ruby-sanitize (6.0.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Update tests to remove deprecated minitest 'must_be'
  * Forcibly escape content in "unescaped text" elements inside math or svg
    namespaces
  * Always remove `<noscript>` elements (CVE-2023-23627) (Closes: #1030047)

 -- Salvatore Bonaccorso <email address hidden>  Mon, 20 Feb 2023 20:28: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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sanitize_6.0.0-1.1.dsc 2.2 KiB 634f3aa9d393b001a1fdf7cb86d6679f260b5b16d17b5c2b3d3faa687c9d9941
ruby-sanitize_6.0.0.orig.tar.gz 41.8 KiB 1c66c7bc589b48911d97495f0ee4a96698b07242950a9d1f21ba61a3612d8cf4
ruby-sanitize_6.0.0-1.1.debian.tar.xz 17.0 KiB cf515cf52292c418cf81248d17aaf0c1b8e4b67871c6d0d3fe9493282522bbf9

Available diffs

No changes file available.

Binary packages built by this source

ruby-sanitize: 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.