Skip to content

Commit 37f44d9

Browse files
committed
fix minor issues
1 parent f7cbc8a commit 37f44d9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

javascript/ql/src/experimental/Security/CWE-347/JWTMissingSecretOrPublicKeyVerification.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name JWT Missing Secret Or Public Key Verification
2+
* @name JWT missing secret or public key verification
33
* @description The application does not verify the JWT payload with a cryptographic secret or public key.
44
* @kind problem
55
* @problem.severity warning

javascript/ql/src/experimental/Security/CWE-347/examples/results.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)