This page is experimental and may change significantly in future releases.
Static Member Data Element outside of a Singleton Class Element
Properties
id: d3f:CWE-1042
- name
- Static Member Data Element outside of a Singleton Class Element
- definition
- The code contains a member element that is declared as static (but not final), in which its parent class element is not a singleton class - that is, a class element that can be used only once in the 'to' association of a Create action.
Neighbors
CWE-1042 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-1042 has no related weaknesses in this release.