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

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

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

15条回答
  •  终归单人心
    2021-02-06 17:26

    Massage and filter ALL input to your program before processing.

    Never process input without filtering and truncating.

    -R

提交回复
热议问题