aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-01-12 18:52:39 +0000
committerGitHub <noreply@github.com>2024-01-12 18:52:39 +0000
commit4d41a741f0a47904a75db2981f5295732f7549c5 (patch)
tree45f2653c01b3cb8152b293dbee0e197b54b6abac /Cargo.lock
parentfeat: Add interactive command inspector (#1296) (diff)
downloadatuin-4d41a741f0a47904a75db2981f5295732f7549c5.zip
fix(perm): set umask 077 (#1554)
This ensures no other user can read shell history data Resolves #1250
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 368c8687..94b9386d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -191,6 +191,7 @@ dependencies = [
"ratatui",
"rpassword",
"runtime-format",
+ "rustix",
"semver",
"serde",
"serde_json",