- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
Fix getLongTermPrivateKey derivation index hardcoded to 0 (closes #3)
why are you mocking the vault in the test? use a real one.
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.
Bug: Non-darwin KeychainUnlocker stub panics instead of returning errors
Non-darwin KeychainUnlocker stub returns errors instead of panicking (closes #7)
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