Skip to content

Commit a9dd868

Browse files
authored
Update IncorrectChangingWorkingDirectory.qhelp
1 parent c94b64c commit a9dd868

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-243/IncorrectChangingWorkingDirectory.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 changing directories, without checking the return value or pinning the directory, 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 changing working directories.</p>
1112
<sample src="IncorrectChangingWorkingDirectory.cpp" />

0 commit comments

Comments
 (0)