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

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

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

15条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-06 17:34

    I like to model my system with Threat Modeling Tools. This particular one lets you model different applications and gives you all types of information about what types of threats are applicable based on the model as well as some mitigations and their risks. It also let's you track these risks throughout the dev. life cycle to come up with mitigation plans. It's pretty cool. :)

提交回复
热议问题