Update cpp/ql/src/experimental/Security/CWE/CWE-120/MemoryUnsafeFunctionScan.qhelp

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
dilanbhalla
2020-08-10 15:43:16 -07:00
committed by GitHub
parent 4dcaa7be57
commit 7bd5464b01

View File

@@ -14,7 +14,7 @@
</recommendation>
<example>
<p>The following example demonstrates safe and unsafe uses of scanf type functions.</p>
<p>The following example demonstrates safe and unsafe uses of <code>scanf</code> type functions.</p>
<sample src="MemoryUnsafeFunctionScan.cpp" />
</example>