This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Warn users that "Add-JournalEntryContent" could store sensitive content in PSReadLine history #63
Labels
enhancement
New feature or request
Summary
By default, when
Add-JournalEntryContent
is used, the command text is persisted to PSReadLine history. Given that this text could easily contain sensitive information, users should be warned about this risk and advised how to configure PSReadLine to avoid storing this command in history.Tasks
Add-JournalEntryContent
is run, warn users that this command is persisted to history.Solution
https://docs.microsoft.com/en-us/powershell/module/psreadline/about/about_psreadline?view=powershell-7
The text was updated successfully, but these errors were encountered: