Jun 1, 2024
<p>
, closing tag/end tag </p>
)<p>
, <script>
, <a>
<script>
tags inside user inputsalert('attack')
)<
for <
)Content-Security-Policy
) to restrict execution of inline scripts and stylesSQL Injection:
select * from users where username = 'username' and password = 'password'
'; DELETE FROM users; --
Command Injection:
system()
and eval()
can be dangerous<form>
with method="post"
)