Add fish/nushell history and /tmp leaks to SENSITIVE_PATHS
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user