Prevents SQL injection in the Post model. I've still go to comb through the other files in the model package because I'm pretty sure this vulnerability exists elsewhere, but I wanted to make this PR to see what you guys think about using the strategy to prevent this possible security flaw.
Closes #51.
Prevents SQL injection in the Post model. I've still go to comb through the other files in the model package because I'm pretty sure this vulnerability exists elsewhere, but I wanted to make this PR to see what you guys think about using the strategy to prevent this possible security flaw.