secrets edit
command race condtion
#149
Labels
development
Standard development
r&d:polykey:core activity 1
Secret Vault Sharing and Secret History Management
Specification
The
secrets edit
command writes the secret's contents to a temp file and opens an editor. The problem is this will be the same file across all concurrent calls ofsecrets edit
resulting in clobbering.To fix this we'll need to make a tmpdir similar to how our tests work.
Additional context
Tasks
The text was updated successfully, but these errors were encountered: