Page MenuHomePhabricator

[EL sanitization] Make WhitelistSanitization support arrays of structs, maps or other arrays
Closed, DeclinedPublic

Description

Currently WhitelistSanitization does not allow for partial whitelisting of objects inside an array. For example, if the schema has a field of type Array, whose elements are Structs with fields a, b and c; then WhitelistSanitization can currently either whitelist whole array elements (with a, b and c fields), or not whitelist the whole Array field. But it can currently not partially whitelist the fields of the Array elements (i.e. keep a and b, and delete c).

Event Timeline

fdans triaged this task as Medium priority.Jul 12 2018, 4:39 PM
fdans moved this task from Incoming to Smart Tools for Better Data on the Analytics board.
mforns renamed this task from Make WhitelistSanitization support arrays of structs, maps or other arrays to [EL sanitization] Make WhitelistSanitization support arrays of structs, maps or other arrays.Jul 18 2018, 11:06 AM
Milimetric lowered the priority of this task from Medium to Low.Oct 18 2018, 5:23 PM
Milimetric moved this task from Smart Tools for Better Data to Deprioritized on the Analytics board.