C++安全编程

C++安全编程

比较权威的漏洞统计网站:

  • CWE 官网
    • https://cwe.mitre.org/index.html
    • https://cwe.mitre.org/data/definitions/1003.html
    • https://www.sans.org/top25-software-errors
  • CVE 官网
    • https://www.cve.org/CVERecord?id=CVE-2005-0369
  • LWG
    • https://cplusplus.github.io/LWG/
  • ISO
    • https://www.open-std.org/jtc1/sc22/wg21/
  • NST
    • https://nvd.nist.gov/

---

关于使用标准库的看法:

https://www.zhihu.com/question/421438478/answer/1476511904

https://www.zhihu.com/question/421438478/answer/1476511904

https://cloud.tencent.com/developer/article/2479625