Вот моя тема выводит при проверке результат 27%
И вот такие критические ошибки. Посмотрите что можно исправить
Critical alerts
- Security breaches : Use of base64_encode()
Found
base64_encode in file
oauth_application.php.
return base64_encode(hash_hmac('sha1', $sigBase, $sigKey, true));
- Malware : Operations on file system
file_get_contents was found in the file
mailchimp.php
Line 6: * Uses curl if available, falls back to file_get_contents and HTTP stream.
Line 70: $result = file_get_contents($url, null, stream_context_create(array(
- Malware : Network operations
curl_init was found in the file
mailchimp.php
Line 56: if (function_exists('curl_init') && function_exists('curl_setopt')){
Line 57: $ch = curl_init();
curl_exec was found in the file
mailchimp.php
Line 66: $result = curl_exec($ch);
curl_exec was found in the file
curl_object.php
Line 40: * Encapsulates curl_exec - Perform a cURL session.
Line 90: return curl_exec($ch);
curl_init was found in the file
curl_object.php
Line 50: * Encapsulates curl_init - Initialize a cURL session.
Line 94: return curl_init($url);