My app has an input field that is used as a source for a HTML and PDF file.
I also store this input in my database.
My question is: Is it possible to somehow write something in the text field which would then give data away or even possibly harm my database?
The content itself doesn't really query anything, as it is just stored.
I do not know how to protect my data storage from potential attacks, and I would like to learn how to verify that my application is not vulnerable to (potential) attacks.