Files
codeql/ruby/ql/test/query-tests/experimental/cwe-347/MissingJWTVerification.expected
2023-08-25 21:28:53 +02:00

4 lines
387 B
Plaintext

| MissingJWTVerification.rb:12:29:12:51 | token_without_signature | is not verified with a cryptographic secret or public key. |
| MissingJWTVerification.rb:15:29:15:51 | token_without_signature | is not verified with a cryptographic secret or public key. |
| MissingJWTVerification.rb:18:29:18:51 | token_without_signature | is not verified with a cryptographic secret or public key. |