+ * SECURITY UPDATE: fix information/file leakage in File::Path::rmtree() + * lib/File/Path.pm, rmtree(): use chmod 700/600 instead of 777/666 before + removing files/directories; this will not leave world-readable/writeable + directories and files behind if rmdir/unlink fails somehow and avoid race + conditions + * References: + CAN-2004-0452