Skip to content

Commit 235a3ec

Browse files
authored
Update InsecureTemporaryFile.qhelp
1 parent 3f3988c commit 235a3ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-377/InsecureTemporaryFile.qhelp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<overview>
66
<p>Working with a file, without checking its existence and its rights, as well as working with names that can be predicted, may not be safe. Requires the attention of developers.</p>
77

8-
</recommendation>
8+
</overview>
9+
910
<example>
1011
<p>The following example demonstrates erroneous and corrected work with file.</p>
1112
<sample src="InsecureTemporaryFile.cpp" />

0 commit comments

Comments
 (0)