From the course: Secure Coding in Python

What are secure coding, CERT, and other standards? - Python Tutorial

From the course: Secure Coding in Python

Start my 1-month free trial

What are secure coding, CERT, and other standards?

- [Instructor] In most companies, we think of security as someone's job. This is the person or the team that has crucial responsibilities like configuring firewalls, looking for suspicious user behaviors or vulnerabilities in our systems. Now, does that make our software secure? Well, of course not. Software that is not designed, implemented, and maintained with security in mind cannot be secure. And this is where our job as developers comes in. Secure coding refers to developing and maintaining software with security in mind. This is achieved by following best practices that are driven by real-world threats. While no system is free of some vulnerabilities, secure coding practices gives us the peace of mind knowing that we have done our best.

Contents