adding properties
All checks were successful
Build Quartz Notes / build (push) Successful in 51s

This commit is contained in:
2026-06-03 12:48:18 +01:00
parent 9be5006617
commit 0a52228e2e
55 changed files with 400 additions and 49 deletions

View File

@@ -1,3 +1,10 @@
---
note type:
- security
- note
date: 2026-06-03
done: true
---
# Definition:
- Cross Site Scripting (XSS) is a type of security vulnerability typically found in web applications. It allows attackers to inject malicious scripts into content from otherwise trusted websites.

View File

@@ -1,3 +1,9 @@
---
note type:
- theory
date: 2026-06-03
done: true
---
This stands for Open Web Application Security Project.
It is a non profit foundation which publishes the OWASP top 10, which is a standard document that identifies the most critical security risks to web applications.

View File

@@ -1,3 +1,10 @@
---
note type:
- security
- theory
date: 2026-06-03
done: true
---
This is a critical web security vulnerability where an attacker manipulates a server into making unauthorised HTTP requests to internal or external resources on the attacker's behalf.
## How SSRF Attacks Work