▲ | KyleBerezin 5 days ago | |||||||||||||||||||||||||||||||
I find myself thinking "wow, what an obvious bug. How did Microsoft not catch that?" but then I think back to some of my own extremely obvious bugs. Thankfully my code is much lower impact. | ||||||||||||||||||||||||||||||||
▲ | btreecat 5 days ago | parent [-] | |||||||||||||||||||||||||||||||
I still think of the lessons learned from a root traverse bug I accidentally coded into one of our internal apps as a jr dev. You could change the URL of the image, and get any file off the system to download as long as the service account had read access. Invaluable XP, and really glad everything was behind AD authentication and internal users were trustworthy enough and operating in a network isolated context. | ||||||||||||||||||||||||||||||||
|