From 1806be55e761aa21954a0cf9aba3196ae3b660c3 Mon Sep 17 00:00:00 2001 From: rwxrob Date: Sat, 18 Dec 2021 11:13:23 -0500 Subject: [PATCH] Add Security disclaimer --- README.md | 8 +++++++- cmd | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f578acb..e721843 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,12 @@ more powerful, safer, flexible, and performant than POSIX shell or Zsh. [`shellcheck`]: +## Security + +This script is expected to be installed for a specific user and only +ever run by that user. No additional security vetting for running as an +untrusted user has been done. + ## Legal Copyright 2021 Rob Muhlestein @@ -266,5 +272,5 @@ Displays a summary of usage. ---- -*Autogenerated Wed Sep 8 10:06:20 AM EDT 2021* +*Autogenerated Sat Dec 18 11:13:17 AM EST 2021* diff --git a/cmd b/cmd index 4d158bc..f373462 100755 --- a/cmd +++ b/cmd @@ -182,6 +182,12 @@ more powerful, safer, flexible, and performant than POSIX shell or Zsh. [`shellcheck`]: +## Security + +This script is expected to be installed for a specific user and only +ever run by that user. No additional security vetting for running as an +untrusted user has been done. + ## Legal Copyright 2021 Rob Muhlestein