From 09b707ffaa8b6b03d3cd9f873008bd3c31f2dcbb Mon Sep 17 00:00:00 2001 From: mario Date: Tue, 3 Jun 2014 20:35:19 +0200 Subject: [PATCH] Added 0.4.2 Tag --- bower.json | 2 +- demo/index.tpl | 4 ++-- package.json | 2 +- test/index.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 9a4403d10..0f98e2039 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "DOMPurify", - "version": "0.4", + "version": "0.4.2", "homepage": "https://github.com/cure53/DOMPurify", "author": "Cure53 ", "description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG", diff --git a/demo/index.tpl b/demo/index.tpl index 89fce6bce..1470c703f 100644 --- a/demo/index.tpl +++ b/demo/index.tpl @@ -2,13 +2,13 @@ - DOMPurify 0.4 "Flying Fortress" + DOMPurify 0.4.2 "Nighthawk" -

DOMPurify 0.4 "Flying Fortress"

+

DOMPurify 0.4.2 "Nighthawk"

This is the demo for DOMPurify, a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, SVG and MathML. The textarea below contains sample-payload - you can also add your own. Watch it sanitize on the console or in the Iframe below. diff --git a/package.json b/package.json index 4092a93a0..039d16ec7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "name": "dompurify", "description": "DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (9+), Firefox and Chrome - as well as almost anything else using Blink or WebKit). DOMPurify is written by security people who have vast background in web attacks and XSS. Fear not.", - "version": "0.4.0", + "version": "0.4.2", "main": "purify.js", "directories": { "test": "test" diff --git a/test/index.html b/test/index.html index 41f39456e..ba93fc204 100644 --- a/test/index.html +++ b/test/index.html @@ -2,7 +2,7 @@ - DOMPurify 0.4 Testsuite + DOMPurify 0.4.2 "Nighthawk" Testsuite