XSS doesn't just hide in <script> tags - it sneaks in through HTML attributes, links, and even inline styles! Don't rely on functions like strip_tags() to keep you safe...
securinglaravel.com/security-tip-strip_tags-wont-save-you-from-xss
Back