Plugin Inspector call this UNSAFE
-
Test this with “plugin Inspector”. gives this result:
Deprecated/maintenance/includes/admin.php view source
screen_icon at line 75:
<?php screen_icon(); ?>
Deprecated 3.8.0 Use get_screen_icon()
Unsafe/maintenance/includes/functions.php view source
file_get_contents at line 135:
$gg_fonts = json_decode(file_get_contents(MAINTENANCE_INCLUDES .’fonts/googlefonts.json’));
Potential risk: Medium. Read entire file into a string. May be used to load malicious code from the external source/website without any restrictions.
file_get_contents at line 160:
$gg_fonts = json_decode(file_get_contents(MAINTENANCE_INCLUDES .’fonts/googlefonts.json’));
Potential risk: Medium. Read entire file into a string. May be used to load malicious code from the external source/website without any restrictions.
file_get_contents at line 201:
$gg_fonts = json_decode(file_get_contents(MAINTENANCE_INCLUDES .’fonts/googlefonts.json’), true);
Potential risk: Medium. Read entire file into a string. May be used to load malicious code from the external source/website without any restrictions.
file_get_contents at line 636:
$upload = wp_upload_bits( $file_name, null, file_get_contents($image_url), current_time( ‘mysql’, 0));
Potential risk: Medium. Read entire file into a string. May be used to load malicious code from the external source/website without any restrictions.
- The topic ‘Plugin Inspector call this UNSAFE’ is closed to new replies.