CWE-1072 – Data Resource Access without Use of Connection Pooling
Description The software accesses a data resource through a database without using a connection pooling capability. Modes of Introduction: Related Weaknesses CWE-405 ...
CWE-1073 – Non-SQL Invokable Control Element with Excessive Number of Data Resource Accesses
Description The software contains a client with a function or method that contains a large number of data accesses/queries that are sent through a data...
CWE-1074 – Class with Excessively Deep Inheritance
Description A class has an inheritance level that is too high, i.e., it has a large number of parent classes. Modes of Introduction: ...
CWE-1075 – Unconditional Control Flow Transfer outside of Switch Block
Description The software performs unconditional control transfer (such as a "goto") in code outside of a branching structure such as a switch block. Modes of...
CWE-1076 – Insufficient Adherence to Expected Conventions
Description The product's architecture, source code, design, documentation, or other artifact does not follow required conventions. Modes of Introduction: Related Weaknesses CWE-710 ...
CWE-1077 – Floating Point Comparison with Incorrect Operator
Description The code performs a comparison such as an equality test between two float (floating point) values, but it uses comparison operators that do not...
CWE-1078 – Inappropriate Source Code Style or Formatting
Description The source code does not follow desired style or formatting for indentation, white space, comments, etc. Modes of Introduction: Related Weaknesses CWE-1076...
CWE-1079 – Parent Class without Virtual Destructor Method
Description A parent class contains one or more child classes, but the parent class does not have a virtual destructor method. Modes of Introduction: ...
CWE-108 – Struts: Unvalidated Action Form
Description Every Action Form must have a corresponding validation form. If a Struts Action Form Mapping specifies a form, it must have a validation form...
CWE-1080 – Source Code File with Excessive Number of Lines of Code
Description A source code file has too many lines of code. Modes of Introduction: Related Weaknesses CWE-1120 Consequences Other: Reduce Maintainability ...