mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user