7 ms·
there's this little gotcha you might want to be aware of: https://github.com/ellie/atuin/issues/752#issuecomment-1451865985 https://github.com/ellie/atuin/issue
by cmm 3y ago
there's this little gotcha you might want to be aware of: https://github.com/ellie/atuin/issues/752#issuecomment-1451865985 https://github.com/ellie/atuin/issues/752#issuecomment-14518...
- justinclift 3y agoIt sounds serious, but there's not much info in that issue of what's going wrong, why it's going wrong, etc. (?)
- pcthrowaway 3y agoCan you tell me if my understanding of this issue is correct? Let's say I run a command where I've pasted in a credential from my password manager: ` some-cli login username my-secret-password` (note space at beginning) Normally this would prevent the command from getting saved in any meaningful way in my bash history, so that if I later run a malicious script, it can't collect secrets from my bash history. With the bug here, it sounds like atuin would prevent that entry from being stored in the sqlite store, but it would still be in my shell history? If so, this is really significant, and would stop me from using Atuin. Not letting users know about this behaviour is incredibly negligent, and honestly erodes my trust in Atuin to consider user security in general.
- cmm 3y agocorrect