I built a tiny taint analyser for Python
As part of my bachelor’s in computer science, I learnt about the risks of trusting user input without checking it first. It was a fact I knew, not a problem I’d actually felt. That changed recently. I had to do some research into security approaches, especially the less commonly discussed ones, and while doing that I learnt about the importance of ensuring the data you process as input from users is safe for such processing and similarly that the data you display to users is safe for display....