This page is experimental and may change significantly in future releases.
Excessive Reliance on Global Variables
Properties
id: d3f:CWE-1108
- name
- Excessive Reliance on Global Variables
- definition
- 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.
Neighbors
CWE-1108 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-1108 has no related weaknesses in this release.