Key Points in Product Security
Key Things to Consider for Product Security
The primary aim of this blog is to share my ideas on Product Security. Key trends and how to secure a software product. In this blog, we are going to talk about "Pushing Security to the Left" in SDLC
Push Security to the left of SDLC
- SDLC - Software Development Life Cycle
- SDLC consists of Design - Development - Testing - Production
- Product Owners think about Security only in Testing or Production environment
- Product Owners should start thinking about Security while designing the application
- Majority of the Security risks if we think about security while designing the application
Important Security decisions to consider while Designing your product?
- Assign or get only the required permissions in your Product
- Store only the data which are absolutely required
- If you store any PII data, kindly encrypt the data
- Try to whitelist all the input that you are obtaining from the user
- If your application receives any data other than what is whitelisted, then don't process the request
Comments
Post a Comment