diff --git a/src/main/resources/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApproval/index.jelly b/src/main/resources/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApproval/index.jelly index af4090b43..cb2ca82a3 100644 --- a/src/main/resources/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApproval/index.jelly +++ b/src/main/resources/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApproval/index.jelly @@ -223,7 +223,7 @@ THE SOFTWARE.

Script approvals are stored in Jenkins as the hashed value of the script. Old approvals were hashed using SHA-1, which is deprecated. Because only the hash of the script is stored, they cannot be immediately converted to use a new hash algorithm. Instead, they will be automatically rehashed when the script is next used. - To minimize potential security risks, you can immediately revoke all script approvals that were hashed using SHA-1. This will cause all jobs and features that use those scripts to fail until they are reconfigured and then then approved by a Jenkins administrator. + To minimize potential security risks, you can immediately revoke all script approvals that were hashed using SHA-1. This will cause all jobs and features that use those scripts to fail until they are reconfigured and then approved by a Jenkins administrator.