Files
codeql/javascript/ql/test/query-tests/Security/CWE-347/MissingJWTKeyVerification.expected
Erik Krogh Kristensen 7b925604df update expected output
2022-01-28 12:21:33 +01:00

4 lines
340 B
Plaintext

| 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. |