Add fish/nushell history and /tmp leaks to SENSITIVE_PATHS

This commit is contained in:
2026-03-25 23:00:52 +01:00
parent 6349709024
commit 167439c156

View File

@@ -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",