Skip to content

Commit

Permalink
Update OpenWAF to v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
miracleqi committed Dec 26, 2017
1 parent 328a43f commit 7c86321
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 3 deletions.
45 changes: 44 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
Time: 2017/12/26
Version: v0.0.6
Access_rule module :
fix : 'host' not ignore case

Log module :
add directive : 'size_limit'

Api module :
upload API module
fix : failed to request api

Anti_mal_crawler module :
fix : mistakenly identified as crawler
add directive : 'dict_state'

Anti_cc module :
fix : no log in CC protection period
add directive : 'attacks'

Secrules module :
add action : 'WARN'
add action : 'AUDIT'
add action : 'ALLOW_PHASE'
add directive : 'system_rules_state'
add directive : 'recommend' in rules
add directive : 'add_resp_headers' in rules
fix : 'meta' not work when action is 'DENY'
change the order of system_rule and user_defined_rules

Others :
upload doc : 轻松玩转OpenWAF之ELK
upload doc : 深入研究OpenWAF之nginx配置
upload doc : 轻松玩转OpenWAF之安装篇
upload donation
support waf bypass
fix : return 500, ngx.req.raw_header() not support HTTP/2
create CODE_OF_CONDUCT.md
create CONTRIBUTING.md
update docker version to 0.0.6

New Release : 0.0.6

Time: 2017/04/10
Version: v0.0.5
1. Rules
Expand All @@ -6,7 +49,7 @@ Version: v0.0.5
Failed to install on Ubuntu: undefined symbol GeoIP_continent_by_id
3. Update docker version to 0.0.5
4. New Release - 0.0.5

Time: 2017/03/20
Version: v0.0.4
1. New Module - twaf_anti_cc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Table of Contents
Version
=======

This document describes OpenWAF v0.0.5 released on 10 Apr 2017.
This document describes OpenWAF v0.0.6 released on 26 Dec 2017.

Docker Version
1. titansec/openwaf:0.0.1.161130_beta
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Table of Contents
Version
=======

This document describes OpenWAF v0.0.5 released on 10 Apr 2017.
This document describes OpenWAF v0.0.6 released on 26 Dec 2017.

Docker Version
1. titansec/openwaf:0.0.1.161130_beta
Expand Down

0 comments on commit 7c86321

Please sign in to comment.