is
Is htmlspcialchars($user_data) in PHP or h(user_data) in Ruby on Rails good enough for defending all cases of XSS (Cross-site scripting) attacks? what What about encoding used or any other possible considerations?
|
3 | added 2 characters in body; edited tags | ||
|
2 |
Title typo
|
||
is htmlspcialchars(htmlspecialchars() in PHP or h() in Ruby on Rails good enough for defending all cases of XSS (Cross-site scripting) attacks? |
||||
|
1 |
|
||
is htmlspcialchars() in PHP or h() in Ruby on Rails good enough for defending all cases of XSS (Cross-site scripting) attacks?is htmlspcialchars($user_data) in PHP or h(user_data) in Ruby on Rails good enough for defending all cases of XSS (Cross-site scripting) attacks? what about encoding used or any other possible considerations?
|
||||