Security fix preventing directory traversal broke my workflow
-
Hello,
I use git and composer to deploy wordpress. In my setup the upload dir is outside wordpress root. So the config has:
if ( !defined('UPLOADS') ) define('UPLOADS', '../files');
9 days ago https://github.com/WordPress/WordPress/commit/2524ba3aec743601ba78ba6fe7fcaeacce633701#diff-1aebe3e8c1a195297174731f43493918 a security fix broke it, preventing
../
in that path.What would a better way of doing it ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Security fix preventing directory traversal broke my workflow’ is closed to new replies.