From 167439c15614ddac22dfa8b482e5824b3df689f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Wed, 25 Mar 2026 23:00:52 +0100 Subject: [PATCH] Add fish/nushell history and /tmp leaks to SENSITIVE_PATHS --- src/blacklist.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/blacklist.rs b/src/blacklist.rs index af7a768..c3dad1b 100644 --- a/src/blacklist.rs +++ b/src/blacklist.rs @@ -114,6 +114,11 @@ const SENSITIVE_PATHS: &[&str] = &[ "${HOME}/.pythonhist", "${HOME}/.viminfo", "${HOME}/.lesshst", + "${HOME}/.local/share/fish/fish_history", + "${HOME}/.config/nushell/history.txt", + // -- /tmp leaks -- + "/tmp/xauth*", + "/tmp/konsole-*.history", // -- clipboard managers (may contain copied passwords) -- "${HOME}/.cache/greenclip*", "${HOME}/.kde/share/apps/klipper",