xss-sanitize/xss-sanitize.cabal
Greg Weber 73b4d57d61 filtering was crashing on relative URIs
relative URIs should be pass through fine
2010-11-26 17:09:12 -08:00

26 lines
907 B
Plaintext

name: xss-sanitize
version: 0.2.4
license: BSD3
license-file: LICENSE
author: Greg Weber <greg@gregweber.info>
maintainer: Greg Weber <greg@gregweber.info>
synopsis: sanitize untrusted HTML to prevent XSS attacks
description: run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks. see README.md <http://github.com/gregwebs/haskell-xss-sanitize> for more details
category: Web
stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://github.com/gregwebs/haskell-xss-sanitize
library
build-depends: base == 4.*, containers,
tagsoup >= 0.11, utf8-string >= 0.3, network >= 2
exposed-modules: Text.HTML.SanitizeXSS
ghc-options: -Wall
source-repository head
type: git
location: http://github.com/gregwebs/haskell-xss-sanitize.git