Zend
200-710 · Question #150
Which of the following filtering techniques prevents all cross-site scripting (XSS) vulnerabilities?
The correct answer is D. None of the above. See the full explanation below for the reasoning.
Security
Question
Which of the following filtering techniques prevents all cross-site scripting (XSS) vulnerabilities?
Options
- AStrip all occurrences of the string <script .
- BStrip all occurrences of the string javascript .
- CEnable magic_quotes_gpc .
- DNone of the above.
How the community answered
(50 responses)- A14% (7)
- B8% (4)
- C4% (2)
- D74% (37)
Topics
#XSS prevention#input filtering#magic_quotes#cross-site scripting
Community Discussion
No community discussion yet for this question.