Bug: using REQUEST unfiltered into database call?
-
I see you are using $_REQUEST, which is generally a bad idea, since COOKIEs or GET could be set more easily than a POST, which could cause XSS issues, right?
And then when you just explode() the value and pass into the database without a prepare statement, I think you are asking for trouble, aren’t you?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug: using REQUEST unfiltered into database call?’ is closed to new replies.