Posts Tagged java
‘Solving’ SQL injection in Java
Posted by Kyle Lexmond in Programming on October 13, 2013
So during the summer I worked on a large enterprisey Java program. (Singleton pattern ahoy!) One of the annoying things (besides massive code duplication) was it used database queries that naively appended user input (particularly search queries) onto selects. And from my web background, I knew that SQL injection makes wiping the table trivial. Or […]
I broke… Java?
Posted by Kyle Lexmond in Programming on October 13, 2013
Something from my summer job. I found it horribly amusing. === And then I fixed it.