Skip to content

Releases: slippyex/data-guardian

v1.1.3

17 May 05:49
Compare
Choose a tag to compare

Provided a fix for the scenario mentioned in issue #8

v1.1.2

26 Oct 16:49
Compare
Choose a tag to compare
  • improved password matching regex
  • some bugfixes
  • added tests
  • adjusted README.md

v1.1.1

25 Oct 11:23
Compare
Choose a tag to compare
  • added "excludeMatchers" to options in order to explicitly exclude one or more default matcher regexp

v1.0.8

18 Oct 10:18
Compare
Choose a tag to compare

new features:

  • ability to exclude a mask on purpose on potential sensitive data by wrapping the content with ##
  • ability to set a fixedLength boolean in the options which obfuscates the actual length of the masked content

v1.0.7

17 Oct 09:08
Compare
Choose a tag to compare

new features:

  • capture explicit password mentions
  • capture passwords in uri-alike strings

Full Changelog: v1.0.5...v1.0.7

v1.0.6

16 Oct 09:43
aed8135
Compare
Choose a tag to compare

Added functionality to also work on Collections (Map, Set) and Errors. Additionally, you can now change the masking char and provide a length of masked chars in a sensitive entity

What's Changed

Full Changelog: v1.0.4...v1.0.6

v1.0.4

13 Oct 20:13
Compare
Choose a tag to compare

First official release