Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JRequest.getvar を XSS Sanitizer として使用できますか、それとも入力をさらにきれいにする必要がありますか??
ビューでエスケープ機能を使用します。
<?php echo $this->escape($value);?>
これにより、xss クリーニングが実行されます。しかし、それはJviewで利用可能です
$db->quote()悪意のあるコードを回避するためにモデルで行う
$db->quote()