Hi there, I love this great tool, but I have some little problem in several WP installations: After a scan I always find the message that two files could not be read:
/htdocs/wp-includes/js/dist/date.js
/htdocs/wp-includes/js/dist/datemin.js
It seems not to be files from the WP installation themselves, but I don’t know which of my few plugins installs the two files.
What can I do to get them scanned?
Both of these files are actually part of the WP Core installation. I’m not sure why they won’t scan but those are both rather large files so perhaps there is just not enough memory allocated to your PHP processes on your server to read and scan those files. You can try increasing the memory_limit value in the php.ini file on your server.