[Pkg-mozext-commits] [greasemonkey] 05/62: Remove salting todo.

David Prévot taffit at moszumanska.debian.org
Sun Sep 13 22:10:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit 9aac21c6c48b5852234fb56423aee898419f0998
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Fri Jul 31 15:57:56 2015 -0400

    Remove salting todo.
    
    It's too late.  IDs are set.  Changing them would be a giant mess.
---
 modules/sync.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/sync.js b/modules/sync.js
index 64c71ce..ad12571 100644
--- a/modules/sync.js
+++ b/modules/sync.js
@@ -273,7 +273,6 @@ function scriptForSyncId(aSyncId) {
 
 // The sync ID for a given script.
 function syncId(aScript) {
-  // TODO: Salting?  e.g. btoa(CryptoUtils.generateRandomBytes(16));
   return GM_util.sha1(aScript.id);
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list