Hello everyone, if the site has such a vulnerability:
site.com/index.php?page=1<script>alert("XSS")</script>
How can you protect against it? Please in more detail.
Assume:
<? if(isset($_GET['page'])) { getInfo($_GET['page']); } ?>
H...">
Source: https://ru.stackoverflow.com/questions/241048/
All Articles