mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 08:33:35 +01:00
Extra traversal check.
git-svn-id: https://develop.svn.wordpress.org/trunk@6520 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f2aa6e80cf
commit
e605fb7f4d
@ -43,6 +43,9 @@ function get_real_file_to_edit( $file ) {
|
||||
}
|
||||
|
||||
function validate_file( $file, $allowed_files = '' ) {
|
||||
if ( false !== strpos( $file, '..' ))
|
||||
return 1;
|
||||
|
||||
if ( false !== strpos( $file, './' ))
|
||||
return 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user