diff --git a/cpp/ql/src/experimental/Security/CWE/CWE-805/BufferAccessWithIncorrectLengthValue.ql b/cpp/ql/src/experimental/Security/CWE/CWE-805/BufferAccessWithIncorrectLengthValue.ql index 9acacc42b89..fa3a9a1a3fe 100644 --- a/cpp/ql/src/experimental/Security/CWE/CWE-805/BufferAccessWithIncorrectLengthValue.ql +++ b/cpp/ql/src/experimental/Security/CWE/CWE-805/BufferAccessWithIncorrectLengthValue.ql @@ -1,5 +1,5 @@ /** - * @name Buffer access with incorrect length value. + * @name Buffer access with incorrect length value * @description Incorrect use of the length argument in some functions will result in out-of-memory accesses. * @kind problem * @id cpp/buffer-access-with-incorrect-length-value