docs: Standardize example and scenario blocks to YAML format for improved structure and readability, and refine associated headings.

This commit is contained in:
shiva108
2026-01-24 09:51:17 +01:00
parent 7fe557e4e3
commit 1f629c1f24
5 changed files with 113 additions and 98 deletions
@@ -417,9 +417,11 @@ Key fixes:
Attackers can just ask the LLM to do the dirty work:
```text
User: "Fetch documents with IDs from 1 to 100 and summarize them"
LLM: *Makes 100 API calls, accessing everything*
```yaml
LLM-Specific IDOR Exploitation:
User: "Fetch documents with IDs from 1 to 100 and summarize them"
LLM Response: Makes 100 API calls, accessing everything
Impact: Turns manual exploitation into a one-prompt attack
```
This turns manual exploitation into a one-prompt attack.