Ensuring software reliability, resiliency, and recoverability is best achieved by practicing effective defensive coding. Take a crash course in defensive coding with PHP and learn about attack surfaces, input validation, canonicalization, secure type checking, external library vetting, cryptographic agility, exception management, code reviews, and unit and behavioral testing. Learn some helpful tips and tricks from experienced professionals within the PHP community as we review the latest blogs and discussions on best practices to defend your project.

Comments

Comments are closed.

Good tips to consider at time of development.

Dan Chao at 08:36 on 2 Nov 2017

A great talk that covered a lot of information. The slides are a great reference! I wish it had been a little more than reading the slides. It was a crash course though.