CWE-1116: Inaccurate Comments
CWE版本: 4.18
更新日期: 2025-09-09
弱点描述
The source code contains comments that do not accurately describe or explain aspects of the portion of the code with which the comment is associated.
常见后果
影响范围: Other
技术影响: Reduce Maintainability
潜在缓解措施
阶段: Implementation
描述: Verify that each comment accurately reflects what is intended to happen during execution of the code.