Skip Menu |

This queue is for tickets about the DBIx-Class-Fixtures CPAN distribution.

Report information
The Basics
Id: 94366
Status: new
Priority: 0/
Queue: DBIx-Class-Fixtures

People
Owner: Nobody in particular
Requestors: aran [...] ziprecruiter.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Sanitizing Sensitive Data
Date: Tue, 1 Apr 2014 09:51:36 -0700
To: bug-DBIx-Class-Fixtures [...] rt.cpan.org
From: Aran Deltac <aran [...] ziprecruiter.com>
It would be nice if there was some support for sanitizing sensitive data, such as PII (personally identifiable information) as part of calling dump(). This could probably be done via a plugin on the result classes that, if a row is being used for dumping it returns generic values for certain columns. Maybe this isn't something that DBIx::Class::Fixtures should be doing, but I would expect it would be a common question and addressing the question in the documentation would be nice.