Hacker News new | ask | show | jobs
by virken2015 3906 days ago
Hard to say too much not knowing what infrastructure its on, but would start with the basics of good input sanitization to avoid sql injection.
1 comments

Currently my webapp is built using PHP and MySQL LAMP stack and is hosted on AWS EC2. I have taken care to avoid SQL injections.