webman的Request类在接收参数的时候有做防XSS/SQL 注入之类的吗?
https://www.workerman.net/doc/webman/others/security.html#XSS%E8%BF%87%E6%BB%A4
官方推荐输出时自己转义
可以在Request.php 中对 \Webman\Http\Request 方法进行重写
https://www.workerman.net/doc/webman/others/security.html#XSS%E8%BF%87%E6%BB%A4
官方推荐输出时自己转义
可以在Request.php 中对 \Webman\Http\Request 方法进行重写