fix markdown code blocks

This commit is contained in:
Tim Deschryver
2026-02-06 11:16:26 +01:00
committed by GitHub
parent 187c9d25e9
commit 83fe668a7c

View File

@@ -265,10 +265,10 @@ stmt.setString(1, email);
``` ```
**Reference:** OWASP SQL Injection Prevention Cheat Sheet **Reference:** OWASP SQL Injection Prevention Cheat Sheet
``` ````
#### Important Issue #### Important Issue
```markdown ````markdown
**🟡 IMPORTANT - Testing: Missing test coverage for critical path** **🟡 IMPORTANT - Testing: Missing test coverage for critical path**
The `processPayment()` function handles financial transactions but has no tests The `processPayment()` function handles financial transactions but has no tests