You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/ql/src/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ No user-facing changes.
127
127
The query is not run by default.
128
128
* 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.
129
129
* A new query `js/jwt-missing-verification` has been added. The query detects applications that don't verify JWT tokens.
130
-
* The `js/insecure-dependency` query has been added. It detects depedencies that are downloaded using an unencrypted connection.
130
+
* The `js/insecure-dependency` query has been added. It detects dependencies that are downloaded using an unencrypted connection.
Copy file name to clipboardExpand all lines: javascript/ql/src/change-notes/released/0.0.10.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@
6
6
The query is not run by default.
7
7
* 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.
8
8
* A new query `js/jwt-missing-verification` has been added. The query detects applications that don't verify JWT tokens.
9
-
* The `js/insecure-dependency` query has been added. It detects depedencies that are downloaded using an unencrypted connection.
9
+
* The `js/insecure-dependency` query has been added. It detects dependencies that are downloaded using an unencrypted connection.
0 commit comments