You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no input validation for user registration (or, honestly, anything that isn't automatically escaped by the pg_* functions). Users can register for an account with a username such as <SCRIPT SRC=http://xss.rocks/xss.js></SCRIPT> (one of the very first XSS injection attacks listed by OWASP.
The text was updated successfully, but these errors were encountered:
There is currently no input validation for user registration (or, honestly, anything that isn't automatically escaped by the pg_* functions). Users can register for an account with a username such as
<SCRIPT SRC=http://xss.rocks/xss.js></SCRIPT>
(one of the very first XSS injection attacks listed by OWASP.The text was updated successfully, but these errors were encountered: