File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
javascript/ql/test/query-tests/Security/CWE-347 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 . |
1+ | bad-jwt.js:10:19 :10:20 | "" | This argument disables the integrity enforcement of the token verification . |
2+ | bad-jwt.js:11:19 :11:27 | undefined | This argument disables the integrity enforcement of the token verification . |
3+ | bad-jwt.js:12:19 :12:23 | false | This argument disables the integrity enforcement of the token verification . |
You can’t perform that action at this time.
0 commit comments