Otto Kekäläinen
Otto Kekäläinen
Also, check WP installation folder structure and warn if there are e.g. two wp-content folders (and the one is not a symlink to the other).
Yes, let's implement a notification saying to the admin something like: > Files that are potentially security violating and unnecessary have been detected. Please [review] them. Or the cruft remover...
We can implement this in the Seravo Plugin once there is a API/source for the data.
This is still the case with our latest image: ``` $ vagrant up Bringing machine 'redacted-box' up with 'virtualbox' provider... ==> redacted-box: Checking if box 'seravo/wordpress-beta' is up to date......
This is a known issue inherited from upstream. Vagrant by default always uses the [same keys globally](https://github.com/hashicorp/vagrant/tree/master/keys), which is very insecure, and if keys are recreated per box then there...
So apparently `config.ssh.private_key_path` can be an array with multiple keys. We need to test if we can pimp https://github.com/Seravo/wordpress/blob/master/Vagrantfile to always use as many available keys as possible to ensure...
The issue was not assigned to me 2 years ago, so I did not follow up it in detail then. I apologize this didn't get proper attention back then.
I have not been able to reproduce this for a while, so I don't have a case where to test potential fixes.
I encountered today at one of our clients in use this as well: https://filp.github.io/whoops/
So far there has not been any strong evidence that this would make VirtualBox 6.x run faster or better, so not worth forcing in at the moment. If the underlying...