ruby-sanitize 6.0.2-2 source package in Ubuntu
Changelog
ruby-sanitize (6.0.2-2) unstable; urgency=medium * Team upload * No-change source-only upload -- Abhijith PA <email address hidden> Thu, 25 Jan 2024 12:00:39 +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 | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-sanitize_6.0.2-2.dsc | 2.1 KiB | 1d9af26926078ee6ca1be9f38062358c6963bd274d553a1bab5874ab70b04afd |
ruby-sanitize_6.0.2.orig.tar.gz | 44.1 KiB | 17ab5fbf9a69027904ee866b263050808aa3c732b7984b5cb6c9bcc1d43b4684 |
ruby-sanitize_6.0.2-2.debian.tar.xz | 3.8 KiB | 51e780c64906a7c5b091f572df9215d8913048c89d67074bab6a1ebf6d647478 |
Available diffs
- diff from 6.0.2-1 to 6.0.2-2 (296 bytes)
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.