alexdobre / RDL_Google_Tech

Java for the Google technology code
0 stars 0 forks source link

Protect against JS/ HTML and JSON injection #95

Closed alexdobre closed 10 years ago

alexdobre commented 10 years ago

Check the snip title and snip content behavior with special characters and protect against injection attacks:

To check please do:

The goal is to make sure the users cannot break our application by putting code into their snip text. If we discover problems we need to write code to escape the offending characters.