cheetah90 / wikibrain

The WikiBrain Java library enables researchers and developers to incorporate state-of-the-art Wikipedia-based algorithms and technologies in a few lines of code.

Home Page:http://shilad.github.io/wikibrain/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate user input for security

cheetah90 opened this issue · comments

Atlasify was hacked by a SQL injection. We need to validate all input sent to the server. More specifically, validate all input strings in the AtlasifyResearch.java

Update: I implemented a quick and dirty input validation method for one input. Need to replicate that for all inputs.