Skip to content

Commit 4083da3

Browse files
ihsinmeMathiasVP
andauthored
Update cpp/ql/src/experimental/Security/CWE/CWE-561/FindIncorrectlyUsedSwitch.ql
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent 02bf800 commit 4083da3

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.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Operator Find Incorrectly Used Switch
2+
* @name Incorrect switch statement
33
* @description --Finding places the dangerous use of a switch.
44
* --For example, when the range of values for a condition does not cover all of the selection values..
55
* @kind problem

0 commit comments

Comments
 (0)