What’s your process for writing secure code?

Jamie Mason
3 replies

Replies

Veeresh Devireddy
@simonas_kauzonas OWASP(https://owasp.org/) has all the standards and best practices to code and build safe products and services.
Simon🍋
My process involves following secure coding practices like input validation, using parameterized queries, and encrypting sensitive data. I also conduct regular code reviews and security testing to identify and address vulnerabilities.
Veeresh Devireddy
@simonas_kauzonas HTML5 Forms already come with many built-in validations as part of the element's attributes, and make sure to send masked/encrypted query params back and forth.