Withstand Security @ App Sec Village
I am happy to announce that I have been selected to Keynote Day 2 at the AppSec Village @ DEFCON 32. I will be presenting:
Responsible disclosure is a sham.
I saw it again in my posts today, and this time I can take the gloves off, so here is a hot take that I’m sure no one will enjoy.
Shielding Your Code: How Effective Unit Testing Enhances Application Security
Test-Driven Development (TDD) is a development methodology that prioritizes writing tests for code before the code itself, followed by writing the code to pass those tests. This approach not only ensures the functionality of the code but also presents an opportunity to address security concerns, particularly validation bugs, early in the development process.