From cc5109d693ace064d63bf20e0bb4062941a8288f Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Tue, 15 Sep 2020 12:14:51 +0200 Subject: [PATCH] Update change-notes/1.26/analysis-javascript.md Co-authored-by: Esben Sparre Andreasen --- change-notes/1.26/analysis-javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/change-notes/1.26/analysis-javascript.md b/change-notes/1.26/analysis-javascript.md index 7d8b7a353d9..b2ebe4b223b 100644 --- a/change-notes/1.26/analysis-javascript.md +++ b/change-notes/1.26/analysis-javascript.md @@ -32,7 +32,7 @@ | Unused loop iteration variable (`js/unused-loop-variable`) | Fewer results | This query no longer flags variables in a destructuring array assignment that are not the last variable in the destructed array. | | Unsafe shell command constructed from library input (`js/shell-command-constructed-from-input`) | More results | This query now recognizes more commands where colon, dash, and underscore are used. | | Unsafe jQuery plugin (`js/unsafe-jquery-plugin`) | More results | This query now detects more unsafe uses of nested option properties. | -| Client-side URL redirect (`js/client-side-unvalidated-url-redirection`) | More results | This query now recognizes some unsafes uses of `importScripts()` inside WebWorkers. | +| Client-side URL redirect (`js/client-side-unvalidated-url-redirection`) | More results | This query now recognizes some unsafe uses of `importScripts()` inside WebWorkers. | ## Changes to libraries