titansec / OpenWAF

Web security protection system based on openresty
Apache License 2.0
756 stars 241 forks source link

Api bugfix #18

Closed linsir closed 6 years ago

linsir commented 6 years ago

你好,感谢开源这么好的项目,我试用一段时间发现 api 三个问题:

  1. 请求不存在的 url 会报错。
  2. api/stat 信息里一直 attack_total=0
  3. api/stat 信息的 safe_log 只会记录一种类型。

刚阅读源码,对项目整体还欠理解,感谢指点,已按要求修改源码。