CWE-110 – Struts: Validator Without Form Field
Description Validation fields that do not appear in forms they are associated with indicate that the validation logic is out of date. Modes of Introduction:...
CWE-1100 – Insufficient Isolation of System-Dependent Functions
Description The product or code does not isolate system-dependent functionality into separate standalone modules. Modes of Introduction: Related Weaknesses CWE-1061 Consequences Other:...
CWE-1101 – Reliance on Runtime Component in Generated Code
Description The product uses automatically-generated code that cannot be executed without a specific runtime support component. Modes of Introduction: Related Weaknesses CWE-710 ...
CWE-1066 – Missing Serialization Control Element
Description The software contains a serializable data element that does not have an associated serialization method. Modes of Introduction: Related Weaknesses CWE-710 ...
CWE-1067 – Excessive Execution of Sequential Searches of Data Resource
Description The software contains a data query against an SQL table or view that is configured in a way that does not utilize an index...
CWE-1068 – Inconsistency Between Implementation and Documented Design
Description The implementation of the product is not consistent with the design as described within the relevant documentation. Modes of Introduction: - Implementation ...
CWE-1069 – Empty Exception Block
Description An invokable code block contains an exception handling block that does not contain any code, i.e. is empty. Modes of Introduction: Related...
CWE-107 – Struts: Unused Validation Form
Description An unused validation form indicates that validation logic is not up-to-date. It is easy for developers to forget to update validation logic when they...
CWE-1070 – Serializable Data Element Containing non-Serializable Item Elements
Description The software contains a serializable, storable data element such as a field or member, but the data element contains member elements that are not...
CWE-1071 – Empty Code Block
Description The source code contains a block that does not contain any code, i.e., the block is empty. Modes of Introduction: Related Weaknesses...