Skip to content

Commit 364f0ca

Browse files
committed
rewrite description
1 parent ac8991b commit 364f0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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,6 +1,6 @@
11
/**
22
* @name JWT Missing Secret Or Public Key Verification
3-
* @description The software does not verify the JWT token with a cryptographic secret or public key.
3+
* @description The application does not verify the JWT payload with a cryptographic secret or public key.
44
* @kind problem
55
* @problem.severity warning
66
* @precision high

0 commit comments

Comments
 (0)