C++: Simplify description.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-08-22 13:39:38 +01:00
parent bbce7ee96d
commit 66f11d427b

View File

@@ -1,7 +1,6 @@
/**
* @name Invalid pointer dereference
* @description Dereferencing a pointer that points past its allocation is undefined behavior
* and may lead to security vulnerabilities.
* @description Dereferencing an out-of-bounds pointer is undefined behavior and may lead to security vulnerabilities.
* @kind path-problem
* @problem.severity error
* @security-severity 9.3