From 3f64cc82eb4351fc647520ad629edecd6893b7cd Mon Sep 17 00:00:00 2001 From: amammad Date: Tue, 29 Aug 2023 22:42:21 +1000 Subject: [PATCH] fix qhelps --- .../ql/src/Security/CWE-321-HardCodedKey/jwtConstantKey.qhelp | 2 +- .../src/Security/CWE-321-noVerification/jwtNoVerification.qhelp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/ql/src/Security/CWE-321-HardCodedKey/jwtConstantKey.qhelp b/javascript/ql/src/Security/CWE-321-HardCodedKey/jwtConstantKey.qhelp index 75dbe119b68..7ce51daabeb 100644 --- a/javascript/ql/src/Security/CWE-321-HardCodedKey/jwtConstantKey.qhelp +++ b/javascript/ql/src/Security/CWE-321-HardCodedKey/jwtConstantKey.qhelp @@ -22,7 +22,7 @@ The following code you can see an Example from a popular Library.

- + diff --git a/javascript/ql/src/Security/CWE-321-noVerification/jwtNoVerification.qhelp b/javascript/ql/src/Security/CWE-321-noVerification/jwtNoVerification.qhelp index ae7d97fcd5f..c6f9de4c34b 100644 --- a/javascript/ql/src/Security/CWE-321-noVerification/jwtNoVerification.qhelp +++ b/javascript/ql/src/Security/CWE-321-noVerification/jwtNoVerification.qhelp @@ -22,7 +22,7 @@ The following code you can see an Example from a popular Library.

- +