CWE-1063 – Creation of Class Instance within a Static Code Block

Read Time:9 Second

Description

A static code block creates an instance of a class.

Modes of Introduction:

 

 

Related Weaknesses

CWE-1176

 

Consequences

Other: Reduce Performance

 

Potential Mitigations

CVE References