From f79846467e17879873b2db8ef5d3c75242bd4bde Mon Sep 17 00:00:00 2001 From: Ben Rodes Date: Fri, 26 Jan 2024 15:25:08 -0500 Subject: [PATCH] Update cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com> --- cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql b/cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql index 508489a359d..bfd3324f2a9 100644 --- a/cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql +++ b/cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql @@ -19,7 +19,7 @@ class WideCharPointerType extends PointerType { } /** - * types that may also be `CharPointerType`, but that are likely used as arbitrary buffers + * A type that may also be `CharPointerType`, but that are likely used as arbitrary buffers. */ class UnlikelyToBeAStringType extends Type { UnlikelyToBeAStringType() {