Update FindIncorrectlyUsedSwitch.qhelp

This commit is contained in:
ihsinme
2021-06-22 10:39:37 +03:00
committed by GitHub
parent 1cabaec0c3
commit 94bd2a32f9

View File

@@ -3,7 +3,7 @@
"qhelp.dtd">
<qhelp>
<overview>
<p>Finding places the dangerous use of a switch.</p>
<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>
</overview>