Jump to content

injection problem


darkfreaks

Recommended Posts

so i have checked my code for isset and ctype_alnum and i am still getting cross site scripting injection.

 


if(isset($_POST['variable']) && ctype_alnum($_POST['variable'])) { // code here
}

 

why is it telling me i have xss on this variable and all the rest that check for ctype_alnum are completely fine. or is my scanner picking up on false positives?

Link to comment
https://forums.phpfreaks.com/topic/265775-injection-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.