Add the results of #784 to security warnings.

This commit is contained in:
Taylor Hornby 2016-07-13 18:23:11 -06:00
parent 60991f9e7b
commit 2b5c33e101
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ should assume other unprivileged users running on the same hardware as your
- Determine which notes you own by observing cache side-channel information
leakage from the incremental witnesses as they are updated with new notes.
- Determine which notes you own by observing the trial decryption process of
each note ciphertext on the blockchain.
You should ensure no other users have the ability to execute code (even
unprivileged) on the hardware your `zcashd` process runs on until these
vulnerabilities are fully analyzed and fixed.