instiki/test/unit
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
..
chunks Bump Version Number 2008-12-24 13:11:53 -06:00
diff_test.rb Fix buglet in xhtmldiff 2008-12-18 22:12:23 -06:00
maruku_tex.rb More fixes, sync with HTML5lib 2007-06-13 23:05:15 -05:00
page_renderer_test.rb Security: Instiki 0.16.2 2009-01-26 00:21:30 -06:00
page_test.rb Sanitize url refs in SVG attributes 2007-10-27 17:34:29 -05:00
sanitize_test.rb More Tests 2009-01-05 22:13:09 -06:00
sanitizer_test.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
uri_test.rb Checkout of Instiki Trunk 1/21/2007. 2007-01-22 07:43:50 -06:00
web_test.rb Two Bugs 2009-01-01 02:38:12 -06:00
wiki_file_test.rb Security: Instiki 0.16.2 2009-01-26 00:21:30 -06:00
wiki_words_test.rb Multiple leading capital letters in a WikiWord 2008-12-25 17:41:35 -06:00