diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-18 10:34:39 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-18 10:34:39 -0800 |
commit | 4fe5801c885088e5e6c11b8a20a561415941b864 (patch) | |
tree | cf165e7bf32e7782e555f07871ff393ed8e2caeb /modules/user/tests | |
parent | 3f600d46e44268ef95734249a12d706bdefd87be (diff) |
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.
Diffstat (limited to 'modules/user/tests')
-rw-r--r-- | modules/user/tests/xss_data.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/user/tests/xss_data.txt b/modules/user/tests/xss_data.txt new file mode 100644 index 00000000..38e52c0d --- /dev/null +++ b/modules/user/tests/xss_data.txt @@ -0,0 +1,15 @@ +modules/user/views/admin_users.html.php 3 DIRTY_JS url::site("admin/users/add_user_to_group/__USERID__/__GROUPID__?csrf=$csrf") +modules/user/views/admin_users.html.php 26 DIRTY_JS url::site("admin/users/group/__GROUPID__") +modules/user/views/admin_users.html.php 36 DIRTY_JS url::site("admin/users/remove_user_from_group/__USERID__/__GROUPID__?csrf=$csrf") +modules/user/views/admin_users.html.php 71 DIRTY_ATTR $user->id +modules/user/views/admin_users.html.php 71 DIRTY_ATTR text::alternate("g-odd","g-even") +modules/user/views/admin_users.html.php 71 DIRTY_ATTR $user->admin?"g-admin":"" +modules/user/views/admin_users.html.php 72 DIRTY_ATTR $user->id +modules/user/views/admin_users.html.php 73 DIRTY_ATTR $user->avatar_url(20,$theme->url(,true)) +modules/user/views/admin_users.html.php 87 DIRTY ($user->last_login==0)?"":gallery::date($user->last_login) +modules/user/views/admin_users.html.php 123 DIRTY_ATTR $group->id +modules/user/views/admin_users.html.php 123 DIRTY_ATTR ($group->special?"g-default-group":"") +modules/user/views/admin_users.html.php 125 DIRTY $v +modules/user/views/admin_users_group.html.php 22 DIRTY_JS $user->id +modules/user/views/admin_users_group.html.php 22 DIRTY_JS $group->id +modules/user/views/user_form.html.php 7 DIRTY $form |