Check the snip title and snip content behavior with special characters and protect against injection attacks:
To check please do:
insert a tag with a function into the content and check behavior
insert a HTML element like a into the content
insert JSON notation into the content
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.
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.