diff --git a/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.qhelp b/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.qhelp index c3b08223ca2..d3dd40df132 100644 --- a/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.qhelp +++ b/cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.qhelp @@ -6,7 +6,7 @@
This rule finds calls to functions that are dangerous to
use. Currently, it checks for calls
to gmtime
, localtime
,
-ctime
and asctime
.
+ctime
and asctime
.
The time related functions such as gmtime
fill data into a tm
struct or char
array in