April 2025 #
Backend Updates #
-
Bug Fix: Resolved workspace prefix issue for enabling proper workspace support.
-
Feature Enhancement: Added support for both
"attributes"
and"attribute"
keys in the Unmask API call to improve compatibility. -
Feature Addition: Included
excluded_entities
in the mask API response for better transparency and traceability of excluded data. -
Bug Fix: Resolved issue where the same token was generated for numeric and text token types in non-auto-detect mode.
Machine Learning Updates #
-
Bug Fix: Improved exclusion logic in PII identification to reduce false positives.
-
Feature Addition: Added support for detecting Financial Entities in data classification.
-
Enhancement: Custom identification now supports case-insensitive matching in whitelist logic for better flexibility and accuracy.
New Token Types Added
We have added 5 new token types to enhance data masking functionality:
-
Person Token: The masked result will be a randomly generated synthetic name.
-
Date Token: The masked result will be a random date in the format: YYYY-MM-DD.
-
State Token: The masked result will be a 2-character US State Code.
-
City Token: The masked result will be a randomly generated city name.
-
Address Token: The masked result will be a randomly generated address.
These new token types offer greater flexibility and security for masking sensitive data