Forum Moderators: open
I've impressed upon them the risks involved in doing this and they've agreed to let the database column names stay confidential, however, they still want a textual database dump released.
This is uncharted territory for me. What are the possible security implications in releasing a dump such as:
(1, 2, 3, 4, 800, 'data', 1, a', 'data', 'a'),
(1, 2, 3, 4, 800, 'data', 1, 'b', NULL, 'a'),
(1, 2, 3, 4, 800, 'data', 1, 'c', NULL, NULL),
(1, 2, 3, 4, 800, 'data', 1, 'd', 'data', 'a'),
(1, 2, 3, 4, 800, 'data', 1, 'e', 'data', 'a')
Thoughts?
The underlying data structure should certainly NOT be subject to FOIA.
My scripts are tight and all input is validated and cleaned.
gives potential hackers a blueprint to your database structure
This is my major concern. I think what I'm going to do is send them a non-breaking textual representation of all the data. That way columns won't be visible and it'll just be a mess of input.
Not sure why a lawyer would be requesting that. I'd say you need to run that one up the flag pole to someone a little higher up than the lawyer you are currently dealing with.