|
|
|
|
|
by noduerme
995 days ago
|
|
To their credit, a lot of people went back a decade later and fixed those. Although it doesn't stop people from repeating the mistakes. I just got beaten up in HN for asking how the hell sql injection is still a problem. People get defensive, apparently. |
|
Not even a few years ago I worked with people who insisted it was ok to write injection unsafe code if you knew for sure that you owned the injected values. Didn't matter that maybe one day that function would change to accept user-supplied data, that's not their problem! It was a Rails app and they were literally arguing wanting to do:
over: in those certain situations. So, you know, it takes all kinds, I guess.