ruby-sanitize 6.0.2-1 source package in Ubuntu

Changelog

ruby-sanitize (6.0.2-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

  [Abhijith PA]
  * New upstream release
    Fix CVE-2023-36823 (Closes: #1041430)
  * Remove X*-Ruby fields
  * Bump Standards-Version to 4.6.2

 -- Abhijith PA <email address hidden>  Sun, 10 Dec 2023 22:52:54 +0530

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sanitize_6.0.2-1.dsc 2.1 KiB aaef94ca95f63bdfe52768f730fbc09a7e104f43ea322ac3c331ceb4aeb2183b
ruby-sanitize_6.0.2.orig.tar.gz 44.1 KiB 17ab5fbf9a69027904ee866b263050808aa3c732b7984b5cb6c9bcc1d43b4684
ruby-sanitize_6.0.2-1.debian.tar.xz 3.7 KiB a42229ecc2de95f50ab35a2521dbf8852f2f6ee240da03edeca03f8b87c7a832

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.