ezyang / htmlpurifier

Standards compliant HTML filter written in PHP
http://htmlpurifier.org
GNU Lesser General Public License v2.1
3.07k stars 327 forks source link

Cache: handle group permission (mkdir flaw) #186

Closed Slamdunk closed 6 years ago

Slamdunk commented 6 years ago

For some reason, I don't know why, mkdir doesn't handle well the 0770 permission:

https://3v4l.org/pKu4U

So we need to test the complete permission set for a correct handle of mkdir result.

Slamdunk commented 6 years ago

https://bugs.php.net/bug.php?id=76698