From 2a8afc2f579c5a39bbdaa4df0e92c9ac114ccaba Mon Sep 17 00:00:00 2001 From: Kevin Joyce <44587322+kdejoyce@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:04:30 -0500 Subject: [PATCH] Fix typo in Encrypt action description Corrected a typo in the explanation of the Encrypt action in the netscript documentation. --- .../8.0/admin/policies/configuration/actions/netscript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/threatprevention/8.0/admin/policies/configuration/actions/netscript.md b/docs/threatprevention/8.0/admin/policies/configuration/actions/netscript.md index 78b2662e0c..12e99b873a 100644 --- a/docs/threatprevention/8.0/admin/policies/configuration/actions/netscript.md +++ b/docs/threatprevention/8.0/admin/policies/configuration/actions/netscript.md @@ -69,7 +69,7 @@ The Tools menu contains the following options: - Reset to Default Script – Replaces the existing script with the default script that is shipped with Threat Prevention. - Encrypt – Encrypts selected portions of the script to an encrypted string with a decrypt command - for run time. See note below explaining why only a plain text string, information in thae script + for run time. See note below explaining why only a plain text string, information in the script between quote marks (“), should be encrypted. :::tip