Closed (fixed)
Project:
Paranoia
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 May 2012 at 16:00 UTC
Updated:
10 Aug 2012 at 00:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
gregglesComment #2
gregglesPatch in #1 included what is currently in the common.raw.sql.
This patch includes code from common.dev.sql
Comment #3
moshe weitzman commentedI would remove the users_data item since I think that could cripple developers who are using these sanitized copies. I understand why some sites would want this sanitized, and they should use a Contrib project for it.
I'm not too inclined to partially delete those blocked users. That leaves the DB in an inconsistent state. Whats the use case for removing these? Might be better done in Contrib as well.
Comment #4
gregglesYeah, the more paranoid of these can live in...paranoia.drush.inc ;)
The inconsistent db state (nodes or comments referring to non-existent users) should be cleaned up by later patches I'm working on. I think the motivation is creating a database that, if accidentally exposed to the world, would show expose no new information beyond what is publicly visible in a typical Drupal site.
Comment #5
moshe weitzman commentedComment #6
gregglesI think emails and passwords are the main things to "fix" and those are already handled. The rest of these are a bit more extreme and maybe could all live in paranoia. Are you in favor of any of these being in drush? They only get more paranoid from here...
Comment #7
moshe weitzman commentedOK, I committed the truncate for sessions table into core drush. The rest can go to paranoia
Comment #8
gregglesSo, this doesn't work, but it's a start.
Comment #9
gregglesNow committed - http://drupalcode.org/project/paranoia.git/commit/45cea70