Vulnerability scanner targeting logic bugs(github.com) |
Vulnerability scanner targeting logic bugs(github.com) |
SAST tools find SQL injection and XSS. They cant find a booking endpoint that lets any authenticated user delete another user’s booking. The code is syntactically valid — the bug is in what’s missing (an ownership check), not what’s present.