Merge branch 'main' into post-release-prep/codeql-cli-2.8.0

This commit is contained in:
Tom Hvitved
2022-02-09 09:40:33 +01:00
committed by GitHub
767 changed files with 220815 additions and 38005 deletions

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* A new query `js/jwt-missing-verification` has been added. The query detects applications that don't verify JWT tokens.

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* A new query `js/file-system-race` has been added. The query detects when there is time between a file being checked and used. The query is not run by default.