How to check plugins for malicious code?
Our new hosting company ran a security check on our installation and I was very surprised to hear that a premium plugin we had purchased (Easy Media Gallery Pro) contained malicious code.
Our new hosting company ran a security check on our installation and I was very surprised to hear that a premium plugin we had purchased (Easy Media Gallery Pro) contained malicious code.
What is the exact difference between esc_html and attribute_escape filter?
I am starting a new wordpress blog, and no longer updating an old one.
The old one still gets 400-500 hits a day, so I would like to keep it up for archival purposes, as people still link to its posts.
Obviously there is the problem that wordpress and plugins will be updated, and I have no desire to maintain it.
How can I lock the installation of wordpress down so I don’t need to maintain it?
I have seen someone suggest making a static version, which sounds like alot of work. A more reasonable solution I thought of was to disable write access to the database at the database user level. I’m fine with disabling comments from now on.
I had look at the code but I couldnt see any escaping on funcions like the_title the_content the_excerptetc. I might not be reading it right. Do I need to escape these functions in theme development like:
I want to force a secure connection on some of my pages (ones with forms), but I don’t want the whole site to work with ssl (slows it down)
I have enabled SVG uploading for my WordPress logo using the answer provided on this stack link, despite having read, in numerous places, that SVG support in a WordPress site opens it up to scripting attacks. Here is just one such source:
FYI: This has been also posted here since I’m fairly new to this website and didn’t know that the WordPress part existed. Sorry for the repost.
Is keeping wp-admin/install.php and wp-admin/install-helper.php a security leak on the newer versions of wordpress? By default file permission on those files are 644.