gdpr-dump icon indicating copy to clipboard operation
gdpr-dump copied to clipboard

Utility that creates anonymized database dumps (MySQL only). Provides default config templates for Magento, Drupal and Shopware.

Results 6 gdpr-dump issues
Sort by recently updated
recently updated
newest added

**What is the problem?** `\Faker\Provider\Internet::userName` could easily return same value (`\Faker\Provider\Internet::$userNameFormats` are too weak) while `username` should be unique for systems with login by username The [faker documentation](https://fakerphp.github.io/#faker-internals-understanding-providers) explains how...

**Is your feature request related to a problem? Please describe.** #### Scenario 1: We have two databases that contain partially the same data because the corresponding systems communicate with each...

**Is your feature request related to a problem? Please describe.** Currently, we split for each entity, module, a specific YAML file such as : **magento/module-sales.yaml** , **magento/module-quote.yaml**, **magento/module-customer.yaml**, **adyen/module-payment.yaml** For...

feature

**Is your feature request related to a problem? Please describe.** This tool is so flexible that it can also be used for systems that do not have php installed. For...

Currently, the schema file that is used to validate the config file is very permissive. For example, most parameters that are supposed to be strings accept integer values: ```yaml tables_whitelist:...

The cache_key feature does not working as expected. It only works for my last command and the last customer. The emails for the other customers does not match with their...

bug