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/digibug/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/digibug/tests')
-rw-r--r-- | modules/digibug/tests/xss_data.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/digibug/tests/xss_data.txt b/modules/digibug/tests/xss_data.txt new file mode 100644 index 00000000..c65afb66 --- /dev/null +++ b/modules/digibug/tests/xss_data.txt @@ -0,0 +1,3 @@ +modules/digibug/views/digibug_form.html.php 4 DIRTY form::open("http://www.digibug.com/dapi/order.php") +modules/digibug/views/digibug_form.html.php 5 DIRTY form::hidden($order_parms) +modules/digibug/views/digibug_form.html.php 6 DIRTY form::close() |