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.
我在 Yii 框架中有一个表的 Active Record 模型。并在该表的一个字段的表单中有一个文本区域。
我可以在模型类的规则功能中为其设置什么规则以防止 XSS 攻击?
您可以遵循“正常”的 PHP 安全程序来防止 XSS 攻击。但是看看以下关于 Yii 安全的帖子: