Category-883: CERT C++ Secure Coding Section 49 - Miscellaneous (MSC)

ID: 883 Status: Incomplete

Summary

Weaknesses in this category are related to rules in the Miscellaneous (MSC) section of the CERT C++ Secure Coding Standard. Since not all rules map to specific weaknesses, this category may be incomplete.

Membership

ID NAME
CWE-116 对输出编码和转义不恰当
CWE-14 编译器移除释放缓冲区的代码
CWE-176 Unicode编码处理不恰当
CWE-20 输入验证不恰当
CWE-327 使用已被攻破或存在风险的密码学算法
CWE-330 使用不充分的随机数
CWE-480 使用操作符不正确
CWE-482 错误将赋值符号写成比较符号
CWE-561 死代码
CWE-563 未使用的变量
CWE-570 表达式永假
CWE-571 表达式永真
CWE-697 不充分的比较
CWE-704 不正确的类型转换

References

REF-864 49. Miscellaneous (MSC)