btrask / stronglink

A searchable, syncable, content-addressable notetaking system
Other
1.04k stars 39 forks source link

Old sync algorithm leaks meta-file information #60

Open btrask opened 9 years ago

btrask commented 9 years ago

In a very certain case, the old sync algorithm (currently implemented by SLNPull) can leak information by pulling meta-files that don't match the specified query. If the destination repository is then made public, the meta-data in these meta-files can be unexpectedly released.

For now, just use sln-pipe instead, which implements the new algorithm. #1