5 ms·
With respect to a software like Wordpress which is: - huge and powerful - vividly maintained and extended by lots of developers - rarely features security is
by dr_hercules 11y ago
With respect to a software like Wordpress which is:
- huge and powerful
- vividly maintained and extended by lots of developers
- rarely features security issues which aren't fixed immediately
... the question arises whether the quality of its code base is in this case maybe rather an academic issue.
- liviu- 11y ago>- rarely features security issues which aren't fixed immediately I tried to use WordPress once. I downloaded a theme from wordpress.org with the assumption that themes are reviewed before making there. Nevertheless, I did some basic pentesting before putting my app live, and I quickly found a XSS vulnerability in the search bar of the theme (their paid version featured the same vulnerability). Maybe my experience is not to be generalised to WordPress in general, but it put me off.
- dr_hercules 11y ago> Maybe my experience is not to be generalised to WordPress in general, but it put me off. WordPress plug ins are - as far as I know - not reviewed. You're at the mercy of the respective developer.
- liviu- 11y agoThey are, as this link seem to indicate: https://wordpress.org/plugins/add/ https://wordpress.org/plugins/add/ >Currently there are 224 plugins in the review queue, 198 of which are awaiting their initial review.
- dr_hercules 11y agoThere are more than 38k plug ins available (https://en.wordpress.org/plugins/ https://en.wordpress.org/plugins/). And also from what I have seen so far - there is no extensive (if any) reviewing done regarding safety and quality.
- lucaspiller 11y agoWhen you first add a new plugin it is reviewed, but once it's been accepted you are free to push out whatever changes you want without review.