Plugin Inspector report
-
Inspecting code quality of various plugins. Here is some feedback for BB:
Unsafe/bb-plugin/includes/vendor/mailchimp/mailchimp.php view source curl_exec at line 208: $response_body = curl_exec($ch); Potential risk: Medium. Load external data from any web server. May be used to load malicious code from the external source without any restrictions. file_get_contents at line 236: $apikey = trim(file_get_contents($path)); Potential risk: Medium. Read entire file into a string. May be used to load malicious code from the external source/website without any restrictions.DeprecatedUnsafe/bb-plugin/classes/class-fl-builder-auto-suggest.php view source like_escape at line 99: $like = like_escape( esc_sql( $like ) ); Deprecated 4.0.0 Use wpdb::esc_like()For the full report I suggest you to install Plugin Inspector – https://wordpress.org/plugins/plugin-inspector/
Best regards,
Michael
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Plugin Inspector report’ is closed to new replies.