SSRFs (Server Side Request Forgeries) are some of the most scary security bugs in modern web apps. They are both dangerous and easy to introduce yet surprisingly hard to properly fix. This blog post from Tachyon expands on why this is the case and introduces Drawbridge, an alternative for requests / httpx in python that is more robust against SSRFs out of the box.
rahulgovind517•1h ago