xss-sanitize 0.2.1 → 0.2.2
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- xss-sanitize.cabal +2/−2
LICENSE view
@@ -1,7 +1,7 @@ The following license covers this documentation, and the source code, except where otherwise indicated. -Copyright 2010, Michael Snoyman. All rights reserved.+Copyright 2010, Greg Weber. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
xss-sanitize.cabal view
@@ -1,11 +1,11 @@ name: xss-sanitize-version: 0.2.1+version: 0.2.2 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+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