Closed ghost closed 9 years ago
Hi mate!
Your app suffer from a Cross-site Scripting (XSS) issue. File: index.php Line: 62 Vuln:
You should clean the inputs prior to print them to screen.
Cheers!
index.php:62 href="<?php echo $_SERVER['REQUEST_URI']; ?>"><?php echo $siteName; ?>
Fixed in bbfb2ea
Hi mate!
Your app suffer from a Cross-site Scripting (XSS) issue. File: index.php Line: 62 Vuln:
You should clean the inputs prior to print them to screen.
Cheers!