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