secure coding

29 Results / Page 2 of 4

using components with known vulnerabilities

today

close

WordPress + blog + secure coding + DevSecOps + Website security + OWASP TOP 10 Z. Oualid

Using Components with Known Vulnerabilities prevention

With the race to make software development even faster, companies start to adopt a new way technique based on using already developed code components. Unfortunately, this development technique comes with many security vulnerabilities that have made the software even less secure regardless of the enhancement the used development technology has ...

insecure deserialization

today

close

blog + secure coding + OWASP TOP 10 Z. Oualid

Insecure deserialization prevention simplified

After starting to use the object-oriented development concept, new types of vulnerabilities were born. Insecure deserialization vulnerabilities were one of those vulnerabilities. Therefore, what is an Insecure Deserialization vulnerability, and how to prevent it? Insecure deserialization vulnerability happens when the web application serializes or deserializes a user-controllable object. The main ...

difference between XSS and CSRF

today

close

blog + secure coding Z. Oualid

What is the difference between XSS and CSRF?

XSS and CSRF vulnerabilities are some of the most dangerous and the most popular vulnerabilities on the web. Fortunately, the CSRF vulnerability is getting rarer as modern programming technologies put security controls for it by default. However, I guess one of the most common questions I have ever received from ...