[Pkg-javascript-commits] [node-clean-yaml-object] 20/21: Improve description
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:52:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-clean-yaml-object.
commit c986688effb5dc7760f14aa6cb0d4cf44beb5af9
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon Aug 21 16:07:00 2017 +0200
Improve description
---
debian/control | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 8ab701e..b2e52d9 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,13 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
-Description: Clean up an object prior to serialization
- FIX_ME long description
+Description: safe clean of an object prior to serialization
+ This module clean up (fill with zero byte) 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.
.
- Node.js is an event-based server-side JavaScript engine.
+ 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-clean-yaml-object.git
More information about the Pkg-javascript-commits
mailing list