masking icon indicating copy to clipboard operation
masking copied to clipboard

Command line tool for generating anonymized database for MySQL/MariaDB

Results 32 masking issues
Sort by recently updated
recently updated
newest added

Hi there, loving your tool :) Is is possible to **only replace values which are actually present**? If some value is in fact _null_ it should just stay this way...

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5. Changelog Sourced from rexml's changelog. 3.2.5 - 2021-04-05 {#version-3-2-5} Improvements Add more validations to XPath parser. require "rexml/document" by default. [GitHub#36][Patch by Koichi ITO]...

dependencies

Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.3.0 to 2.3.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kramdown&package-manager=bundler&previous-version=2.3.0&new-version=2.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

* https://www.ruby-lang.org/ja/news/2020/12/25/ruby-3-0-0-released/ * RBS of static type * TypeProf

refactoring

## configuration - [ ] `masking.yml` generator - [ ] validate `masking.yml` ( format / exists ) ## option - [ ] `--strict` (raise error if target column does not...

``` table: date_birthday: 1990-01-%{increment_data} time: 2010-01-01 %{increment_time} ``` it would be replaced as an incremental date replace. ## date - 1990-01-01 - 1990-01-02 - ..... - 1991-12-31 ## time -...

enhancement
lowpriority

``` table: alphabet_unique_column: unique%{alphabet} ``` it would be replaced as alphabet incremental replace. - uniqueA - uniqueB - uniqueC # considering point - is `%{alphabet}` good syntax? - how about...

enhancement

mysql has a type of `GEOMETRY` and it looks like.. ```sql INSERT INTO `address` VALUES (1,'47 MySakila Drive',NULL,'Alberta',300,'','',/*!50705 0x0000000001010000003E0A325D63345CC0761FDB8D99D94840,*/'2014-09-25 22:30:27'), ... ``` refs [MySQL :: Sakila Sample Database :: 4...

enhancement

## background when we want to use anonymized data for performance tuning purpose, we don't want to change data cardinality in records, otherwise, it is not showing the correct sql...

enhancement
high priority