erwanlr
Forum Replies Created
-
Hi,
Do you still have the issue ?
I was not able to reproduce. I installed a vulnerable plugin, ran a scan which flagged the plugin, then deleted the plugin and ran another scan which cleared the flag.
If you still have the issue, could you provide the related plugin slug/name please ?
Forum: Plugins
In reply to: [WPScan - WordPress Security Scanner] Verify Issue When ReInstalledFor the Summary section not showing, this is due to the WP Cron not running, which can be due to:
The DISABLE_WP_CRON constant is set to true in the wp-config.php file, but no system cron has been set (crontab -e).
A plugin’s caching pages is enabled (see https://wordpress.stackexchange.com/questions/93570/wp-cron-doesnt-execute-when-time-elapses?answertab=active#tab-top).
The blog being unable to make a loopback request, see the Tools->Site Health for details.
If the issue can not be solved with the above, putting define(‘ALTERNATE_WP_CRON’, true); in the wp-config.php could help, however, will impact the SEO of the blog.
For the original issue, ie the Summary section not showing, this is due to the WP Cron not running, which can be due to:
The DISABLE_WP_CRON constant is set to true in the wp-config.php file, but no system cron has been set (crontab -e).
A plugin’s caching pages is enabled (see https://wordpress.stackexchange.com/questions/93570/wp-cron-doesnt-execute-when-time-elapses?answertab=active#tab-top).
The blog being unable to make a loopback request, see the Tools->Site Health for details.
If the issue can not be solved with the above, putting define(‘ALTERNATE_WP_CRON’, true); in the wp-config.php could help, however, will impact the SEO of the blog.
Forum: Plugins
In reply to: [WPScan - WordPress Security Scanner] False identification?Thank you for the report, this was due to the malformed version returned by the Category Specific RSS Menu plugin (v1.2 instead of 1.2), and has been fixed in our latest version 1.3 just released