Bug#611305: php-htmlpurifier: HTMLPurifier cache directory should be writable

2011-01-27 Thread Sebastian Reichel
On Thu, Jan 27, 2011 at 07:33:05PM -0500, Edward Z. Yang wrote: > That might have some unintended consequences, in particular, cache > files should not be shared between users because there's no integrity > checking and a user could "poison" someone elses configuration. Of > course, as it stands r

Bug#611305: php-htmlpurifier: HTMLPurifier cache directory should be writable

2011-01-27 Thread Edward Z. Yang
That might have some unintended consequences, in particular, cache files should not be shared between users because there's no integrity checking and a user could "poison" someone elses configuration. Of course, as it stands right now doesn't work either. Maybe a per user cache? Cheers, Edward

Bug#611305: php-htmlpurifier: HTMLPurifier cache directory should be writable

2011-01-27 Thread Sebastian Reichel
Package: php-htmlpurifier Version: 4.1.1+dfsg1-1 Severity: normal Hi, I get the following error when using php-htmlpurifier: Fatal Error: config: HTMLPurifier cache directory should be writable by anyone (chmod -R 777 lib/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer) I think the