aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/src/secrets.rs (follow)
Commit message (Collapse)AuthorAge
* Automatically filter out secrets (#1182)Ellie Huxtable2023-08-19
I'd like to extend the regex list here very soon, but start off by automatically filtering out secrets. Do not store them in history! I've included regex for: 1. AWS key id 2. Github pat (old and new) 3. Slack oauth tokens (bot, user) 4. Slack webhooks 5. Stripe live/test keys Will need updating after #806