Category-747: CERT C Secure Coding Standard (2008) Chapter 14 - Miscellaneous (MSC)

ID: 747 Status: Obsolete

Summary

Weaknesses in this category are related to the rules and recommendations in the Miscellaneous (MSC) chapter of the CERT C Secure Coding Standard (2008).

Membership

ID NAME
CWE-14 编译器移除释放缓冲区的代码
CWE-176 Unicode编码处理不恰当
CWE-20 输入验证不恰当
CWE-330 使用不充分的随机数
CWE-480 使用操作符不正确
CWE-482 错误将赋值符号写成比较符号
CWE-561 死代码
CWE-563 未使用的变量
CWE-570 表达式永假
CWE-571 表达式永真
CWE-697 不充分的比较
CWE-704 不正确的类型转换

Notes

Relationship

References

REF-597 The CERT C Secure Coding Standard