Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
__MatrixMan__
on Feb 21, 2025
|
parent
|
context
|
favorite
| on:
When your last name is Null, nothing works
I'd guess that something somewhere has got its sanitization wrong. They tested it against
Robert'); DROP TABLE Students;--
And see that it now provides
'Robert DROP TABLE Students'
Problem solved! And then later somebody else comes along, ignorant of the sanitization step, and provides
NULL
But the code strips special characters and adds quotes, so they've actually inserted:
'NULL'
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: