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

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

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

15条回答
  •  时光取名叫无心
    2021-02-06 17:25

    Buffer overflows are the classic if you're writing C, as they often allow the execution of arbitrary code by an attacker.

提交回复
热议问题