Emailed Author: Hello,
Before we can approve your plugin, you will need to make some improvements.
The save_frontend_wp_bootscraper() function is unsafe. Passing raw post data to serialize() is very dangerous and makes it susceptible to arbitrary code execution attacks.
Please validate and sanitize all post data before it is passed to serialize() (and perhaps not use serialize() ) and when you're done, reply to this email with a new copy of the plugin and we will review it.