Secure C++ coding practices

后端 未结 6 2099
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-04 11:05

I am looking for a comprehensive record of secure coding practices in C++. Since i haven\'t found such a list existing here already we might as well make this into a community w

6条回答
  •  滥情空心
    2021-02-04 11:41

    The book Writing Secure Code is very good at explaining security issues and how to avoid them. The book has been out for a while, but most of the topics covered are still relevant.

提交回复
热议问题