spelling: dependencies

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-20 08:11:29 -04:00
parent 474aef438b
commit c5c9f4d746
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ No user-facing changes.
The query is not run by default.
* 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.
* A new query `js/jwt-missing-verification` has been added. The query detects applications that don't verify JWT tokens.
* The `js/insecure-dependency` query has been added. It detects depedencies that are downloaded using an unencrypted connection.
* The `js/insecure-dependency` query has been added. It detects dependencies that are downloaded using an unencrypted connection.
## 0.0.9

View File

@@ -6,4 +6,4 @@
The query is not run by default.
* 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.
* A new query `js/jwt-missing-verification` has been added. The query detects applications that don't verify JWT tokens.
* The `js/insecure-dependency` query has been added. It detects depedencies that are downloaded using an unencrypted connection.
* The `js/insecure-dependency` query has been added. It detects dependencies that are downloaded using an unencrypted connection.