ayushnix / pass-coffin

A password store extension to hide data inside a signed and encrypted coffin
GNU General Public License v3.0
41 stars 3 forks source link

close operation may fail when using a timer if gpg-agent cache has expired #12

Open ayushnix opened 1 year ago

ayushnix commented 1 year ago

If gpg-agent's cache expires before a transient timer started using pass open -t <time> finishes and if a user cancels the pinentry prompt when the pass close command is automatically executed, a coffin is created but not signed and the password store tree isn't deleted.