Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Feb 3, 2025
1 parent 4c9790b commit 6cee4cf
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 64 deletions.
2 changes: 1 addition & 1 deletion processor/redactionprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ explicitly set `allow_all_keys` to true.
If the value of an allowed key matches the regular expression for an allowed value, the matching
part of the value is not masked even if it matches the regular expression for a blocked value.
If the value matches the regular expression for a blocked value only, the matching
part of the value is masked with a fixed lenght of asterisks.
part of the value is masked with a fixed length of asterisks.

For example, if `notes` is on the list of allowed keys, then the `notes`
attribute is retained. However, if there is a value such as a credit card
Expand Down
Loading

0 comments on commit 6cee4cf

Please sign in to comment.