Merge pull request #4263 from erik-krogh/importScripts

Approved by esbena
This commit is contained in:
CodeQL CI
2020-09-16 06:01:35 -07:00
committed by GitHub
5 changed files with 42 additions and 0 deletions

View File

@@ -35,6 +35,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 unsafe uses of `importScripts()` inside WebWorkers. |
## Changes to libraries