Merge pull request #4478 from erik-krogh/homegrownCsrf

Approved by asgerf
This commit is contained in:
CodeQL CI
2020-10-19 11:04:10 -07:00
committed by GitHub
4 changed files with 160 additions and 3 deletions

View File

@@ -52,6 +52,7 @@
| 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. |
| Missing CSRF middleware (`js/missing-token-validation`) | More results | This query now recognizes writes to cookie and session variables as potentially vulnerable to CSRF attacks. |
| Missing CSRF middleware (`js/missing-token-validation`) | Fewer results | This query now recognizes more ways of protecting against CSRF attacks. |
## Changes to libraries