Source: golang-github-microcosm-cc-bluemonday Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Taowa Munene-Tardif , Anthony Fok Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-aymerick-douceur-dev (>= 0.2.0), golang-golang-x-net-dev (>= 1:0.0+git20210331.0fccb6f) Testsuite: autopkgtest-pkg-go Standards-Version: 4.6.1 Homepage: https://github.com/microcosm-cc/bluemonday Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-microcosm-cc-bluemonday Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-microcosm-cc-bluemonday.git XS-Go-Import-Path: github.com/microcosm-cc/bluemonday Package: golang-github-microcosm-cc-bluemonday-dev Architecture: all Multi-Arch: foreign Depends: golang-github-aymerick-douceur-dev (>= 0.2.0), golang-golang-x-net-dev (>= 1:0.0+git20210331.0fccb6f), ${misc:Depends}, ${shlibs:Depends} Description: Go library for scrubbing user generated data of unapproved html Bluemonday takes untrusted user generated content as an input and returns HTML that has been sanitised against a whitelist of approved HTML elements and attributes. This can help prevent XSS attacks.