You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Note access requests addressed here #165 and some light testing of nested erasures completed. This ticket should make sure there are no other additional requirements we need to consider and complete more detailed testing.
seanpreston
changed the title
[Array + JSON handling] Complex datatype erasures
[Array + JSON handling] Erasures in complex datatypes for MongoDB
Jan 27, 2022
Allow data to be masked within arrays, as well as data within objects within arrays (Nested object erasure support was already introduced here #165). Worth noting, individual elements within arrays are targeted and masked, not the entire array. Support is for MongoDB only, but the most of this work is done in code, and can be used to help support other database implementations in the future.
Allow data to be masked within arrays, as well as data within objects within arrays (Nested object erasure support was already introduced here #165). Worth noting, individual elements within arrays are targeted and masked, not the entire array. Support is for MongoDB only, but the most of this work is done in code, and can be used to help support other database implementations in the future.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add support for erasing data from complex datatypes (objects + arrays) in MongoDB.
The text was updated successfully, but these errors were encountered: