Web category
This commit is contained in:
parent
12a07368b8
commit
66a6139a4f
@ -1,5 +1,5 @@
|
|||||||
name: xss-sanitize
|
name: xss-sanitize
|
||||||
version: 0.1
|
version: 0.1.1
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Greg Weber <greg@gregweber.info>
|
author: Greg Weber <greg@gregweber.info>
|
||||||
@ -7,7 +7,7 @@ maintainer: Greg Weber <greg@gregweber.info>
|
|||||||
synopsis: sanitize untrusted HTML to prevent XSS attacks
|
synopsis: sanitize untrusted HTML to prevent XSS attacks
|
||||||
description: sanitize untrusted HTML to prevent XSS attacks with Text.HTML.SanitizeXSS.sanitizeXSS. see README.md for more details
|
description: sanitize untrusted HTML to prevent XSS attacks with Text.HTML.SanitizeXSS.sanitizeXSS. see README.md for more details
|
||||||
|
|
||||||
category: Text.HTML
|
category: Web
|
||||||
stability: Stable
|
stability: Stable
|
||||||
cabal-version: >= 1.6
|
cabal-version: >= 1.6
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user