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
Even though classes like AirlineServlet do not output HTML, the code really should do something to protect against XSS attacks. It would be a good example.
Even though classes like
AirlineServlet
do not output HTML, the code really should do something to protect against XSS attacks. It would be a good example.Here are some ideas from OWASP:
https://cheatsheetseries.owasp.org/cheatsheets/Injection_Prevention_in_Java_Cheat_Sheet.html#htmljavascriptcss
The text was updated successfully, but these errors were encountered: