πŸ‘¨β€πŸ’»
Developer Handbook
BlogGitHubLinkedInβ˜•
  • 🏠Home
  • πŸ‘¨β€πŸ«Tutorials
    • Java
    • JS/TS
    • Python
  • πŸ—’οΈCheatsheets
    • Big O
    • Docker
    • HTTP
    • Testing
    • Web Security
  • πŸ“šResources
    • Web Tools
Powered by GitBook
On this page

Was this helpful?

  1. Cheatsheets

Web Security

Common Web Security pitfalls to avoid.

PreviousTestingNextResources

Last updated 2 years ago

Was this helpful?

Security plays a major role when developing software. Make sure that the one you create is safe. Below you'll find the OWASP Top Ten list that contains the most critical security risks to web applications.

Rank
Title
Description

1

Broken Access Control

2

Cryptographic Failures

3

Injection

4

Insecure Design

5

Security Misconfiguration

6

Vulnerable and Outdated Components

7

Identification and Authentication Failures

8

Software and Data Integrity Failures

9

Security Logging and Monitoring Failures

10

Server-Side Request Forgery

Don't forget to write automated tests for verifying your application's security.

Further Resources

πŸ—’οΈ
OWASP Top 10