←back to thread

396 points galnagli | 1 comments | | HN request time: 0s | source
Show context
whatever1 ◴[] No.45674554[source]
Just use a framework to build your site. Don’t reinvent the wheel!
replies(4): >>45674712 #>>45674794 #>>45676337 #>>45677228 #
1. maxbond ◴[] No.45676337[source]
There are some vulnerabilities frameworks can address wholesale (like CSRF or XSS) as long as you keep to the blessed way of doing things, but they aren't able to save you from a complete failure to build authorization into your API. Like how seatbelts save lives but can't stop you from accelerating directly into a pole if you choose to do so.