django-sanitized-dump icon indicating copy to clipboard operation
django-sanitized-dump copied to clipboard

Sanitize sensitive information from your database dumps 💩

Results 7 django-sanitized-dump issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 2.0.3 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

Bumps [py](https://github.com/pytest-dev/py) from 1.5.2 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

This PR sets up pyup.io on this repo and updates all dependencies at once, in a single branch. Subsequent pull requests will update one dependency at a time, each in...

In a situation where we have models like this: ```python class Company(models.Model): field_x = models.CharField() class SpecializedCompany(Company): class Meta: proxy = True ``` The `init_sanitizer` command produced: ```python app_company: {}...

Hi - thanks for building this repo! I'm trying to get the system up and running and it appears that the management command is `create_sanitized_dump`, not `sanitized_dump` as in the...

Hi - I'm trying to run the dump from my Django instance and getting the following error. Let me know if I could provide any further information to shed more...