What are the security concerns I need to consider while coding?

后端 未结 15 856
栀梦
栀梦 2021-02-06 17:14

I know SQL Injection is one... what are the others...

相关标签:
15条回答
  • 2021-02-06 17:47

    Here is a list of Top 10 Secure Coding practices. It is as good a start as any. Consider #8, Defense in Depth, in particular.

    0 讨论(0)
  • 2021-02-06 17:48

    Sending plain text passwords without first encrypting them is never a good idea.

    0 讨论(0)
  • 2021-02-06 17:50

    You could consider the chapters of this book to be a pretty good checklist...

    19 Deadly Sins of Software Security

    0 讨论(0)
提交回复
热议问题