I am newbie in web development and i would like to ask a question.
I know Cross site scripting attacks XSS are dangerous when we output and display users info in our pages, when we set cookies and etc.
But when we have a simply site that accept only a contact form with inputs of first name, last name, message and we dont output this info anywhere at the site or we dont use cookies, are Cross site scripting attacks dangerous for my site.
I mean should i do something to prevent xss attacks , for my img src, meta tags or another html tag. Thank you in advance.
Thank you!