logoalt Hacker News

camdenreslinktoday at 4:50 PM3 repliesview on HN

I don't think strong development teams are still letting SQL injection vulnerabilities through by manually concatenating strings to build queries with user-provided data. Not in the year 2026.


Replies

voxic11today at 5:11 PM

Keep in mind this project is a 25 year old PHP application.

show 1 reply
simonwtoday at 4:51 PM

Good frameworks can protect against SQL injection and XSS (through default escaping of output variables) but protecting against insecure direct object access is a lot harder.

IshKebabtoday at 5:27 PM

Yeah this is a huge red flag that would make me avoid this project for sure.

Unfortunately you have no easy way of checking if closed source projects are similarly amateur.