CWE-1108
Overview
- CWE ID
- 1108
- CWE Name
- Excessive Reliance on Global Variables
- CWE Abstraction
- Base
- CWE structure
- Simple
- CWE Status
- Incomplete
Description
The code is structured in a way that relies too much on using
or setting global variables throughout various points in the code, instead of
preserving the associated information in a narrower, more local
context.
Extended Description
Related CWEs
CWE ID | View ID | Nature | Ordinal |
---|---|---|---|
1076 | 1000 | ChildOf | Primary |