![]() |
Possible XSS flaw in simple search widget/results
Hi
I'm using the simple search widget for my store, but I noticed it's not stripping html when outputting the search term and I'm worried about possible cross site scripting issues. The search page view has these lines in it: Code:
<?php if (@$_GET['word']){ ?><li><b>Word: </b>[store.get param="word"]</li><?php } ?> Is there an existing wordpress function I could use to clean things up for the front end? Cheers. |
|
All times are GMT -5. The time now is 10:47 PM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.