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

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
ihsinme
2021-07-16 23:18:58 +03:00
committed by GitHub
parent 02bf800b6d
commit 4083da3218

View File

@@ -1,5 +1,5 @@
/**
* @name Operator Find Incorrectly Used Switch
* @name Incorrect switch statement
* @description --Finding places the dangerous use of a switch.
* --For example, when the range of values for a condition does not cover all of the selection values..
* @kind problem