Skip to content

Commit 94bd2a3

Browse files
authored
Update FindIncorrectlyUsedSwitch.qhelp
1 parent 1cabaec commit 94bd2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-561/FindIncorrectlyUsedSwitch.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>Finding places the dangerous use of a switch.</p>
6+
<p>A mismatch between conditionals and <code>switch</code> cases can lead to control-flow violations (CWE-691) where the developer either does not handle all combinations of conditions or unintentionally created dead code (CWE-561).</p>
77

88

99
</overview>

0 commit comments

Comments
 (0)