From 4fe5801c885088e5e6c11b8a20a561415941b864 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 18 Nov 2009 10:34:39 -0800 Subject: Simplify the maintenance of the xss golden file by having each module contibute its own golden file to a consolidated one. This will make it easier for -contrib modules or themes to be included in the xss security test w/o having to keep modifying a central golden file. --- modules/notification/tests/xss_data.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/notification/tests/xss_data.txt (limited to 'modules/notification/tests') diff --git a/modules/notification/tests/xss_data.txt b/modules/notification/tests/xss_data.txt new file mode 100644 index 00000000..1a80a6e8 --- /dev/null +++ b/modules/notification/tests/xss_data.txt @@ -0,0 +1,8 @@ +modules/notification/views/comment_published.html.php 28 DIRTY_JS $comment->item()->abs_url() +modules/notification/views/comment_published.html.php 29 DIRTY $comment->item()->abs_url() +modules/notification/views/item_added.html.php 16 DIRTY_JS $item->abs_url() +modules/notification/views/item_added.html.php 17 DIRTY $item->abs_url() +modules/notification/views/item_deleted.html.php 18 DIRTY_JS $item->parent()->abs_url() +modules/notification/views/item_deleted.html.php 19 DIRTY $item->parent()->abs_url() +modules/notification/views/item_updated.html.php 20 DIRTY_JS $item->abs_url() +modules/notification/views/item_updated.html.php 20 DIRTY $item->abs_url() -- cgit v1.2.3