Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179c26d commit 7b92560Copy full SHA for 7b92560
1 file changed
javascript/ql/test/query-tests/Security/CWE-347/MissingJWTKeyVerification.expected
@@ -1,3 +1,3 @@
1
-| bad-jwt.js:10:1:10:56 | jwt.ver ... ne"] }) | does not verify the JWT payload with a cryptographic secret or public key. |
2
-| bad-jwt.js:11:1:11:63 | jwt.ver ... ne"] }) | does not verify the JWT payload with a cryptographic secret or public key. |
3
-| bad-jwt.js:12:1:12:59 | jwt.ver ... ne"] }) | does not verify the JWT payload with a cryptographic secret or public key. |
+| bad-jwt.js:10:19:10:20 | "" | This argument disables the integrity enforcement of the token verification. |
+| bad-jwt.js:11:19:11:27 | undefined | This argument disables the integrity enforcement of the token verification. |
+| bad-jwt.js:12:19:12:23 | false | This argument disables the integrity enforcement of the token verification. |
0 commit comments