CWE-1119 — Excessive Use of Unconditional Branching
CWE-1119: Excessive Use of Unconditional Branching
MITRE CWE weakness
| Kind | Weakness |
| Abstraction | Base |
| Status | Incomplete |
| Likelihood of exploit | — |
Description
The code uses too many unconditional branches (such as "goto").
Common consequences
- Other: Reduce Maintainability, Increase Analytical Complexity
Mitigations
(none listed)
References
- CWE page: https://cwe.mitre.org/data/definitions/1119.html
- CWE list: https://cwe.mitre.org/data/index.html