10
devJoe
5y

After over two days of debugging, lesson learnt don't assume your table's prefix nor depend on other APIs for SQL injections

Comments
  • 2
    Don't assume anything - audit and verify every step of the process, preferably with a test case that can be used to check for regressions in future
Add Comment