1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: golang-github-microcosm-cc-bluemonday
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Taowa Munene-Tardif <taowa@debian.org>,
Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any (>= 2:1.21~),
golang-github-aymerick-douceur-dev (>= 0.2.0),
golang-golang-x-net-dev (>= 1:0.17.0)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
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.17.0),
${misc: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.
|