BaseIncomplete
CWE-1063Creation of Class Instance within a Static Code Block
Category: other
Description
A static code block creates an instance of a class.
Common consequences· 1
- Other — Reduce PerformanceThis issue can make the product perform more slowly by performing initialization before it is needed. If the relevant code is reachable by an attacker, then this performance problem might introduce a vulnerability.
References
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.