From d0cccce7a8c3cb52996f3d48e28f47ba3c68c3f8 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 22 Nov 2017 20:49:23 +0100 Subject: [PATCH] removing patterns that don't get sanitized, but also don't get interpreted when inserted into the HTML --- js/test.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/js/test.js b/js/test.js index be4df6d..99180fa 100644 --- a/js/test.js +++ b/js/test.js @@ -1469,12 +1469,6 @@ describe('PasteViewer', function () { '', '
', 'PT SRC="httx://xss.rocks/xss.js">', - '(alert)(1)', - 'a=alert,a(1)', - 'top[“al”+”ert”](1)', - 'top[/al/.source+/ert/.source](1)', - 'al\u0065rt(1)', - 'top[8680439..toString(30)](1)' ]), 'string', function (format, prefix, xss, suffix) {