|
|
|
|
|
by noir_lord
3190 days ago
|
|
I explained this and the potential ramifications to my boss the other day, We are going to do a full audit of all the data we possess (mostly business to business and very little PII) before next year. It will likely mean some development work as well as we are going to need a reliable auditable way of wiping data. Despite it making work for us all I can say is about damn time. |
|
One step we've had to take is to stop using copies of the live database in our dev environments (I suspect that practice is fairly common!). Instead we've build an automated rule-based system that produces 'munged' copies of the data (i.e. realistic size and type, but with no useful information), transferring that to our build and dev systems nightly - and reporting on what steps have been taken.
Shameless plug - we're also in the process of building plugins for platforms like Wordpress[1] to simplify some of this for smaller projects.
[1] http://datamunge.io