Add example to xss vulnerabilities

master
Tait Hoyem 4 years ago
parent 99b4ad133d
commit a05dc82658

@ -72,6 +72,7 @@ but they would show up to a user as `<`.
When inputs are not properly sanitized *and* the input is shown to the user in another part of the website,
then a malicous user can type in HTML that will run whenever anybody tries to look at what they typed.
For example: a name for a quiz website (input) and the leaderboard for said quiz (display).
HTML, by itself is not very dangerous.
The worst thing you could do is probably put a link on your name,

Loading…
Cancel
Save