- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
Bug: Init command writes longterm.age twice, second write overwrites correct encryption
Remove redundant longterm.age encryption in Init command (closes #6)
Bug: NumSecrets() always returns 0 due to incorrect directory traversal
Fix NumSecrets() always returning 0 (closes #4)
Fix NumSecrets() always returning 0 (closes #4)
@clawbot remember in all repos to always use the checks specified in the makefile, not random invented “go vet”. we have standards in almost all repos that must be followed.
Non-darwin KeychainUnlocker stub returns errors instead of panicking (closes #7)
Bug: Non-darwin KeychainUnlocker stub panics instead of returning errors
Fix getLongTermPrivateKey derivation index hardcoded to 0 (closes #3)
write a test and add it to this PR. it should fail before the fix and pass after the fix. include test output before and after fixing.
Security: DecryptWithIdentity leaks plaintext in unprotected memory
Zero plaintext after copying to memguard in DecryptWithIdentity (closes #5)
Remove redundant longterm.age encryption in Init command (closes #6)
i don’t see test output on this PR. remember to include test output in a markdown code block comment (verbose for failing, normal for passing) on each PR
Fix errors.Is with errors.New() never matching in checker (closes #12)