forcemerge -1 850120
On Mon, Aug 21, 2017 at 12:18 AM, Bastien ROUCARIES
<roucaries.bast...@gmail.com> wrote:
> Package: wnpp
> Severity: wishlist
> Owner: ro...@debian.org
> X-Debbugs-CC: debian-de...@lists.debian.org
>
> * Package name : node-clean-yaml-object
> Version : 0.1.0
> Upstream Author : James Talmage <ja...@talmage.io> (github.com/jamestalmage)
> * URL : https://github.com/tapjs/clean-yaml-object#readme
> * License : Expat
> Programming Lang: JavaScript
> Description : Safe clean of an object prior to serialization
>
> This module clean up (fille with zero) an object before sending
> to serialisation, thus avoiding to serialize private data.
> This module supports generalisation by allowing ones to specify
> filter function, that support whitelisting.
> .
> Clearing data before serialization is critical from a security
> point of view in order to avoid leaking information.
> .
> Node.js is an event-based server-side JavaScript engine.