instiki/test
Jacques Distler 5d15e3f39d Security: Instiki 0.16.2
On Webs with file uploads enabled, uploaded files were stored
(in version 0.16.1 and earlier) in the public/ directory.

This was a security threat. A miscreant could upload a .html file.
When a user clicked on the link to the file, it was opened (unsanitized)
in the browser.

As of version 0.16.2, uploaded files are stored in the webs/
directory. Now, when the user clicks on the link, the file is sent
with the

    Content-Disposition: attachment

header set, which causes the file to be downloaded, rather than opened
in the browser. As always, files downloaded from the internets should be
treated with caution. At least, this way, they are not aoutomatically 
opened in the browser.

To move your existing uploaded files to the new location, do a

     rake upgrade_instiki
2009-01-26 00:21:30 -06:00
..
fixtures Sanitize url refs in SVG attributes 2007-10-27 17:34:29 -05:00
functional Security: Instiki 0.16.2 2009-01-26 00:21:30 -06:00
unit Security: Instiki 0.16.2 2009-01-26 00:21:30 -06:00
watir Checkout of Instiki Trunk 1/21/2007. 2007-01-22 07:43:50 -06:00
sanitizer.dat More Tests 2009-01-05 22:13:09 -06:00
test_helper.rb Uploaded Pictures Should Display in "Published" Mode 2008-12-20 13:56:50 -06:00