Tech Tip #49

Rescue your org from risks

Did you know that every few years, OWASP makes a top 10 list of the top security issues in development?

They most recently published a Top 10 web application security risks in 2021, which includes among other flaws broken access control, cryptographic failures, and injection.

In 2023, they published a Top 10 API security list which includes broken object level authorisation, broken authentication, and broken property level authorisation as the top 3 security vulnerabilities in API development.

Read more