CWE-710 编程规范违背

Improper Adherence to Coding Standards

结构: Simple

Abstraction: Class

状态: Incomplete

被利用可能性: unkown

基本描述

The software does not follow certain coding rules for development, which can lead to resultant weaknesses or increase the severity of the associated vulnerabilities.

适用平台

Language: {'cwe_Class': 'Language-Independent', 'cwe_Prevalence': 'Undetermined'}

常见的影响

范围 影响 注释
Other Other

可能的缓解方案

Implementation

策略:

Document and closely follow coding standards.

['Testing', 'Implementation']

策略:

Where possible, use automated tools to enforce the standards.