xss-sanitize/xss-sanitize.cabal
Greg Weber 193800f075 upper case tags and attributes were rejected
lower case them all. Goes against my philosophy of trying to not modify.
But it is easier, and uppercase is completely deprecated.
2011-03-04 16:31:53 -08:00

26 lines
907 B
Plaintext

name: xss-sanitize
version: 0.2.6
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